upgrade madwifi to r1416-20060126, unite madwifi-tools and kmod-madwifi (madwifi-ng needs wlanconfig anyways), add multicall patch to reduce the size of the tools
SVN-Revision: 3056
This commit is contained in:
@@ -254,7 +254,6 @@ source "package/setserial/Config.in"
|
||||
comment "Utilities"
|
||||
source "package/bc/Config.in"
|
||||
source "package/gdbserver/Config.in"
|
||||
source "package/madwifi-tools/Config.in"
|
||||
source "package/pcmcia-cs/Config.in" # pcmcia-utils
|
||||
source "package/usbutils/Config.in" # lsusb
|
||||
source "package/strace/Config.in"
|
||||
|
||||
@@ -1,29 +0,0 @@
|
||||
menu "madwifi........................... Utilities for the Atheros Wifi driver"
|
||||
|
||||
config BR2_COMPILE_MADWIFI_TOOLS
|
||||
tristate
|
||||
default n
|
||||
depends BR2_PACKAGE_MADWIFI_TOOLS_BASE || BR2_PACKAGE_MADWIFI_TOOLS_STATS
|
||||
|
||||
config BR2_PACKAGE_MADWIFI_TOOLS_BASE
|
||||
prompt "madwifi-tools-base................ Utilities for configuring the Atheros Wifi driver"
|
||||
tristate
|
||||
select BR2_COMPILE_MADWIFI_TOOLS
|
||||
default BR2_PACKAGE_KMOD_MADWIFI
|
||||
default m if CONFIG_DEVEL
|
||||
help
|
||||
Driver utilities for Atheros 802.11a/b/g MiniPCI cards
|
||||
|
||||
http://www.madwifi.org/
|
||||
|
||||
config BR2_PACKAGE_MADWIFI_TOOLS_STATS
|
||||
prompt "madwifi-tools-stats............... Debug and stat tools for the Atheros Wifi driver"
|
||||
tristate
|
||||
select BR2_COMPILE_MADWIFI_TOOLS
|
||||
default m if CONFIG_DEVEL
|
||||
help
|
||||
Driver utilities for Atheros 802.11a/b/g MiniPCI cards
|
||||
|
||||
http://www.madwifi.org/
|
||||
|
||||
endmenu
|
||||
@@ -1,50 +0,0 @@
|
||||
# $Id$
|
||||
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=madwifi
|
||||
PKG_VERSION:=r1358-20051215
|
||||
PKG_RELEASE:=1
|
||||
PKG_MD5SUM:=0ef00a095359e5af313f52446ebfbbf1
|
||||
|
||||
PKG_SOURCE_URL:=http://snapshots.madwifi.org/madwifi-ng
|
||||
PKG_SOURCE:=$(PKG_NAME)-ng-$(PKG_VERSION).tar.gz
|
||||
PKG_CAT:=zcat
|
||||
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-ng-$(PKG_VERSION)
|
||||
|
||||
include $(TOPDIR)/package/rules.mk
|
||||
|
||||
$(eval $(call PKG_template,MADWIFI_TOOLS_BASE,madwifi-tools-base,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH),kmod-madwifi))
|
||||
$(eval $(call PKG_template,MADWIFI_TOOLS_STATS,madwifi-tools-stats,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH),kmod-madwifi))
|
||||
|
||||
$(PKG_BUILD_DIR)/.configured:
|
||||
touch $@
|
||||
|
||||
$(PKG_BUILD_DIR)/.built:
|
||||
$(MAKE) -C $(PKG_BUILD_DIR)/tools \
|
||||
$(TARGET_CONFIGURE_OPTS) \
|
||||
CFLAGS="$(TARGET_CFLAGS)" \
|
||||
all
|
||||
touch $@
|
||||
|
||||
$(IPKG_MADWIFI_TOOLS_BASE):
|
||||
install -d -m0755 $(IDIR_MADWIFI_TOOLS_BASE)/usr/sbin
|
||||
install -m0755 \
|
||||
$(PKG_BUILD_DIR)/tools/athctrl \
|
||||
$(PKG_BUILD_DIR)/tools/athkey \
|
||||
$(PKG_BUILD_DIR)/tools/wlanconfig \
|
||||
$(IDIR_MADWIFI_TOOLS_BASE)/usr/sbin
|
||||
$(RSTRIP) $(IDIR_MADWIFI_TOOLS_BASE)
|
||||
$(IPKG_BUILD) $(IDIR_MADWIFI_TOOLS_BASE) $(PACKAGE_DIR)
|
||||
|
||||
$(IPKG_MADWIFI_TOOLS_STATS):
|
||||
install -d -m0755 $(IDIR_MADWIFI_TOOLS_STATS)/usr/sbin
|
||||
install -m0755 \
|
||||
$(PKG_BUILD_DIR)/tools/athstats \
|
||||
$(PKG_BUILD_DIR)/tools/athdebug \
|
||||
$(PKG_BUILD_DIR)/tools/80211stats \
|
||||
$(PKG_BUILD_DIR)/tools/80211debug \
|
||||
$(IDIR_MADWIFI_TOOLS_STATS)/usr/sbin
|
||||
$(RSTRIP) $(IDIR_MADWIFI_TOOLS_STATS)
|
||||
$(IPKG_BUILD) $(IDIR_MADWIFI_TOOLS_STATS) $(PACKAGE_DIR)
|
||||
@@ -1,4 +0,0 @@
|
||||
Package: madwifi-tools-base
|
||||
Priority: optional
|
||||
Section: net
|
||||
Description: Driver utilities for Atheros 802.11a/b/g MiniPCI cards
|
||||
@@ -1,4 +0,0 @@
|
||||
Package: madwifi-tools-stats
|
||||
Priority: optional
|
||||
Section: net
|
||||
Description: Driver utilities (for statistics) for Atheros 802.11a/b/g MiniPCI cards
|
||||
Reference in New Issue
Block a user