Update of /cvsroot/leaf/src/bering-uclibc/apps/madwifi
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv12352

Modified Files:
        buildtool.cfg buildtool.mk madwifi_tools.patch 
Removed Files:
        err.c 
Log Message:
update to uClibc-0.9.28 and removed no longer needed patches

Index: madwifi_tools.patch
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/madwifi/madwifi_tools.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** madwifi_tools.patch 7 Jan 2006 14:09:36 -0000       1.2
--- madwifi_tools.patch 18 Jun 2006 21:06:00 -0000      1.3
***************
*** 13,51 ****
   CC = ${TOOLPREFIX}gcc
   
- @@ -55,25 +55,27 @@
-  INCS+=       -I. -I${HAL} -I${DEPTH}
-  CFLAGS=      -g -O2 -Wall
-  ALL_CFLAGS= ${CFLAGS} ${INCS}
- -LDFLAGS=
- +LDFLAGS= err.o
-  
-  all: ${ALL}
-  
- -athstats: athstats.c
- +err.o: err.c
- +
- +athstats: athstats.c err.o
-       ${CC} -o athstats ${ALL_CFLAGS} -I../ath ${LDFLAGS} athstats.c
- -80211stats: 80211stats.c
- +80211stats: 80211stats.c err.o
-       ${CC} -o 80211stats ${ALL_CFLAGS} ${LDFLAGS} 80211stats.c
- -athkey: athkey.c
- +athkey: athkey.c err.o
-       ${CC} -o athkey ${ALL_CFLAGS} ${LDFLAGS} athkey.c
- -athchans: athchans.c
- +athchans: athchans.c err.o
-       ${CC} -o athchans ${ALL_CFLAGS} ${LDFLAGS} athchans.c
- -athctrl: athctrl.c
- +athctrl: athctrl.c err.o
-       ${CC} -o athctrl ${ALL_CFLAGS} ${LDFLAGS} athctrl.c
- -athdebug: athdebug.c
- +athdebug: athdebug.c err.o
-       ${CC} -o athdebug ${ALL_CFLAGS} ${LDFLAGS} athdebug.c
- -wlanconfig: wlanconfig.c
- +wlanconfig: wlanconfig.c err.o
-       ${CC} -o wlanconfig ${ALL_CFLAGS} ${LDFLAGS} wlanconfig.c
- -80211debug: 80211debug.c
- +80211debug: 80211debug.c err.o
-       ${CC} -o 80211debug ${ALL_CFLAGS} ${LDFLAGS} 80211debug.c
-  
-  install: ${ALL}
--- 13,14 ----

Index: buildtool.cfg
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/madwifi/buildtool.cfg,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** buildtool.cfg       27 May 2006 09:31:23 -0000      1.11
--- buildtool.cfg       18 Jun 2006 21:06:00 -0000      1.12
***************
*** 12,16 ****
  </File>
  
- # The err.c part of the patch is uClibc-0.9.20 specific
  <File madwifi_tools.patch>
        Server = cvs-sourceforge
--- 12,15 ----
***************
*** 32,42 ****
  </File>
  
- <File err.c>
-       Server = cvs-sourceforge
-       Directory = madwifi
-       revision = HEAD
-       EnvName = ERR_C
- </File>
- 
  <Package>
        <madwifi>
--- 31,34 ----

Index: buildtool.mk
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/madwifi/buildtool.mk,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** buildtool.mk        27 May 2006 09:31:23 -0000      1.13
--- buildtool.mk        18 Jun 2006 21:06:00 -0000      1.14
***************
*** 10,14 ****
  
  # set ATH_RATE, rate module to link the module with
! # possible values for ATH_RATE are:
  # ath_rate/sample (default), ath_rate/onoe, ath_rate/amrr
  ATH_RATE := ath_rate/sample
--- 10,14 ----
  
  # set ATH_RATE, rate module to link the module with
! # possible valuse for ATH_RATE are:
  # ath_rate/sample (default), ath_rate/onoe, ath_rate/amrr
  ATH_RATE := ath_rate/sample
***************
*** 16,20 ****
  $(MADWIFI_DIR)/.source:
        zcat $(MADWIFI_SOURCE) | tar -xvf -
-       cp $(ERR_C) $(MADWIFI_DIR)/tools
        cat $(MADWIFI_TOOLS_PATCH) | (cd $(MADWIFI_DIR) ;  patch -p1)
        touch $(MADWIFI_DIR)/.source
--- 16,19 ----

--- err.c DELETED ---



_______________________________________________
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits

Reply via email to