diff options
author | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-12-16 13:58:24 +0000 |
---|---|---|
committer | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-12-16 13:58:24 +0000 |
commit | 3e32356bc03d12ce883dcf3d4e7723d1d5e434f8 (patch) | |
tree | fc0503b1d0527922c69b5a0d4f3d9bd02e583696 /openwrt/package/madwifi-tools/Makefile | |
parent | 12f01bce021703af4d145bf0770eacd7a342ba73 (diff) |
sync with kmod-madwifi
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2701 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/madwifi-tools/Makefile')
-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 ba40241af8..76a2cc0ae6 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 |