xburst: Remove unmaintained target
authorHauke Mehrtens <hauke@hauke-m.de>
Mon, 25 Mar 2019 14:15:57 +0000 (15:15 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Fri, 3 May 2019 19:27:12 +0000 (21:27 +0200)
commit675832de79ec14ddc1183a66d1084aff7a856289
tree652192f679f37ee14a99c97de71c4ce35fe1f697
parentcd3b29853380676bb7e51283050c2044048f8f85
xburst: 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>
24 files changed:
package/boot/uboot-xburst/Makefile [deleted file]
package/boot/uboot-xburst/patches/0001-qi_lb60-add-nand-spl-support.patch [deleted file]
package/boot/uboot-xburst/patches/0002-qi_lb60-add-software-usbboot-support.patch [deleted file]
package/boot/uboot-xburst/patches/0003-add-mmc-support.patch [deleted file]
package/boot/uboot-xburst/patches/0004-add-more-boot-options-F1-F2-F3-F4-M-S.patch [deleted file]
package/boot/uboot-xburst/patches/0005-add-nanonote-lcd-support.patch [deleted file]
package/boot/uboot-xburst/patches/0006-enable-silent-console.patch [deleted file]
target/linux/xburst/Makefile [deleted file]
target/linux/xburst/base-files/etc/board.d/01_system [deleted file]
target/linux/xburst/base-files/etc/config/fstab [deleted file]
target/linux/xburst/base-files/etc/config/network [deleted file]
target/linux/xburst/config-3.18 [deleted file]
target/linux/xburst/image/Makefile [deleted file]
target/linux/xburst/image/ubinize.cfg [deleted file]
target/linux/xburst/modules.mk [deleted file]
target/linux/xburst/patches-3.18/001-ubi-Read-only-the-vid-header-instead-of-the-whole-pa.patch [deleted file]
target/linux/xburst/patches-3.18/002-NAND-Optimize-NAND_ECC_HW_OOB_FIRST-read.patch [deleted file]
target/linux/xburst/patches-3.18/003-NAND-Add-support-for-subpage-reads-for-NAND_ECC_HW_O.patch [deleted file]
target/linux/xburst/patches-3.18/004-ASoC-JZ4740-delay-activation-of-the-DAC-to-work-arou.patch [deleted file]
target/linux/xburst/patches-3.18/005-RTC-JZ4740-Init-the-regulator-register-on-startup.patch [deleted file]
target/linux/xburst/patches-3.18/006-Add-ili8960-lcd-driver.patch [deleted file]
target/linux/xburst/patches-3.18/007-qi_lb60-Don-t-use-3-wire-spi-mode-for-the-display-fo.patch [deleted file]
target/linux/xburst/qi_lb60/config-default [deleted file]
target/linux/xburst/qi_lb60/target.mk [deleted file]