openap-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[openap-cvs] : openap-main/config config.in,1.1.1.1,1.2


From: David Kimdon <address@hidden>
Subject: [openap-cvs] : openap-main/config config.in,1.1.1.1,1.2
Date: Wed, 31 Jul 2002 10:44:43 -0400

Update of /cvsroot/openap/openap-main/config
In directory subversions:/tmp/cvs-serv15833

Modified Files:
        config.in 
Log Message:
add some dependancies, make the whole OpenAP root filesystem configuration
a sub-menu that sits along side the kernel configuration.


Index: config.in
===================================================================
RCS file: /cvsroot/openap/openap-main/config/config.in,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- config.in   18 Jul 2002 19:57:00 -0000      1.1.1.1
+++ config.in   31 Jul 2002 14:44:41 -0000      1.2
@@ -3,6 +3,9 @@
 # see linux/Documentation/kbuild/config-language.txt. 
 #
 
+mainmenu_option next_comment
+comment 'OpenAP options'
+
 string 'Prefix' \
             CONFIG_PREFIX /opt/openap-0.1.2-pre-i386
 
@@ -18,15 +21,26 @@
 
 if [ "$CONFIG_UDHCPD" = "y" ] || [ "$CONFIG_UDHCPC" = "y" ] ; then
        define_bool CONFIG_UDHCP y
+       define_tristate CONFIG_PACKET y
 fi
 
 bool 'Wireless Tools' CONFIG_WIRELESS_TOOLS
+
+if [ "$CONFIG_WIRELESS_TOOLS" = "y" ] ; then
+       define_tristate CONFIG_NET_WIRELESS y
+       define_tristate CONFIG_NET_RADIO y
+fi
+
 if [ "$CONFIG_AP_BRIDGE" = "y" ] ; then
        bool 'Bridge Utils' CONFIG_BRIDGE_UTILS
+       define_tristate CONFIG_BRIDGE y
 fi
+
 bool 'pcmcia-cs' CONFIG_PCMCIA_CS
 bool 'busybox' CONFIG_BUSYBOX
 bool 'erase' CONFIG_ERASE
 bool 'iptables' CONFIG_IPTABLES
 
 bool 'prism2' CONFIG_PRISM2
+
+endmenu




reply via email to

[Prev in Thread] Current Thread [Next in Thread]