diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-03-11 05:07:26 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-03-11 05:07:26 +0000 |
commit | b9301d8b8f4c6afa1a6cc9505ac3ebaf512b19bb (patch) | |
tree | 4c2e3279142b2c1c53b7d57a1c0e767d82c1e0bd /package/busybox/config | |
parent | 01c56fcc5a201ed84f10f427adf13a1edf688b20 (diff) |
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/config')
-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 0cb7752a3..6c88baf19 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 |