From: Lucian Cristian Date: Thu, 19 Jul 2018 06:45:25 +0000 (+0300) Subject: omap: fix squashfs image boot and creation X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=f8daf155453477cf1c673e3f827b3e6c3c6083ae;p=openwrt%2Fstaging%2Fjow.git omap: fix squashfs image boot and creation fixes FS#1034, squash fs images fails to boot because of missing ARM BCJ filter decoder also activate squashf image creation Signed-off-by: Lucian Cristian (backported from f9af9be8abb72838011c206029ee9274ccd8738e) --- diff --git a/target/linux/omap/Makefile b/target/linux/omap/Makefile index 539aded43a..fc8e40dee2 100644 --- a/target/linux/omap/Makefile +++ b/target/linux/omap/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk ARCH:=arm BOARD:=omap BOARDNAME:=TI OMAP3/4/AM33xx -FEATURES:=usb usbgadget ext4 targz fpu audio display nand ubifs +FEATURES:=usb usbgadget ext4 targz fpu audio display nand squashfs ubifs CPU_TYPE:=cortex-a8 CPU_SUBTYPE:=vfpv3 diff --git a/target/linux/omap/config-4.14 b/target/linux/omap/config-4.14 index 2f738182e6..3b0ae4e36b 100644 --- a/target/linux/omap/config-4.14 +++ b/target/linux/omap/config-4.14 @@ -730,6 +730,8 @@ CONFIG_WATCHDOG_CORE=y CONFIG_XFRM_ALGO=y CONFIG_XFRM_MIGRATE=y CONFIG_XPS=y +CONFIG_XZ_DEC_ARM=y +CONFIG_XZ_DEC_BCJ=y CONFIG_ZBOOT_ROM_BSS=0x0 CONFIG_ZBOOT_ROM_TEXT=0x0 CONFIG_ZLIB_DEFLATE=y diff --git a/target/linux/omap/config-4.9 b/target/linux/omap/config-4.9 index d6f0649093..4272c2f90f 100644 --- a/target/linux/omap/config-4.9 +++ b/target/linux/omap/config-4.9 @@ -724,6 +724,8 @@ CONFIG_WATCHDOG_CORE=y CONFIG_XFRM_ALGO=y CONFIG_XFRM_MIGRATE=y CONFIG_XPS=y +CONFIG_XZ_DEC_ARM=y +CONFIG_XZ_DEC_BCJ=y CONFIG_ZBOOT_ROM_BSS=0x0 CONFIG_ZBOOT_ROM_TEXT=0x0 CONFIG_ZLIB_DEFLATE=y