fix wificonf menuconfig depends
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 7 Nov 2005 17:56:34 +0000 (17:56 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 7 Nov 2005 17:56:34 +0000 (17:56 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2384 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/wificonf/Config.in

index 3f1375f..410f331 100644 (file)
@@ -1,7 +1,8 @@
 config BR2_PACKAGE_WIFICONF
        prompt "wificonf.......................... replacement utility for wlconf"
        tristate
-       default y if BR2_LINUX_2_4_BRCM
+       default y
+       depends BR2_PACKAGE_NVRAM
        help
          Replacement utility for wlconf
 
This page took 0.024317 seconds and 4 git commands to generate.