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/image/ubinize.cfg | |
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/image/ubinize.cfg')
-rw-r--r-- | target/linux/xburst/image/ubinize.cfg | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/target/linux/xburst/image/ubinize.cfg b/target/linux/xburst/image/ubinize.cfg deleted file mode 100644 index 49d55b9840..0000000000 --- a/target/linux/xburst/image/ubinize.cfg +++ /dev/null @@ -1,14 +0,0 @@ -[rootfs] -# Volume mode (other option is static) -mode=ubi -# Source image -image=root.ubifs -# Volume ID in UBI image -vol_id=0 -# Allow for dynamic resize -vol_type=dynamic -# Volume name -vol_name=rootfs -# Autoresize volume at first mount -vol_flags=autoresize - |