diff options
author | Andy Boyett <agb@openwrt.org> | 2008-01-15 02:25:05 +0000 |
---|---|---|
committer | Andy Boyett <agb@openwrt.org> | 2008-01-15 02:25:05 +0000 |
commit | e233aed2bd9b1da05b53bfb9957b14f9cde8dcc4 (patch) | |
tree | a5684238593c9ff1c1fb6ee0782c4b95c7174891 | |
parent | e8bc160a020f226fe960283207feeb303e9c5e0a (diff) | |
download | upstream-e233aed2bd9b1da05b53bfb9957b14f9cde8dcc4.tar.gz upstream-e233aed2bd9b1da05b53bfb9957b14f9cde8dcc4.tar.bz2 upstream-e233aed2bd9b1da05b53bfb9957b14f9cde8dcc4.zip |
broadcom-wl md5sum fixed, thanks ix.
SVN-Revision: 10201
-rw-r--r-- | package/broadcom-wl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/broadcom-wl/Makefile b/package/broadcom-wl/Makefile index b60d184fcf..9acfe65100 100644 --- a/package/broadcom-wl/Makefile +++ b/package/broadcom-wl/Makefile @@ -16,7 +16,7 @@ WLC_VERSION:=0.1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://downloads.openwrt.org/sources -PKG_MD5SUM:=0c6ba9687114c6b598e8019e262d9a60 +PKG_MD5SUM:=a86fc00ddd24f9dce568b0b42b9739c5 WL_WEXT=1 |