diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-04-10 21:02:51 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-04-10 21:02:51 +0000 |
commit | 294d91d66c0a9be82ad56265111bd3bbaa705569 (patch) | |
tree | 14e74b4eac3a04a8f9642da0496cea590d84c5ed /target/linux/malta/Makefile | |
parent | 656f01b9c97c1b6c0c46cf67d61cac82700cc30c (diff) |
[malta] create two endian-specific subtargets, as malta can run both
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20790 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/malta/Makefile')
-rw-r--r-- | target/linux/malta/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/target/linux/malta/Makefile b/target/linux/malta/Makefile index bcd2526fa2..d6372df24e 100644 --- a/target/linux/malta/Makefile +++ b/target/linux/malta/Makefile @@ -6,11 +6,11 @@ # include $(TOPDIR)/rules.mk -ARCH:=mipsel BOARD:=malta BOARDNAME:=MIPS Malta CoreLV board (qemu) -FEATURES:=ramdisk CFLAGS:=-Os -pipe -mips32r2 -mtune=mips32r2 -funit-at-a-time +SUBTARGETS:=le be +INITRAMFS_EXTRA_FILES:= LINUX_VERSION:=2.6.32.10 @@ -18,8 +18,4 @@ include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += wpad-mini kmod-mac80211-hwsim -define Target/Description - Build firmware images for MTI Malta CoreLV boards. -endef - $(eval $(call BuildTarget)) |