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 | 0d342b7e50df8db7b10b67af856d053af3b292b6 (patch) | |
tree | 63198f33b86aedf19e4d9e603fbbb665eed9f9d5 /openwrt/package/cifsmount | |
parent | d79c90eb6e52cec0d9e1d3be83ffc8392733c322 (diff) |
disable non-essential packages by default if DEVELOPER is unset on make menuconfig
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@675 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/cifsmount')
-rw-r--r-- | openwrt/package/cifsmount/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/cifsmount/Config.in b/openwrt/package/cifsmount/Config.in index 35d91abc3a..751c24c842 100644 --- a/openwrt/package/cifsmount/Config.in +++ b/openwrt/package/cifsmount/Config.in @@ -1,5 +1,5 @@ config BR2_PACKAGE_CIFSMOUNT tristate "mount.cifs" - default m + default m if CONFIG_DEVEL help user space helper for mounting remote CIFS shares |