diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-06-12 09:30:53 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-06-12 09:30:53 +0000 |
commit | cabd7ebe2004b8b0e5cd019033dc2f6524390ba5 (patch) | |
tree | 2824d08007021b73da754dd5fe623d1655afb6f0 | |
parent | c8cd4662bf84ed9170ae68347126124aeb2cd837 (diff) |
/distfiles
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1212 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/linux-2.4/broadcom.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/target/linux/linux-2.4/broadcom.mk b/target/linux/linux-2.4/broadcom.mk index 2f2f92bda1..f6ada2f1a3 100644 --- a/target/linux/linux-2.4/broadcom.mk +++ b/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 |