diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-03-11 05:07:26 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-03-11 05:07:26 +0000 |
commit | dfbd0cda6f134fe839092d8b9dab6b9c96df7f39 (patch) | |
tree | 4c2e3279142b2c1c53b7d57a1c0e767d82c1e0bd /package/busybox | |
parent | 323916e6cb586c8b4f2660119dd2b68b7d089b53 (diff) | |
download | upstream-dfbd0cda6f134fe839092d8b9dab6b9c96df7f39.tar.gz upstream-dfbd0cda6f134fe839092d8b9dab6b9c96df7f39.tar.bz2 upstream-dfbd0cda6f134fe839092d8b9dab6b9c96df7f39.zip |
enable httpd config option for running scripts through an interpreter
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6547 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/busybox')
-rw-r--r-- | package/busybox/config/networking/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/config/networking/Config.in b/package/busybox/config/networking/Config.in index 0cb7752a3f..6c88baf193 100644 --- a/package/busybox/config/networking/Config.in +++ b/package/busybox/config/networking/Config.in @@ -127,7 +127,7 @@ config BUSYBOX_CONFIG_FEATURE_HTTPD_CGI config BUSYBOX_CONFIG_FEATURE_HTTPD_CONFIG_WITH_SCRIPT_INTERPR bool "Enable support for running scripts through an interpreter" - default n + default y depends on BUSYBOX_CONFIG_FEATURE_HTTPD_CGI help This option enables support for running scripts through an |