diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2019-03-25 15:16:59 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2019-05-03 21:27:12 +0200 |
commit | 406a3826dcbb48b5ea42f2d9e96ff92721a6440a (patch) | |
tree | b011553d768a38899ae8522ad2c7348320b3f551 /target/linux/ppc40x/Makefile | |
parent | 65cdfbabde3dbbc924233f2b8f01a356e0c74e7e (diff) | |
download | upstream-406a3826dcbb48b5ea42f2d9e96ff92721a6440a.tar.gz upstream-406a3826dcbb48b5ea42f2d9e96ff92721a6440a.tar.bz2 upstream-406a3826dcbb48b5ea42f2d9e96ff92721a6440a.zip |
ppc40x: Remove unmaintained target
This target only supports kernel 3.18, which is not supported in OpenWrt
any more for multiple releases. It also looks like there is no active
maintainer for this target.
Remove the code and all the packages which are only used by this target.
To add this target to OpenWrt again port it to a recent and supported
kernel version.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/ppc40x/Makefile')
-rw-r--r-- | target/linux/ppc40x/Makefile | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/target/linux/ppc40x/Makefile b/target/linux/ppc40x/Makefile deleted file mode 100644 index ebe09988a8..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 small_flash broken -CPU_TYPE:=405 -MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> - -KERNEL_PATCHVER:=3.18 - -define Target/Description - Build firmware images for AMCC/IBM PPC40x based boards. -endef - -include $(INCLUDE_DIR)/target.mk - -KERNELNAME:=uImage cuImage.magicbox cuImage.openrb - -$(eval $(call BuildTarget)) |