From: Lucian Cristian Date: Mon, 21 May 2018 23:24:02 +0000 (+0300) Subject: ath79: fix loader-okli, lzma-loader X-Git-Tag: v19.07.0-rc1~3670 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=fe594bf90d09;p=oweals%2Fopenwrt.git ath79: fix loader-okli, lzma-loader booting will hang most of the times on tl-wr1043nd-v1 without a KERNEL_CMDLINE value add anything as a placeholder as kernel command line is taken from DTS Signed-off-by: Lucian Cristian --- diff --git a/target/linux/ath79/image/lzma-loader/src/Makefile b/target/linux/ath79/image/lzma-loader/src/Makefile index 5f10bdb8f1..133bf6ee8f 100644 --- a/target/linux/ath79/image/lzma-loader/src/Makefile +++ b/target/linux/ath79/image/lzma-loader/src/Makefile @@ -21,6 +21,7 @@ LOADER_DATA := BOARD := FLASH_OFFS := FLASH_MAX := +KERNEL_CMDLINE := rootfstype=squashfs CC := $(CROSS_COMPILE)gcc LD := $(CROSS_COMPILE)ld