diff options
author | John Crispin <john@openwrt.org> | 2008-06-28 21:51:43 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2008-06-28 21:51:43 +0000 |
commit | 5cfd1038bc10ef8900030c88d82920efc6148bb6 (patch) | |
tree | 406f2b413b37934f359f28095b00b893e45b1709 /target/linux/ifxmips/Makefile | |
parent | 7174ef488e8a4e2ad9b6d322f0dfaad98ba92c93 (diff) | |
download | upstream-5cfd1038bc10ef8900030c88d82920efc6148bb6.tar.gz upstream-5cfd1038bc10ef8900030c88d82920efc6148bb6.tar.bz2 upstream-5cfd1038bc10ef8900030c88d82920efc6148bb6.zip |
ifxmips should build uboot by default
SVN-Revision: 11605
Diffstat (limited to 'target/linux/ifxmips/Makefile')
-rw-r--r-- | target/linux/ifxmips/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ifxmips/Makefile b/target/linux/ifxmips/Makefile index e25eea8798..c171b2e8c8 100644 --- a/target/linux/ifxmips/Makefile +++ b/target/linux/ifxmips/Makefile @@ -13,6 +13,7 @@ FEATURES:=squashfs jffs2 LINUX_VERSION:=2.6.25.9 include $(INCLUDE_DIR)/target.mk +DEFAULT_PACKAGES:=uboot-ifxmips define Target/Description Build firmware images for Infineon Mips Controllers |