diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2006-08-25 21:53:54 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2006-08-25 21:53:54 +0000 |
commit | d5a6e89b8ff788cdcc0f195857ff042be1bf3116 (patch) | |
tree | dea67c0d50a3959429bbf0094651a6a420548313 /toolchain/Makefile | |
parent | 13eef022bd62bc990528bdf61a705d1c96a27f11 (diff) | |
download | master-187ad058-d5a6e89b8ff788cdcc0f195857ff042be1bf3116.tar.gz master-187ad058-d5a6e89b8ff788cdcc0f195857ff042be1bf3116.tar.bz2 master-187ad058-d5a6e89b8ff788cdcc0f195857ff042be1bf3116.zip |
add basic support for the Magicbox boards
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4672 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/Makefile')
-rw-r--r-- | toolchain/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/Makefile b/toolchain/Makefile index fb54bddf90..0b8b628607 100644 --- a/toolchain/Makefile +++ b/toolchain/Makefile @@ -11,7 +11,7 @@ TARGETS-y:=sed kernel-headers sstrip ifeq ($(CONFIG_NATIVE_TOOLCHAIN),) TARGETS-y+=binutils gcc uClibc endif -TARGETS-y+=ipkg-utils libnotimpl ext2fs squashfs jffs2 lzma +TARGETS-y+=ipkg-utils libnotimpl ext2fs squashfs jffs2 lzma mkimage TARGETS-$(CONFIG_GDB) += gdb |