summaryrefslogtreecommitdiff
path: root/openwrt
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-11-04 07:43:46 +0000
committerNicolas Thill <nico@openwrt.org>2005-11-04 07:43:46 +0000
commit29ff07cd20700e0e305c3bbce51c2dbf7aa30459 (patch)
tree1e20bbe966e008cac7235cf3c442951b097fccde /openwrt
parent695b8156466bf9d175e5bddf887e09240d4831b9 (diff)
downloadmtk-20170518-29ff07cd20700e0e305c3bbce51c2dbf7aa30459.zip
mtk-20170518-29ff07cd20700e0e305c3bbce51c2dbf7aa30459.tar.gz
mtk-20170518-29ff07cd20700e0e305c3bbce51c2dbf7aa30459.tar.bz2
fix another typo introduced by [2317]
SVN-Revision: 2325
Diffstat (limited to 'openwrt')
-rw-r--r--openwrt/target/linux/linux-2.4/ar7.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/linux/linux-2.4/ar7.mk b/openwrt/target/linux/linux-2.4/ar7.mk
index 85d5a79..f562f15 100644
--- a/openwrt/target/linux/linux-2.4/ar7.mk
+++ b/openwrt/target/linux/linux-2.4/ar7.mk
@@ -43,5 +43,5 @@ $(eval $(call KMOD_template,SANGAM_ATM_B,sangam-atm-annex-b,\
$(eval $(call KMOD_template,CPMAC,cpmac,\
$(MODULES_DIR)/kernel/drivers/net/avalanche_cpmac/avalanche_cpmac.o \
-,CONFIG_MIPS_AVALANCHE_CPMAC),,10,avalanche_cpmac)
+,CONFIG_MIPS_AVALANCHE_CPMAC,,10,avalanche_cpmac))