openap-cvs
[Top][All Lists]
Advanced

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

[openap-cvs] : wl11000/config Configure.help,NONE,1.1 README,NONE,1.1 cr


From: David Kimdon <address@hidden>
Subject: [openap-cvs] : wl11000/config Configure.help,NONE,1.1 README,NONE,1.1 cross-config.arm,NONE,1.1 config.in,1.1,1.2 wl11000.in,1.2,NONE
Date: Thu, 18 Jul 2002 15:35:12 -0400

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

Modified Files:
        config.in 
Added Files:
        Configure.help README cross-config.arm 
Removed Files:
        wl11000.in 
Log Message:
Clean up the configuration logic so we can better support different boards as
well as different configurations for those boards.



--- NEW FILE ---
Toolchain Prefix
CONFIG_PREFIX
  Set the prefix where you want to install, or have installed the cross
  toolchain(s).  This will likely be something like /opt/openap-0.1.3/

Autoconf Hints
CONFIG_SITE
  Autoconf is a standard tool for configuring software.  Setting
  CONFIG_SITE to a proper file describing your target allows software
  to be cross compiled more easily.  See the autoconf documentation
  (http://www.gnu.org/manual/autoconf-2.53/autoconf.html) for details.



CONFIG_PRISM2


CONFIG_TARGET="i386-uclibc"
CONFIG_SITE="config/cross-config.i386"
CONFIG_PREFIX="/opt/openap-0.1.3"
CONFIG_AP_BRIDGE
# CONFIG_AP_ROUTER is not set
# CONFIG_UDHCPC is not set

Wireless Tools
CONFIG_WIRELESS_TOOLS
  Linux wireless extentions are tools that manipulate wireless
  interfaces.

Alios
CONFIG_ALIOS
  Alios is a bootloader for the AMD SC400.

Bridge Utilities
CONFIG_BRIDGE_UTILS
  Many Access Points are configured as a bridge between a wireless and
  a wired interface.  These utilities provide a frontend to the
  kernel's bridging code.

PCMCIA Card Services
CONFIG_PCMCIA_CS
  PCMCIA Card Services

Busybox
CONFIG_BUSYBOX
  BusyBox combines tiny versions of many common UNIX utilities into a
  single small executable. It provides minimalist replacements for
  most of the utilities you usually find in fileutils, shellutils
  findutils, textutils, grep, gzip, tar, etc.

  See busybox/Config.h to control which utilities are included and
  what features are enabled.

Erase
CONFIG_ERASE
  This tool is used to erase and optionally program mtd (flash)
  devices under Linux.

Iptables
CONFIG_IPTABLES
  Linux firewalling and general packet mangling tool.

--- NEW FILE ---
This directory and its children is the heart of target system configurer.
Files in the top level are general in nature and do not depend on the target
system.  Subdirectories contain specific target configuration logic as well as
application specific default configuration options.

cross-config.* : autoconf hints for particular targets.

config.in : system wide confiuration, independant of board, vendor or
    application.

<board>/config.in : Board specific configuration logic.  Some boards require
certain configuration options in order to function properly.

<board>/<app>config : Configuration for a particular application of this board.
For example <board>/dkconfig might be the configuration that David Kimdon
uses on his access point at home.



--- NEW FILE ---
#
# arm 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=yes
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=8

Index: config.in
===================================================================
RCS file: /cvsroot/openap/wl11000/config/config.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- config.in   17 Jul 2002 20:35:34 -0000      1.1
+++ config.in   18 Jul 2002 19:35:10 -0000      1.2
@@ -21,7 +21,6 @@
 fi
 
 bool 'Wireless Tools' CONFIG_WIRELESS_TOOLS
-bool 'Alios' CONFIG_ALIOS
 if [ "$CONFIG_AP_BRIDGE" = "y" ] ; then
        bool 'Bridge Utils' CONFIG_BRIDGE_UTILS
 fi
@@ -29,6 +28,5 @@
 bool 'busybox' CONFIG_BUSYBOX
 bool 'erase' CONFIG_ERASE
 bool 'iptables' CONFIG_IPTABLES
-
 
 bool 'prism2' CONFIG_PRISM2

--- wl11000.in DELETED ---




reply via email to

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