[source] lantiq: nand: drop ubifs images

LEDE Commits lede-commits at lists.infradead.org
Mon Dec 11 06:22:34 PST 2017


mkresin pushed a commit to source.git, branch master:
https://git.lede-project.org/0c7ad4e5d390a708bbc76b6cb9048460d52c08f1

commit 0c7ad4e5d390a708bbc76b6cb9048460d52c08f1
Author: Mathias Kresin <dev at kresin.me>
AuthorDate: Thu Oct 19 23:11:59 2017 +0200

    lantiq: nand: drop ubifs images
    
    Users are confused which image type they should use and there are more
    drawbacks than adavantages in using a r/w ubifs rootfs in constrast to
    a read-only squashfs rootfs like:
    
     - less available free flash space due to better compression of squashfs
       images
     - no support for factory reset due to r/w filesystem
     - possibility to break failsafe due to r/w filesystem
    
    Therefore, drop support for r/w ubifs rootfs images.
    
    Signed-off-by: Mathias Kresin <dev at kresin.me>
---
 target/linux/lantiq/xrx200/target.mk | 2 +-
 target/linux/lantiq/xway/target.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/target/linux/lantiq/xrx200/target.mk b/target/linux/lantiq/xrx200/target.mk
index 9600f04..fc8115e 100644
--- a/target/linux/lantiq/xrx200/target.mk
+++ b/target/linux/lantiq/xrx200/target.mk
@@ -1,7 +1,7 @@
 ARCH:=mips
 SUBTARGET:=xrx200
 BOARDNAME:=XRX200
-FEATURES:=squashfs atm nand ubifs
+FEATURES:=squashfs atm nand
 CPU_TYPE:=24kc
 
 DEFAULT_PACKAGES+=kmod-leds-gpio \
diff --git a/target/linux/lantiq/xway/target.mk b/target/linux/lantiq/xway/target.mk
index 429be76..550c61e 100644
--- a/target/linux/lantiq/xway/target.mk
+++ b/target/linux/lantiq/xway/target.mk
@@ -1,7 +1,7 @@
 ARCH:=mips
 SUBTARGET:=xway
 BOARDNAME:=XWAY
-FEATURES:=squashfs atm nand ubifs ramdisk
+FEATURES:=squashfs atm nand ramdisk
 CPU_TYPE:=24kc
 
 DEFAULT_PACKAGES+=kmod-leds-gpio kmod-gpio-button-hotplug swconfig



More information about the lede-commits mailing list