summaryrefslogtreecommitdiff
path: root/openwrt
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-11-02 23:05:48 +0000
committerNicolas Thill <nico@openwrt.org>2005-11-02 23:05:48 +0000
commit84a6c9dda3131869da6349d367b2b20df8d2216d (patch)
tree991ea60c75194cfa4bdc7240713e18eab0b2b71c /openwrt
parent506d8be9a742acc752efab3dfb4fd27edc19402a (diff)
downloadmtk-20170518-84a6c9dda3131869da6349d367b2b20df8d2216d.zip
mtk-20170518-84a6c9dda3131869da6349d367b2b20df8d2216d.tar.gz
mtk-20170518-84a6c9dda3131869da6349d367b2b20df8d2216d.tar.bz2
fix typos introduced by [2317]
SVN-Revision: 2319
Diffstat (limited to 'openwrt')
-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 3cf8bd7..8f486b2 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 \