From: Lucian Cristian Date: Mon, 21 May 2018 23:24:02 +0000 (+0300) Subject: ath79: fix loader-okli, lzma-loader X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=a7752520a43cf12024faa40b59c081ae0fbdaf76;p=openwrt%2Fstaging%2Fjow.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 (backported from fe594bf90d09f562140a3d440902cbff0909918b) --- diff --git a/target/linux/ar71xx/image/lzma-loader/src/Makefile b/target/linux/ar71xx/image/lzma-loader/src/Makefile index 7773f027a2..41b429d183 100644 --- a/target/linux/ar71xx/image/lzma-loader/src/Makefile +++ b/target/linux/ar71xx/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