diff options
author | John Crispin <john@openwrt.org> | 2008-08-27 18:48:30 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2008-08-27 18:48:30 +0000 |
commit | 197908221224f6d50a933356be778f46df59c71d (patch) | |
tree | c4f1832c1bc60a7c950f2b56483a8dbcbacf88f1 /target | |
parent | bd8dcb759323759657b9ad0d6e5f926c3a389cb6 (diff) | |
download | upstream-197908221224f6d50a933356be778f46df59c71d.tar.gz upstream-197908221224f6d50a933356be778f46df59c71d.tar.bz2 upstream-197908221224f6d50a933356be778f46df59c71d.zip |
ifxmips should not overwrite DEFAULT_PACKAGES
SVN-Revision: 12406
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ifxmips/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ifxmips/Makefile b/target/linux/ifxmips/Makefile index 79f578dd19..420309661c 100644 --- a/target/linux/ifxmips/Makefile +++ b/target/linux/ifxmips/Makefile @@ -13,7 +13,7 @@ FEATURES:=squashfs jffs2 LINUX_VERSION:=2.6.25.16 include $(INCLUDE_DIR)/target.mk -DEFAULT_PACKAGES:=uboot-ifxmips +DEFAULT_PACKAGES+=uboot-ifxmips define Target/Description Build firmware images for Infineon Mips Controllers |