diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-07-16 14:50:24 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-07-16 14:50:24 +0000 |
commit | fb1291ca4ce7a426e880dd4d00cede61bd109338 (patch) | |
tree | f83ec190c98324f7ca9af354363550951607912e /openwrt/target | |
parent | 6f08fda54e6f2b58c2972cb542042ed7c03e3540 (diff) |
update wl driver to latest linksys version
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1465 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target')
-rw-r--r-- | openwrt/target/linux/linux-2.4/broadcom.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/openwrt/target/linux/linux-2.4/broadcom.mk b/openwrt/target/linux/linux-2.4/broadcom.mk index 5312bbe75a..02bca3c325 100644 --- a/openwrt/target/linux/linux-2.4/broadcom.mk +++ b/openwrt/target/linux/linux-2.4/broadcom.mk @@ -22,9 +22,9 @@ $(eval $(call KMOD_template,LP,lp,\ ,CONFIG_PARPORT,,50,parport parport_splink lp)) LINUX_BINARY_DRIVER_SITE=http://openwrt.org/downloads/sources -# proprietary driver, extracted from asus GPL sourcetree GPL_1941.zip -LINUX_BINARY_WL_DRIVER=kernel-binary-wl-0.3.tar.gz -LINUX_BINARY_WL_MD5SUM=cc45df670bcfb4e74a709b9d7beba636 +# proprietary driver, extracted from Linksys GPL sourcetree WRT54GS 4.70.6 +LINUX_BINARY_WL_DRIVER=kernel-binary-wl-0.4.tar.gz +LINUX_BINARY_WL_MD5SUM=0659fa8f1805be6ec03188ef8e1216cc LINUX_ET_DRIVER=kernel-source-et-0.11.tar.gz LINUX_ET_MD5SUM=bdc23ab59440793e35cab039457f6358 |