aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/imx21/Makefile
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-02-04 15:23:07 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-02-04 15:23:07 +0000
commit9ada69d709f3406488f57d895fea6c14fac44cf1 (patch)
tree163a69b4270174e057090074c69fca83cfa1c0de /target/linux/imx21/Makefile
parentfa4b78484a6b1ff7ed74d781c17cfb002fae361e (diff)
downloadmaster-187ad058-9ada69d709f3406488f57d895fea6c14fac44cf1.tar.gz
master-187ad058-9ada69d709f3406488f57d895fea6c14fac44cf1.tar.bz2
master-187ad058-9ada69d709f3406488f57d895fea6c14fac44cf1.zip
imx21: R.I.P.
It is broken since ~22 months and nobody takes care of that. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35487 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/imx21/Makefile')
-rw-r--r--target/linux/imx21/Makefile24
1 files changed, 0 insertions, 24 deletions
diff --git a/target/linux/imx21/Makefile b/target/linux/imx21/Makefile
deleted file mode 100644
index 0ca5c8a750..0000000000
--- a/target/linux/imx21/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-#
-# Copyright (C) 2006-2011 OpenWrt.org
-#
-# This is free software, licensed under the GNU General Public License v2.
-# See /LICENSE for more information.
-#
-include $(TOPDIR)/rules.mk
-
-ARCH:=arm
-BOARD:=imx21
-BOARDNAME:=Freescale i.MX21
-FEATURES:=jffs2 broken
-CFLAGS:=-Os -pipe -march=armv5te -mtune=arm926ej-s -fno-caller-saves
-
-LINUX_VERSION:=2.6.37.6
-
-DEVICE_TYPE=phone
-
-define Target/Description
-endef
-
-include $(INCLUDE_DIR)/target.mk
-
-$(eval $(call BuildTarget))