diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-06-12 09:30:53 +0000 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-06-12 09:30:53 +0000 |
commit | 9b77b9cc12e0519d37266e65f0967b0e32db9617 (patch) | |
tree | 734a371b6ee7a9539f5831fb232fbf824bf2c659 /openwrt | |
parent | 201c9d7d55b05b23a2969a443bf0a77b386e2f8b (diff) | |
download | mtk-20170518-9b77b9cc12e0519d37266e65f0967b0e32db9617.zip mtk-20170518-9b77b9cc12e0519d37266e65f0967b0e32db9617.tar.gz mtk-20170518-9b77b9cc12e0519d37266e65f0967b0e32db9617.tar.bz2 |
/distfiles
SVN-Revision: 1212
Diffstat (limited to 'openwrt')
-rw-r--r-- | openwrt/target/linux/linux-2.4/broadcom.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/openwrt/target/linux/linux-2.4/broadcom.mk b/openwrt/target/linux/linux-2.4/broadcom.mk index 2f2f92b..f6ada2f 100644 --- a/openwrt/target/linux/linux-2.4/broadcom.mk +++ b/openwrt/target/linux/linux-2.4/broadcom.mk @@ -21,9 +21,7 @@ $(eval $(call KMOD_template,LP,lp,\ $(MODULES_DIR)/kernel/drivers/char/lp.o \ ,CONFIG_PARPORT)) - -LINUX_BINARY_DRIVER_SITE=http://openwrt.org/downloads/ - +LINUX_BINARY_DRIVER_SITE=http://openwrt.org/downloads/distfiles # 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 |