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 | 7a3c1964611a24b6bb1179f48e5c63bb65cac936 (patch) | |
tree | fc6a13d4244c2526dee9f371e856a84800d77b27 /package/haserl/Config.in | |
parent | 5a100186bbabec4e84bf0f290eb7145e9d2af5fb (diff) | |
download | upstream-7a3c1964611a24b6bb1179f48e5c63bb65cac936.tar.gz upstream-7a3c1964611a24b6bb1179f48e5c63bb65cac936.tar.bz2 upstream-7a3c1964611a24b6bb1179f48e5c63bb65cac936.zip |
Add haserl package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@347 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/haserl/Config.in')
-rw-r--r-- | package/haserl/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/package/haserl/Config.in b/package/haserl/Config.in new file mode 100644 index 0000000000..86663d2bd8 --- /dev/null +++ b/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/ + + |