diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2005-12-16 13:58:24 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2005-12-16 13:58:24 +0000 |
commit | 115bbafa1b2edcf6dcbda6d9023686d8e6ddb888 (patch) | |
tree | f10e6b54cd174de1fdc1e73c98fe54e79a9cf7e0 | |
parent | 87d1008ce984a6a7ea622fe2a4bb11c485fcf4eb (diff) | |
download | mtk-20170518-115bbafa1b2edcf6dcbda6d9023686d8e6ddb888.zip mtk-20170518-115bbafa1b2edcf6dcbda6d9023686d8e6ddb888.tar.gz mtk-20170518-115bbafa1b2edcf6dcbda6d9023686d8e6ddb888.tar.bz2 |
sync with kmod-madwifi
SVN-Revision: 2701
-rw-r--r-- | openwrt/package/madwifi-tools/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/openwrt/package/madwifi-tools/Makefile b/openwrt/package/madwifi-tools/Makefile index ba40241..76a2cc0 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:=r1195-20051021 +PKG_VERSION:=r1158-20051215 PKG_RELEASE:=1 -PKG_MD5SUM:=5d6a52260ece434a2e3b4ff826a3c5f4 +PKG_MD5SUM:=0ef00a095359e5af313f52446ebfbbf1 -PKG_SOURCE_URL:=http://snapshots.madwifi.org +PKG_SOURCE_URL:=http://snapshots.madwifi.org/madwifi-ng PKG_SOURCE:=$(PKG_NAME)-trunk-$(PKG_VERSION).tar.gz PKG_CAT:=zcat -PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-trunk-$(PKG_VERSION) +PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-ng-$(PKG_VERSION) include $(TOPDIR)/package/rules.mk |