diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-07-16 14:50:24 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-07-16 14:50:24 +0000 |
commit | 3a3dbc957a6b102f7495266ccf28ec48eccf71be (patch) | |
tree | f83ec190c98324f7ca9af354363550951607912e | |
parent | e362116b854b38cc42d8660c771cee1bcd8b7ce3 (diff) | |
download | mtk-20170518-3a3dbc957a6b102f7495266ccf28ec48eccf71be.zip mtk-20170518-3a3dbc957a6b102f7495266ccf28ec48eccf71be.tar.gz mtk-20170518-3a3dbc957a6b102f7495266ccf28ec48eccf71be.tar.bz2 |
update wl driver to latest linksys version
SVN-Revision: 1465
-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 5312bbe..02bca3c 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 |