[OpenWrt-Devel] [PATCH 5/9] ppc40x: Remove unmaintained target
Hauke Mehrtens
hauke at hauke-m.de
Mon Mar 25 11:28:51 EDT 2019
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 at hauke-m.de>
---
target/linux/ppc40x/Makefile | 26 -
.../ppc40x/base-files/lib/preinit/01_sysinfo | 12 -
.../ppc40x/base-files/lib/upgrade/platform.sh | 35 --
target/linux/ppc40x/config-3.18 | 235 ---------
target/linux/ppc40x/image/Makefile | 72 ---
target/linux/ppc40x/modules.mk | 41 --
.../003-powerpc-add-EBC_BXCR-defines.patch | 27 --
.../ppc40x/patches-3.18/004-magicbox.patch | 446 -----------------
.../ppc40x/patches-3.18/005-openrb.patch | 447 ------------------
.../101-pata-magicbox-cf-driver.patch | 433 -----------------
.../110-kilauea_openwrt_flashmap.patch | 55 ---
.../120-usb-isp116x-hcd-add-of-binding.patch | 290 ------------
...b-isp116x-hcd-ppc405-register-access.patch | 110 -----
13 files changed, 2229 deletions(-)
delete mode 100644 target/linux/ppc40x/Makefile
delete mode 100644 target/linux/ppc40x/base-files/lib/preinit/01_sysinfo
delete mode 100644 target/linux/ppc40x/base-files/lib/upgrade/platform.sh
delete mode 100644 target/linux/ppc40x/config-3.18
delete mode 100644 target/linux/ppc40x/image/Makefile
delete mode 100644 target/linux/ppc40x/modules.mk
delete mode 100644 target/linux/ppc40x/patches-3.18/003-powerpc-add-EBC_BXCR-defines.patch
delete mode 100644 target/linux/ppc40x/patches-3.18/004-magicbox.patch
delete mode 100644 target/linux/ppc40x/patches-3.18/005-openrb.patch
delete mode 100644 target/linux/ppc40x/patches-3.18/101-pata-magicbox-cf-driver.patch
delete mode 100644 target/linux/ppc40x/patches-3.18/110-kilauea_openwrt_flashmap.patch
delete mode 100644 target/linux/ppc40x/patches-3.18/120-usb-isp116x-hcd-add-of-binding.patch
delete mode 100644 target/linux/ppc40x/patches-3.18/121-usb-isp116x-hcd-ppc405-register-access.patch
--
2.20.1
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list