diff options
author | John Crispin <john@openwrt.org> | 2009-10-05 15:10:15 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2009-10-05 15:10:15 +0000 |
commit | bbc091bd650390567525e2316bd068c5e13f9f74 (patch) | |
tree | 476c3fd8c57a317e7940cc1d71f4e4ec264c62d1 /target | |
parent | e2f92c605d1e077e1676f2ed120252b799512f27 (diff) | |
download | upstream-bbc091bd650390567525e2316bd068c5e13f9f74.tar.gz upstream-bbc091bd650390567525e2316bd068c5e13f9f74.tar.bz2 upstream-bbc091bd650390567525e2316bd068c5e13f9f74.zip |
dont select atm modules yet for ifxmips
SVN-Revision: 17888
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 |