diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-10-17 15:03:52 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-10-17 15:03:52 +0000 |
commit | 12a32c9c894cc94ba6a1246b7af8e900b4f62b3c (patch) | |
tree | 0913a79d85561c8a6f96923444d744820e4f5329 /target/linux/ar7-2.4/Makefile | |
parent | 396e5e9a0c142056e70750dd12de63bd31b64761 (diff) | |
download | upstream-12a32c9c894cc94ba6a1246b7af8e900b4f62b3c.tar.gz upstream-12a32c9c894cc94ba6a1246b7af8e900b4f62b3c.tar.bz2 upstream-12a32c9c894cc94ba6a1246b7af8e900b4f62b3c.zip |
move the ar7 network driver into a separate package
SVN-Revision: 5186
Diffstat (limited to 'target/linux/ar7-2.4/Makefile')
-rw-r--r-- | target/linux/ar7-2.4/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/target/linux/ar7-2.4/Makefile b/target/linux/ar7-2.4/Makefile index aececf86ff..92e49d2020 100644 --- a/target/linux/ar7-2.4/Makefile +++ b/target/linux/ar7-2.4/Makefile @@ -12,11 +12,6 @@ LINUX_KERNEL_MD5SUM:=38f4d0830e95a20f4bfed17622d5557c include ./config include $(INCLUDE_DIR)/kernel.mk - -$(eval $(call KMOD_template,CPMAC,cpmac,\ - $(MODULES_DIR)/kernel/drivers/net/avalanche_cpmac/avalanche_cpmac.o \ -,CONFIG_MIPS_AVALANCHE_CPMAC,,10,avalanche_cpmac)) - include $(INCLUDE_DIR)/kernel-build.mk $(LINUX_DIR)/.patched: $(LINUX_DIR)/.unpacked |