From: Nicolas Thill Date: Wed, 2 Nov 2005 23:05:48 +0000 (+0000) Subject: fix typos introduced by [2317] X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=84a6c9dda3131869da6349d367b2b20df8d2216d;p=librecmc%2Flibrecmc.git fix typos introduced by [2317] SVN-Revision: 2319 --- diff --git a/openwrt/target/linux/linux-2.4/broadcom.mk b/openwrt/target/linux/linux-2.4/broadcom.mk index 3cf8bd70ae..8f486b204f 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 \