Update of /cvsroot/leaf/src/bering-uclibc/apps/wlan-ng
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1665
Modified Files:
config wlan-ng.mk wlan-ng.txt
Log Message:
make it easier to create a buildtool setup
Index: wlan-ng.mk
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/wlan-ng/wlan-ng.mk,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** wlan-ng.mk 13 May 2003 10:50:37 -0000 1.2
--- wlan-ng.mk 21 Dec 2004 11:13:16 -0000 1.3
***************
*** 2,5 ****
--- 2,10 ----
#
+ export BUILD_MODULES=y
+ export KSRC=<path to Bering-uClibc kernel source>
+ # can be empty, using kernel pcmcia
+ export PSRC=
+
build: cleandeb
./Configure -d config
Index: config
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/wlan-ng/config,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** config 17 Feb 2003 21:10:27 -0000 1.1.1.1
--- config 21 Dec 2004 11:13:16 -0000 1.2
***************
*** 2,10 ****
# noninteractive mode.
! LINUX_SRC=<path to kernel source>
! PCMCIA_SRC=<path to pcmcia-cs source>
! PRISM2_PCMCIA=y
! PRISM2_PLX=y
! PRISM2_PCI=y
! PRISM2_USB=y
TARGET_ROOT_ON_HOST=
--- 2,18 ----
# noninteractive mode.
! if [ "$BUILD_MODULES" = "n" ]; then
! # Just building the utilities. Kernel source may not be present;
! # don't fail.
! fail () {
! echo not failing
! }
! fi
!
! LINUX_SRC=$KSRC
! PCMCIA_SRC=$PSRC
! PRISM2_PCMCIA=$BUILD_MODULES
! PRISM2_PLX=$BUILD_MODULES
! PRISM2_PCI=$BUILD_MODULES
! PRISM2_USB=$BUILD_MODULES
TARGET_ROOT_ON_HOST=
Index: wlan-ng.txt
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/wlan-ng/wlan-ng.txt,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** wlan-ng.txt 14 Jul 2004 19:33:44 -0000 1.5
--- wlan-ng.txt 21 Dec 2004 11:13:16 -0000 1.6
***************
*** 1,8 ****
- Source(s):
- linux-wlan-ng_0.2.0-15
-
Compile:
Copy the config file to the wlan source directory and edit the path to the
! kernel and pcmcia-cs sources.
./wlan-ng.mk
--- 1,5 ----
Compile:
Copy the config file to the wlan source directory and edit the path to the
! kernel source in wlan-ng.mk.
./wlan-ng.mk
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
_______________________________________________
leaf-cvs-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits