summaryrefslogtreecommitdiffstats
path: root/openwrt/target/linux/linux-2.4
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-11-02 23:05:48 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-11-02 23:05:48 +0000
commitd6b9d21390f64e7a14918cf4122f065ace435422 (patch)
tree1faf6a760733f91b8d1863e1ef211ce5631c6964 /openwrt/target/linux/linux-2.4
parent7c05c465eafee57623aac45cf2aed4c3423c174c (diff)
fix typos introduced by [2317]
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2319 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/linux/linux-2.4')
-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 3cf8bd70a..8f486b204 100644
--- a/openwrt/target/linux/linux-2.4/broadcom.mk
+++ b/openwrt/target/linux/linux-2.4/broadcom.mk
@@ -9,11 +9,11 @@
$(eval $(call KMOD_template,BRCM_WL,brcm-wl,\
$(MODULES_DIR)/kernel/drivers/net/wl/wl.o \
-,CONFIG_WL),,10,wl)
+,CONFIG_WL,,10,wl))
$(eval $(call KMOD_template,BRCM_ET,brcm-et,\
$(MODULES_DIR)/kernel/drivers/net/et/et.o \
-,CONFIG_ET),,10,et)
+,CONFIG_ET,,10,et))
$(eval $(call KMOD_template,LP,lp,\
$(MODULES_DIR)/kernel/drivers/parport/parport.o \