diff options
author | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-01-27 10:09:45 +0000 |
---|---|---|
committer | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-01-27 10:09:45 +0000 |
commit | fa8c81bb5cdc864c56e8f19dabbddb6364bbd3a9 (patch) | |
tree | 601e9ab06e7bb6eb21eadf0fc9ee545c6732953d /openwrt/package | |
parent | bc6c15bda7947037d920671b07418dd32da9c4cd (diff) |
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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3056 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package')
-rw-r--r-- | openwrt/package/Config.in | 1 | ||||
-rw-r--r-- | openwrt/package/madwifi-tools/Config.in | 29 | ||||
-rw-r--r-- | openwrt/package/madwifi-tools/Makefile | 50 | ||||
-rw-r--r-- | openwrt/package/madwifi-tools/ipkg/madwifi-tools-base.control | 4 | ||||
-rw-r--r-- | openwrt/package/madwifi-tools/ipkg/madwifi-tools-stats.control | 4 |
5 files changed, 0 insertions, 88 deletions
diff --git a/openwrt/package/Config.in b/openwrt/package/Config.in index 488680ccf4..54fc4b794d 100644 --- a/openwrt/package/Config.in +++ b/openwrt/package/Config.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" diff --git a/openwrt/package/madwifi-tools/Config.in b/openwrt/package/madwifi-tools/Config.in deleted file mode 100644 index 74cd756fd9..0000000000 --- a/openwrt/package/madwifi-tools/Config.in +++ /dev/null @@ -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 diff --git a/openwrt/package/madwifi-tools/Makefile b/openwrt/package/madwifi-tools/Makefile deleted file mode 100644 index 7ce2608d63..0000000000 --- a/openwrt/package/madwifi-tools/Makefile +++ /dev/null @@ -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) diff --git a/openwrt/package/madwifi-tools/ipkg/madwifi-tools-base.control b/openwrt/package/madwifi-tools/ipkg/madwifi-tools-base.control deleted file mode 100644 index b0ff02b943..0000000000 --- a/openwrt/package/madwifi-tools/ipkg/madwifi-tools-base.control +++ /dev/null @@ -1,4 +0,0 @@ -Package: madwifi-tools-base -Priority: optional -Section: net -Description: Driver utilities for Atheros 802.11a/b/g MiniPCI cards diff --git a/openwrt/package/madwifi-tools/ipkg/madwifi-tools-stats.control b/openwrt/package/madwifi-tools/ipkg/madwifi-tools-stats.control deleted file mode 100644 index 661354d96d..0000000000 --- a/openwrt/package/madwifi-tools/ipkg/madwifi-tools-stats.control +++ /dev/null @@ -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 |