diff options
author | John Crispin <blogic@openwrt.org> | 2009-10-05 15:10:15 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2009-10-05 15:10:15 +0000 |
commit | 7dc35b9931f48e4c0c652783a1222057e93f2fca (patch) | |
tree | 61edf2f1c2d7d42950a678d1f53f275a55c0eb58 /target | |
parent | 381139d53b4031586cee3a2980ed3ca60c76ea67 (diff) | |
download | upstream-7dc35b9931f48e4c0c652783a1222057e93f2fca.tar.gz upstream-7dc35b9931f48e4c0c652783a1222057e93f2fca.tar.bz2 upstream-7dc35b9931f48e4c0c652783a1222057e93f2fca.zip |
dont select atm modules yet for ifxmips
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17888 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ifxmips/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ifxmips/Makefile b/target/linux/ifxmips/Makefile index 01f1840a19..ad47886d81 100644 --- a/target/linux/ifxmips/Makefile +++ b/target/linux/ifxmips/Makefile @@ -14,8 +14,8 @@ FEATURES:=squashfs jffs2 atm LINUX_VERSION:=2.6.30.8 include $(INCLUDE_DIR)/target.mk -DEFAULT_PACKAGES+=uboot-ifxmips kmod-pppoa ppp-mod-pppoa linux-atm atm-tools br2684ctl kmod-ifxmips-atm - +DEFAULT_PACKAGES+=uboot-ifxmips +#kmod-pppoa ppp-mod-pppoa linux-atm atm-tools br2684ctl kmod-ifxmips-atm define Target/Description Build firmware images for Infineon Mips Controllers |