diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-18 19:45:56 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-18 19:45:56 +0000 |
commit | 2d2de20c87800851bdfde176239df326bd79ea50 (patch) | |
tree | b63e926aafb5d4def7f34cf4ccfd899f8f73dce7 /package/pptpd/Config.in | |
parent | cf708ae019a05a4f8c4b9b69eab35ff095c9aea7 (diff) |
disable non-essential packages by default if DEVELOPER is unset on make menuconfig
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@675 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/pptpd/Config.in')
-rw-r--r-- | package/pptpd/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/pptpd/Config.in b/package/pptpd/Config.in index e713b18b0..691502916 100644 --- a/package/pptpd/Config.in +++ b/package/pptpd/Config.in @@ -1,6 +1,6 @@ config BR2_PACKAGE_PPTPD tristate "PPTP Server" - default m + default m if CONFIG_DEVEL select BR2_PACKAGE_KMOD_GRE select BR2_PACKAGE_PPP help |