aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/image/lzma-loader
diff options
context:
space:
mode:
authorLucian Cristian <lucian.cristian@gmail.com>2018-05-22 02:24:02 +0300
committerJohn Crispin <john@phrozen.org>2018-05-22 20:34:14 +0200
commitfe594bf90d09f562140a3d440902cbff0909918b (patch)
treede975f9e77b9f41dce165f731e8f806585995ab6 /target/linux/ath79/image/lzma-loader
parentb287c82bed6673648a69be6c1cf84abe8885a3c4 (diff)
downloadupstream-fe594bf90d09f562140a3d440902cbff0909918b.tar.gz
upstream-fe594bf90d09f562140a3d440902cbff0909918b.tar.bz2
upstream-fe594bf90d09f562140a3d440902cbff0909918b.zip
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 <lucian.cristian@gmail.com>
Diffstat (limited to 'target/linux/ath79/image/lzma-loader')
-rw-r--r--target/linux/ath79/image/lzma-loader/src/Makefile1
1 files changed, 1 insertions, 0 deletions
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