diff options
author | John Crispin <john@openwrt.org> | 2010-03-30 21:06:27 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2010-03-30 21:06:27 +0000 |
commit | 60ca90e08bef5ac14f5c5fde6088bbac8def5b58 (patch) | |
tree | 905ad0caf3db876c1cc33368c8d309e0d4d2ff80 /target/linux/ifxmips/Makefile | |
parent | e7b83bc22a2838bf68596f79775dfefd31805c07 (diff) | |
download | mtk-20170518-60ca90e08bef5ac14f5c5fde6088bbac8def5b58.zip mtk-20170518-60ca90e08bef5ac14f5c5fde6088bbac8def5b58.tar.gz mtk-20170518-60ca90e08bef5ac14f5c5fde6088bbac8def5b58.tar.bz2 |
prepare kernel for voip
SVN-Revision: 20613
Diffstat (limited to 'target/linux/ifxmips/Makefile')
-rw-r--r-- | target/linux/ifxmips/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ifxmips/Makefile b/target/linux/ifxmips/Makefile index addeef6..b82f782 100644 --- a/target/linux/ifxmips/Makefile +++ b/target/linux/ifxmips/Makefile @@ -16,7 +16,8 @@ LINUX_VERSION:=2.6.30.10 CFLAGS=-Os -pipe -mips32r2 -mtune=mips32r2 -funit-at-a-time include $(INCLUDE_DIR)/target.mk -DEFAULT_PACKAGES+=kmod-pppoa ppp-mod-pppoa linux-atm atm-tools br2684ctl ifxmips-dsl-api ifxmips-dsl-control +DEFAULT_PACKAGES+=uboot-lantiq +#kmod-pppoa ppp-mod-pppoa linux-atm atm-tools br2684ctl ifxmips-dsl-api ifxmips-dsl-control ifx-tapidemo define Target/Description Build firmware images for Infineon Mips Controllers |