From d6b9d21390f64e7a14918cf4122f065ace435422 Mon Sep 17 00:00:00 2001 From: nico Date: Wed, 2 Nov 2005 23:05:48 +0000 Subject: fix typos introduced by [2317] git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2319 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/target/linux/linux-2.4/broadcom.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openwrt/target/linux/linux-2.4') 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 \ -- cgit v1.2.3