openap-cvs
[Top][All Lists]
Advanced

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

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


From: David Kimdon <address@hidden>
Subject: [openap-cvs] : wl11000/config config.in,NONE,1.1 cross-config.i386,NONE,1.1 wl11000.in,NONE,1.1
Date: Wed, 17 Jul 2002 16:35:37 -0400

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

Added Files:
        config.in cross-config.i386 wl11000.in 
Log Message:
rearrange many things so we can more easily target different boards
fixup to mklibs to old python.


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

string 'Prefix' \
            CONFIG_PREFIX /opt/openap-0.1.2-pre-i386

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 'erase' CONFIG_ERASE
bool 'iptables' CONFIG_IPTABLES


bool 'prism2' CONFIG_PRISM2

--- NEW FILE ---
#
# i386 specific configure variables
#
# If you have additions to this file, please tell <address@hidden>
# so they can be included in the package.
#
ac_cv_c_bigendian=no
ac_cv_c_char_unsigned=no
ac_cv_sizeof_long_long=8
ac_cv_sizeof_unsigned_long_long=8
ac_cv_sizeof_long=4
ac_cv_sizeof_unsigned_long=4
ac_cv_sizeof_int=4
ac_cv_sizeof_unsigned_int=4
ac_cv_sizeof_short=2
ac_cv_sizeof_unsigned_short=2
ac_cv_sizeof_short=2
ac_cv_sizeof_unsigned_short=2
ac_cv_sizeof_float=4
ac_cv_sizeof_double=8
ac_cv_sizeof_long_double=12

--- NEW FILE ---

define_bool CONFIG_ROOT_DEV "31 0"
define_bool CONFIG_I386 y
define_bool CONFIG_PRISM2 y
define_bool CONFIG_PCMCIA_CS y
define_bool CONFIG_ALIOS y
define_string CONFIG_TARGET "i386-uclibc"
define_string CONFIG_SITE "config/cross-config.i386"

source config/config.in




reply via email to

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