aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/malta/be64/target.mk
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-10-19 10:30:18 +0000
committerJohn Crispin <blogic@openwrt.org>2015-10-19 10:30:18 +0000
commit2830947555b70b6dd5a2da8f5d7d3db6b4903f52 (patch)
tree0df7d41a556163993e1d67629d5adeab2dcb9970 /target/linux/malta/be64/target.mk
parent25eee465a964fd5f2b9d01d5baec7105b23a2a03 (diff)
downloadupstream-2830947555b70b6dd5a2da8f5d7d3db6b4903f52.tar.gz
upstream-2830947555b70b6dd5a2da8f5d7d3db6b4903f52.tar.bz2
upstream-2830947555b70b6dd5a2da8f5d7d3db6b4903f52.zip
malta: remove le64/be64 references
Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@47233 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/malta/be64/target.mk')
-rw-r--r--target/linux/malta/be64/target.mk10
1 files changed, 0 insertions, 10 deletions
diff --git a/target/linux/malta/be64/target.mk b/target/linux/malta/be64/target.mk
deleted file mode 100644
index dad3a1c6c5..0000000000
--- a/target/linux/malta/be64/target.mk
+++ /dev/null
@@ -1,10 +0,0 @@
-ARCH:=mips64
-ARCH_PACKAGES:=malta_mips64
-SUBTARGET:=be64
-BOARDNAME:=Big Endian (64-bits)
-FEATURES:=ramdisk
-
-define Target/Description
- Build BE firmware images for MIPS Malta CoreLV board running in
- big-endian and 64-bits mode
-endef