diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-01-04 22:16:46 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-01-04 22:16:46 +0000 |
commit | 4ea9b9f5194c91f94729b3ea6f457414cae3c771 (patch) | |
tree | 2bd1bc3aa142375ba743f318dd082109cefb2e9b | |
parent | 9ab95cb396f3871d35587939267d8c48ff36f7a9 (diff) | |
download | mtk-20170518-4ea9b9f5194c91f94729b3ea6f457414cae3c771.zip mtk-20170518-4ea9b9f5194c91f94729b3ea6f457414cae3c771.tar.gz mtk-20170518-4ea9b9f5194c91f94729b3ea6f457414cae3c771.tar.bz2 |
Corrected WAP54G bug as explained in #146, closes ticket #146
SVN-Revision: 2828
-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 aea4fad..ffd118e 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) |