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>
master
Lucian Cristian 6 years ago committed by John Crispin
parent b287c82bed
commit fe594bf90d
  1. 1
      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

Loading…
Cancel
Save