aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/omap24xx/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-06-14 18:17:54 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-06-14 18:17:54 +0000
commitaf8ae399de33752a9bba274c7016404cc084fa2d (patch)
tree15f7585e204ebea56fa8a7dc324eed1202e306b4 /target/linux/omap24xx/Makefile
parent92cb7d4cf32e3b2d6569e492965e1da097799dc8 (diff)
downloadupstream-af8ae399de33752a9bba274c7016404cc084fa2d.tar.gz
upstream-af8ae399de33752a9bba274c7016404cc084fa2d.tar.bz2
upstream-af8ae399de33752a9bba274c7016404cc084fa2d.zip
remove broken targets
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@45977 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/omap24xx/Makefile')
-rw-r--r--target/linux/omap24xx/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/target/linux/omap24xx/Makefile b/target/linux/omap24xx/Makefile
deleted file mode 100644
index 4570467d62..0000000000
--- a/target/linux/omap24xx/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-#
-# Copyright (C) 2010-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:=omap24xx
-BOARDNAME:=TI OMAP24xx
-MAINTAINER:=Michael Buesch <m@bues.ch>
-FEATURES:=targz squashfs jffs2_nand usb usbgadget display gpio audio broken
-CPU_TYPE:=arm1136j-s
-
-KERNEL_PATCHVER:=4.0
-
-define Target/Description
- TI OMAP-24xx
-endef
-
-KERNELNAME:=zImage
-
-include $(INCLUDE_DIR)/target.mk
-
-$(eval $(call BuildTarget))