openap-cvs
[Top][All Lists]
Advanced

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

[openap-cvs] : wl11000 config.in,NONE,1.1


From: David Kimdon <address@hidden>
Subject: [openap-cvs] : wl11000 config.in,NONE,1.1
Date: Sun, 19 May 2002 20:47:51 -0400

Update of /cvsroot/openap/wl11000
In directory subversions:/tmp/cvs-serv14020

Added Files:
        config.in 
Log Message:
config definitions

--- NEW FILE ---
# 
# For a description of the syntax of this configuration file,
# see linux/Documentation/kbuild/config-language.txt. 
#
mainmenu_name "OpenAP System Configuration"

#bool 'wl11000' CONFIG_WL11000

#if [ "$CONFIG_WL11000" = "y" ] ; then
#source linux/arch/i386/config.in
#fi

choice 'General AP Config' \
        "Bridge         CONFIG_AP_BRIDGE \
         Router         CONFIG_AP_ROUTER"

if [ "$CONFIG_AP_ROUTER" = "y" ] ; then
        bool 'UDHCP Server' CONFIG_UDHCPD
fi

bool 'UDHCP Client' CONFIG_UDHCPC

if [ "$CONFIG_UDHCPD" = "y" ] || [ "$CONFIG_UDHCPC" = "y" ] ; then
        define_bool CONFIG_UDHCP y
fi

bool 'Wireless Tools' CONFIG_WIRELESS_TOOLS
bool 'Alios' CONFIG_ALIOS
if [ "$CONFIG_AP_BRIDGE" = "y" ] ; then
        bool 'Bridge Utils' CONFIG_BRIDGE_UTILS
fi
bool 'pcmcia-cs' CONFIG_PCMCIA_CS
bool 'busybox' CONFIG_BUSYBOX
bool 'misc' CONFIG_MISC
bool 'erase' CONFIG_ERASE
bool 'iptables' CONFIG_IPTABLES




reply via email to

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