diff options
author | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-05-24 09:39:23 +0000 |
---|---|---|
committer | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-05-24 09:39:23 +0000 |
commit | 9295dc842fb87825f069726c7f7436d7bb4aca0d (patch) | |
tree | 4facc76650efc140c7c9f1df48a7e65bce0257a9 /openwrt/target/linux/package/madwifi/Makefile | |
parent | 9025eb89f108136b019e2061a3469ef0d83c3bf0 (diff) |
upgrade madwifi to r1590, fix the kernel cflags patch - thanks to Ge0rG
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3827 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/linux/package/madwifi/Makefile')
-rw-r--r-- | openwrt/target/linux/package/madwifi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/target/linux/package/madwifi/Makefile b/openwrt/target/linux/package/madwifi/Makefile index 9f95ed1e9..1a50c5d1d 100644 --- a/openwrt/target/linux/package/madwifi/Makefile +++ b/openwrt/target/linux/package/madwifi/Makefile @@ -4,9 +4,9 @@ include $(TOPDIR)/rules.mk include ../../rules.mk PKG_NAME:=madwifi-ng -PKG_VERSION:=r1543-20060506 +PKG_VERSION:=r1590-20060523 PKG_RELEASE:=1 -PKG_MD5SUM:=3d89e5197c7e43eb37564c176140b2bf +PKG_MD5SUM:=d3b32a2db92ff95cb0c3eb24a1017d9e PKG_SOURCE_URL:=http://snapshots.madwifi.org/$(PKG_NAME) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |