diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-06-12 09:32:45 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-06-12 09:32:45 +0000 |
commit | 92219a1b8ddf7a48578aa1ec841dbc964046d06a (patch) | |
tree | d8eab46fc0c061d74dfc442bdeb0b770e395da85 /openwrt/target/linux | |
parent | 60d999a4a402f2743883b098b2c6f300511471a9 (diff) |
we already have /sources..
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1213 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/linux')
-rw-r--r-- | openwrt/target/linux/linux-2.4/broadcom.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/linux/linux-2.4/broadcom.mk b/openwrt/target/linux/linux-2.4/broadcom.mk index f6ada2f1a3..203262a6a1 100644 --- a/openwrt/target/linux/linux-2.4/broadcom.mk +++ b/openwrt/target/linux/linux-2.4/broadcom.mk @@ -21,7 +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/distfiles +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 |