summaryrefslogtreecommitdiff
path: root/openwrt/target/linux/linux-2.4/broadcom.mk
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2005-11-18 11:40:36 +0000
committerImre Kaloz <kaloz@openwrt.org>2005-11-18 11:40:36 +0000
commitb26165bc5ec92c16e6e1904f38b4e5c58851d698 (patch)
treeab008b7167f9597d843ee0b2d0ec774b809bcfd8 /openwrt/target/linux/linux-2.4/broadcom.mk
parent818937b28fb59bb89ccd6155210a7835300b71d2 (diff)
downloadmtk-20170518-b26165bc5ec92c16e6e1904f38b4e5c58851d698.zip
mtk-20170518-b26165bc5ec92c16e6e1904f38b4e5c58851d698.tar.gz
mtk-20170518-b26165bc5ec92c16e6e1904f38b4e5c58851d698.tar.bz2
update the 2.4 kernel to 2.4.32. it seems pl2303 has the fixes from 2.6, so we now only add the new ids. gcc4 fixes will come later
SVN-Revision: 2515
Diffstat (limited to 'openwrt/target/linux/linux-2.4/broadcom.mk')
-rw-r--r--openwrt/target/linux/linux-2.4/broadcom.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/target/linux/linux-2.4/broadcom.mk b/openwrt/target/linux/linux-2.4/broadcom.mk
index 4d94419..c8c4ece 100644
--- a/openwrt/target/linux/linux-2.4/broadcom.mk
+++ b/openwrt/target/linux/linux-2.4/broadcom.mk
@@ -57,8 +57,8 @@ $(LINUX_DIR)/.drivers-unpacked: $(LINUX_DIR)/.unpacked
touch $@
$(LINUX_DIR)/.drivers-installed: $(LINUX_DIR)/.modules_done
- mkdir -p $(LINUX_BUILD_DIR)/modules/lib/modules/2.4.30/kernel/drivers/net/wl
- @-[ -f $(LINUX_BUILD_DIR)/modules/lib/modules/2.4.30/kernel/drivers/net/wl/wl.o ] || cp $(LINUX_DIR)/drivers/net/wl/wl.o $(LINUX_BUILD_DIR)/modules/lib/modules/2.4.30/kernel/drivers/net/wl/
+ mkdir -p $(LINUX_BUILD_DIR)/modules/lib/modules/2.4.32/kernel/drivers/net/wl
+ @-[ -f $(LINUX_BUILD_DIR)/modules/lib/modules/2.4.32/kernel/drivers/net/wl/wl.o ] || cp $(LINUX_DIR)/drivers/net/wl/wl.o $(LINUX_BUILD_DIR)/modules/lib/modules/2.4.32/kernel/drivers/net/wl/
touch $@
linux-dirclean: drivers-clean