diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-03-08 03:32:09 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-03-08 03:32:09 +0000 |
commit | a4fa428eb9402e9d93cf9d07d10b8bf34b3ad78f (patch) | |
tree | bcef1496d3c0f046de47e2bbf6f0aceb9522c0a3 /openwrt/package/haserl/Config.in | |
parent | 5d2f9902304fe4875808ec356111f3a673ecbeaa (diff) | |
download | mtk-20170518-a4fa428eb9402e9d93cf9d07d10b8bf34b3ad78f.zip mtk-20170518-a4fa428eb9402e9d93cf9d07d10b8bf34b3ad78f.tar.gz mtk-20170518-a4fa428eb9402e9d93cf9d07d10b8bf34b3ad78f.tar.bz2 |
Add haserl package
SVN-Revision: 347
Diffstat (limited to 'openwrt/package/haserl/Config.in')
-rw-r--r-- | openwrt/package/haserl/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/openwrt/package/haserl/Config.in b/openwrt/package/haserl/Config.in new file mode 100644 index 0000000..86663d2 --- /dev/null +++ b/openwrt/package/haserl/Config.in @@ -0,0 +1,9 @@ +config BR2_PACKAGE_HASERL + tristate "haserl" + default m + help + A CGI wrapper to embed shell scripts in HTML documents. + + http://haserl.sourceforge.net/ + + |