aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ppc40x/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/ppc40x/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/ppc40x/Makefile')
-rw-r--r--target/linux/ppc40x/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/target/linux/ppc40x/Makefile b/target/linux/ppc40x/Makefile
deleted file mode 100644
index fc85b03c29..0000000000
--- a/target/linux/ppc40x/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-#
-# Copyright (C) 2008-2015 OpenWrt.org
-#
-# This is free software, licensed under the GNU General Public License v2.
-# See /LICENSE for more information.
-#
-include $(TOPDIR)/rules.mk
-
-ARCH:=powerpc
-BOARD:=ppc40x
-BOARDNAME:=AMCC/IBM PPC40x
-FEATURES:=squashfs broken
-CPU_TYPE:=405
-MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
-
-KERNEL_PATCHVER:=3.18
-
-include $(INCLUDE_DIR)/target.mk
-
-define Target/Description
- Build firmware images for AMCC/IBM PPC40x based boards.
-endef
-
-KERNELNAME:=uImage cuImage.magicbox cuImage.openrb
-
-$(eval $(call BuildTarget))