From 17167eeeda10673313944418e576a893ff97b2fd Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 23 Oct 2005 15:33:01 +0000 Subject: [PATCH] enable webif by default SVN-Revision: 2279 --- openwrt/package/haserl/Config.in | 2 +- openwrt/package/webif/Config.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/openwrt/package/haserl/Config.in b/openwrt/package/haserl/Config.in index b3e029add3..d0a9bff4d5 100644 --- a/openwrt/package/haserl/Config.in +++ b/openwrt/package/haserl/Config.in @@ -1,6 +1,6 @@ config BR2_PACKAGE_HASERL tristate "haserl - CGI wrapper to embed shell scripts in HTML documents" - default m if CONFIG_DEVEL + default y help A CGI wrapper to embed shell scripts in HTML documents. diff --git a/openwrt/package/webif/Config.in b/openwrt/package/webif/Config.in index fa96980585..e963730065 100644 --- a/openwrt/package/webif/Config.in +++ b/openwrt/package/webif/Config.in @@ -1,7 +1,7 @@ config BR2_PACKAGE_WEBIF select BR2_PACKAGE_HASERL tristate "webif - OpenWrt Administrative Console" - default m if CONFIG_DEVEL + default y help A web interface for configuring OpenWrt -- 2.30.2