diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2005-10-23 09:39:12 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2005-10-23 09:39:12 +0000 |
commit | 3c4edae2cd9027faa2554b8803ce20516af5ee42 (patch) | |
tree | 6f144167e43c2f2f56e84901b91828143cdd3ff3 /openwrt/package | |
parent | 650cb6dc83eb1cc7d429ea9e557ebc857f5c9387 (diff) | |
download | mtk-20170518-3c4edae2cd9027faa2554b8803ce20516af5ee42.zip mtk-20170518-3c4edae2cd9027faa2554b8803ce20516af5ee42.tar.gz mtk-20170518-3c4edae2cd9027faa2554b8803ce20516af5ee42.tar.bz2 |
replace madwifi with madwifi-ng
SVN-Revision: 2272
Diffstat (limited to 'openwrt/package')
-rw-r--r-- | openwrt/package/madwifi-tools/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/openwrt/package/madwifi-tools/Makefile b/openwrt/package/madwifi-tools/Makefile index a7afde1..ba40241 100644 --- a/openwrt/package/madwifi-tools/Makefile +++ b/openwrt/package/madwifi-tools/Makefile @@ -3,15 +3,15 @@ include $(TOPDIR)/rules.mk PKG_NAME:=madwifi -PKG_VERSION:=2005-08-13 +PKG_VERSION:=r1195-20051021 PKG_RELEASE:=1 -PKG_MD5SUM:=188127127aebd8815595c025a787d729 +PKG_MD5SUM:=5d6a52260ece434a2e3b4ff826a3c5f4 -PKG_SOURCE_URL:=http://madwifi.otaku42.de/2005/08/ -PKG_SOURCE:=$(PKG_NAME)-cvs-snapshot-$(PKG_VERSION).tar.bz2 -PKG_CAT:=bzcat +PKG_SOURCE_URL:=http://snapshots.madwifi.org +PKG_SOURCE:=$(PKG_NAME)-trunk-$(PKG_VERSION).tar.gz +PKG_CAT:=zcat -PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME) +PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-trunk-$(PKG_VERSION) include $(TOPDIR)/package/rules.mk @@ -33,6 +33,7 @@ $(IPKG_MADWIFI_TOOLS): $(PKG_BUILD_DIR)/tools/80211debug \ $(PKG_BUILD_DIR)/tools/athctrl \ $(PKG_BUILD_DIR)/tools/athkey \ + $(PKG_BUILD_DIR)/tools/wlanconfig \ $(IDIR_MADWIFI_TOOLS)/usr/sbin $(RSTRIP) $(IDIR_MADWIFI_TOOLS) $(IPKG_BUILD) $(IDIR_MADWIFI_TOOLS) $(PACKAGE_DIR) |