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

Modified Files:
        buildtool.cfg buildtool.mk madwifi-ng-current.tar.gz 
Log Message:
updated to r1440 ng

Index: buildtool.mk
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/madwifi/buildtool.mk,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** buildtool.mk        8 Jan 2006 12:47:08 -0000       1.4
--- buildtool.mk        6 Feb 2006 19:19:22 -0000       1.5
***************
*** 7,11 ****
  include $(MASTERMAKEFILE)
  
! MADWIFI_DIR:=madwifi-ng-r1391-20060107
  
  $(MADWIFI_DIR)/.source:
--- 7,16 ----
  include $(MASTERMAKEFILE)
  
! MADWIFI_DIR:=madwifi-ng-r1440-20060206
! 
! # 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
  
  $(MADWIFI_DIR)/.source:
***************
*** 22,27 ****
        mkdir -p $(BT_STAGING_DIR)/include/include/
        
!       $(MAKE) -C $(MADWIFI_DIR) CC=$(TARGET_CC) KERNELPATH=$(BT_LINUX_DIR) 
KERNELRELEASE=$(BT_KERNEL_RELEASE)
!       $(MAKE) -C $(MADWIFI_DIR) CC=$(TARGET_CC) KERNELPATH=$(BT_LINUX_DIR) 
KERNELRELEASE=$(BT_KERNEL_RELEASE) DESTDIR="$(BT_STAGING_DIR)" install
        cp madwifi-if-pre-up $(BT_STAGING_DIR)/etc/network/if-pre-up.d/
        cp madwifi-if-post-down $(BT_STAGING_DIR)/etc/network/if-post-down.d/
--- 27,32 ----
        mkdir -p $(BT_STAGING_DIR)/include/include/
        
!       $(MAKE) -C $(MADWIFI_DIR) CC=$(TARGET_CC) KERNELPATH=$(BT_LINUX_DIR) 
ATH_RATE=$(ATH_RATE) KERNELRELEASE=$(BT_KERNEL_RELEASE)
!       $(MAKE) -C $(MADWIFI_DIR) CC=$(TARGET_CC) KERNELPATH=$(BT_LINUX_DIR) 
ATH_RATE=$(ATH_RATE) KERNELRELEASE=$(BT_KERNEL_RELEASE) 
DESTDIR="$(BT_STAGING_DIR)" install
        cp madwifi-if-pre-up $(BT_STAGING_DIR)/etc/network/if-pre-up.d/
        cp madwifi-if-post-down $(BT_STAGING_DIR)/etc/network/if-post-down.d/

Index: buildtool.cfg
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/madwifi/buildtool.cfg,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** buildtool.cfg       17 Jan 2006 18:55:18 -0000      1.5
--- buildtool.cfg       6 Feb 2006 19:19:22 -0000       1.6
***************
*** 40,96 ****
  
  <Package>
-       <maddebug>
-               Version cvs20060107
-               Revision = 1
- 
-               Help <<EOF
-               Debugging/hacking tools for MADWIFI drivers
-               Homepage: http://madwifi.org
-               LEAF package by __PACKAGER__, __BUILDDATE__
- 
-               This package is not necessary to use the MADWIFI
-               drivers, but can be handy if you're doing debugging.
-               Don't bother to load it unless you need these tools.
-               EOF
- 
-               <Permissions>
-                       Files = 755
-                       Directories = 755
-               </Permissions>
- 
-               <Owner>
-                       Files = root:root
-                       Directories = root:root
-               </Owner>
- 
-               <Contents>
-                       <File>
-                               Filename    = usr/sbin/athstats
-                               Source      = usr/sbin/athstats
-                               Type        = binary
-                       </File>
-                       <File>
-                               Filename    = usr/sbin/80211stats
-                               Source      = usr/sbin/80211stats
-                               Type        = binary
-                       </File>
-                       <File>
-                               Filename    = usr/sbin/athdebug
-                               Source      = usr/sbin/athdebug
-                               Type        = binary
-                       </File>
-                       <File>
-                               Filename    = usr/sbin/80211debug
-                               Source      = usr/sbin/80211debug
-                               Type        = binary
-                       </File>
-               </Contents>
-       </maddebug>
        <madwifi>
!               Version cvs20060107
!               Revision = 3
  
                Help <<EOF
!               Usefull tools for MADWIFI drivers
                Homepage: http://madwifi.org
                Requires: wireless.lrp
--- 40,49 ----
  
  <Package>
        <madwifi>
!               Version ng-r1440
!               Revision = 1
  
                Help <<EOF
!               Tools for MADWIFI drivers
                Homepage: http://madwifi.org
                Requires: wireless.lrp
***************
*** 137,140 ****
--- 90,113 ----
                        </File>
                        <File>
+                               Filename    = usr/sbin/athstats
+                               Source      = usr/sbin/athstats
+                               Type        = binary
+                       </File>
+                       <File>
+                               Filename    = usr/sbin/80211stats
+                               Source      = usr/sbin/80211stats
+                               Type        = binary
+                       </File>
+                       <File>
+                               Filename    = usr/sbin/athdebug
+                               Source      = usr/sbin/athdebug
+                               Type        = binary
+                       </File>
+                       <File>
+                               Filename    = usr/sbin/80211debug
+                               Source      = usr/sbin/80211debug
+                               Type        = binary
+                       </File>
+                       <File>
                                Filename    = etc/network/if-pre-up.d/madwifi
                                Source      = 
etc/network/if-pre-up.d/madwifi-if-pre-up

Index: madwifi-ng-current.tar.gz
===================================================================
RCS file: 
/cvsroot/leaf/src/bering-uclibc/apps/madwifi/madwifi-ng-current.tar.gz,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
Binary files /tmp/cvsTn2HrQ and /tmp/cvsp1VHmo differ



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits

Reply via email to