diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2019-03-25 15:15:57 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2019-05-03 21:27:12 +0200 |
commit | 675832de79ec14ddc1183a66d1084aff7a856289 (patch) | |
tree | 652192f679f37ee14a99c97de71c4ce35fe1f697 /target/linux/xburst/base-files | |
parent | cd3b29853380676bb7e51283050c2044048f8f85 (diff) | |
download | upstream-675832de79ec14ddc1183a66d1084aff7a856289.tar.gz upstream-675832de79ec14ddc1183a66d1084aff7a856289.tar.bz2 upstream-675832de79ec14ddc1183a66d1084aff7a856289.zip |
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>
Diffstat (limited to 'target/linux/xburst/base-files')
-rwxr-xr-x | target/linux/xburst/base-files/etc/board.d/01_system | 12 | ||||
-rw-r--r-- | target/linux/xburst/base-files/etc/config/fstab | 6 | ||||
-rw-r--r-- | target/linux/xburst/base-files/etc/config/network | 13 |
3 files changed, 0 insertions, 31 deletions
diff --git a/target/linux/xburst/base-files/etc/board.d/01_system b/target/linux/xburst/base-files/etc/board.d/01_system deleted file mode 100755 index 16f4987aae..0000000000 --- a/target/linux/xburst/base-files/etc/board.d/01_system +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -. /lib/functions/uci-defaults.sh - -board_config_update - -ucidef_set_hostname "BenNanoNote" -ucidef_set_ntpserver - -board_config_flush - -exit 0 diff --git a/target/linux/xburst/base-files/etc/config/fstab b/target/linux/xburst/base-files/etc/config/fstab deleted file mode 100644 index 522356112f..0000000000 --- a/target/linux/xburst/base-files/etc/config/fstab +++ /dev/null @@ -1,6 +0,0 @@ -config mount - option target /card - option device /dev/mmcblk0p1 - option fstype auto - option options rw,sync - option enabled 1 diff --git a/target/linux/xburst/base-files/etc/config/network b/target/linux/xburst/base-files/etc/config/network deleted file mode 100644 index a086003e32..0000000000 --- a/target/linux/xburst/base-files/etc/config/network +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright (C) 2006 OpenWrt.org - -config interface loopback - option ifname lo - option proto static - option ipaddr 127.0.0.1 - option netmask 255.0.0.0 - -config interface lan - option ifname usb0 - option proto static - option ipaddr 192.168.1.1 - option netmask 255.255.255.0 |