diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-01-04 22:16:46 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-01-04 22:16:46 +0000 |
commit | fe862a0748213dbff4b859c0339cbbd143d33ef1 (patch) | |
tree | 097883a4fc0067369537a745ed3d39c3d11aefd7 /openwrt/target/linux/linux-2.4/broadcom.mk | |
parent | 6ac650f7400a8eeeee328d8e38a3ae77b2ad0878 (diff) |
Corrected WAP54G bug as explained in #146, closes ticket #146
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2828 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/linux/linux-2.4/broadcom.mk')
-rw-r--r-- | openwrt/target/linux/linux-2.4/broadcom.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/target/linux/linux-2.4/broadcom.mk b/openwrt/target/linux/linux-2.4/broadcom.mk index aea4fad165..ffd118edea 100644 --- a/openwrt/target/linux/linux-2.4/broadcom.mk +++ b/openwrt/target/linux/linux-2.4/broadcom.mk @@ -29,8 +29,8 @@ LINUX_BINARY_DRIVER_SITE=http://openwrt.org/downloads/sources # proprietary driver, extracted from Linksys GPL sourcetree WRT54GS 4.70.6 LINUX_BINARY_WL_DRIVER=kernel-binary-wl-0.5.tar.gz LINUX_BINARY_WL_MD5SUM=78e839842bdc04022bb44469f92b1131 -LINUX_ET_DRIVER=kernel-source-et-0.12.tar.gz -LINUX_ET_MD5SUM=14c6810cd3ee74b5f9f86b98fdaaeb18 +LINUX_ET_DRIVER=kernel-source-et-0.13.tar.gz +LINUX_ET_MD5SUM=b2072f26a4f25a7d6bc2669c4fe6419d $(DL_DIR)/$(LINUX_BINARY_WL_DRIVER): $(SCRIPT_DIR)/download.pl $(DL_DIR) $(LINUX_BINARY_WL_DRIVER) $(LINUX_BINARY_WL_MD5SUM) $(LINUX_BINARY_DRIVER_SITE) $(MAKE_TRACE) |