diff options
author | Lucian Cristian <lucian.cristian@gmail.com> | 2018-07-19 09:45:25 +0300 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-07-30 11:03:02 +0200 |
commit | f9af9be8abb72838011c206029ee9274ccd8738e (patch) | |
tree | ca533bcb9dd24c893271202178a98f3339ee9f10 /target/linux/omap/Makefile | |
parent | abefb4fda30936abff58736ed81572a127695e65 (diff) | |
download | upstream-f9af9be8abb72838011c206029ee9274ccd8738e.tar.gz upstream-f9af9be8abb72838011c206029ee9274ccd8738e.tar.bz2 upstream-f9af9be8abb72838011c206029ee9274ccd8738e.zip |
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 <lucian.cristian@gmail.com>
Diffstat (limited to 'target/linux/omap/Makefile')
-rw-r--r-- | target/linux/omap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |