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 | 6c075b976882855445eecdf374c4ce224f1c448e (patch) | |
tree | 8c96c72c3cda39e5d73aece247d39d31d89b9861 /target/linux/linux-2.4/broadcom.mk | |
parent | 597c285f21fb15f64bc8c9c8215d06cd24c413ad (diff) | |
download | upstream-6c075b976882855445eecdf374c4ce224f1c448e.tar.gz upstream-6c075b976882855445eecdf374c4ce224f1c448e.tar.bz2 upstream-6c075b976882855445eecdf374c4ce224f1c448e.zip |
Corrected WAP54G bug as explained in #146, closes ticket #146
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2828 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/linux-2.4/broadcom.mk')
-rw-r--r-- | target/linux/linux-2.4/broadcom.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/linux-2.4/broadcom.mk b/target/linux/linux-2.4/broadcom.mk index aea4fad165..ffd118edea 100644 --- a/target/linux/linux-2.4/broadcom.mk +++ b/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) |