diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2005-07-09 15:05:01 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2005-07-09 15:05:01 +0000 |
| commit | 5b4b70818432b68db3f67a2e1085cbe5c343a5ea (patch) | |
| tree | e73c74a3692ac606290b26233d8b2e3db6067ac0 /openwrt/target/linux/linux-2.4/Makefile | |
| parent | 879a27a791d7dfe6db71f178e34039c2728a58e3 (diff) | |
| download | mtk-20170518-5b4b70818432b68db3f67a2e1085cbe5c343a5ea.zip mtk-20170518-5b4b70818432b68db3f67a2e1085cbe5c343a5ea.tar.gz mtk-20170518-5b4b70818432b68db3f67a2e1085cbe5c343a5ea.tar.bz2 | |
some additions to the ar7 system code, added cpmac network driver
SVN-Revision: 1383
Diffstat (limited to 'openwrt/target/linux/linux-2.4/Makefile')
| -rw-r--r-- | openwrt/target/linux/linux-2.4/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/openwrt/target/linux/linux-2.4/Makefile b/openwrt/target/linux/linux-2.4/Makefile index 6993c3d..de0f815 100644 --- a/openwrt/target/linux/linux-2.4/Makefile +++ b/openwrt/target/linux/linux-2.4/Makefile @@ -52,6 +52,10 @@ ifeq ($(BOARD),brcm) include ./broadcom.mk endif + +$(eval $(call KMOD_template,CPMAC,cpmac,\ + $(MODULES_DIR)/kernel/drivers/net/avalanche_cpmac/avalanche_cpmac.o \ +,CONFIG_MIPS_AVALANCHE_CPMAC)) $(eval $(call KMOD_template,USB_ACM,usb-acm,\ $(MODULES_DIR)/kernel/drivers/usb/acm.o \ ,CONFIG_USB_ACM)) |
