diff options
author | Waldemar Brodkorb <wbx@openwrt.org> | 2005-06-12 09:30:53 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openwrt.org> | 2005-06-12 09:30:53 +0000 |
commit | 3b55a7fde57726e7e6def9e256ce478f0d05da31 (patch) | |
tree | 2824d08007021b73da754dd5fe623d1655afb6f0 /target/linux | |
parent | 0320851e2a2a2693acf595cd07c8e3ce9aec9e3d (diff) | |
download | upstream-3b55a7fde57726e7e6def9e256ce478f0d05da31.tar.gz upstream-3b55a7fde57726e7e6def9e256ce478f0d05da31.tar.bz2 upstream-3b55a7fde57726e7e6def9e256ce478f0d05da31.zip |
/distfiles
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1212 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-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 |