ath79: fix loader-okli, lzma-loader
authorLucian Cristian <lucian.cristian@gmail.com>
Mon, 21 May 2018 23:24:02 +0000 (02:24 +0300)
committerJohn Crispin <john@phrozen.org>
Tue, 22 May 2018 18:34:14 +0000 (20:34 +0200)
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 <lucian.cristian@gmail.com>
target/linux/ath79/image/lzma-loader/src/Makefile

index 5f10bdb8f1499f24f00a8bf4d53f370fef88bd1e..133bf6ee8f57a17d3635d900b49dac53d7dea42e 100644 (file)
@@ -21,6 +21,7 @@ LOADER_DATA   :=
 BOARD          :=
 FLASH_OFFS     :=
 FLASH_MAX      :=
+KERNEL_CMDLINE := rootfstype=squashfs
 
 CC             := $(CROSS_COMPILE)gcc
 LD             := $(CROSS_COMPILE)ld