projects
/
openwrt
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ath79: fix loader-okli, lzma-loader
[openwrt/openwrt.git]
/
target
/
linux
/
ath79
/
image
/
lzma-loader
/
src
/
Makefile
diff --git
a/target/linux/ath79/image/lzma-loader/src/Makefile
b/target/linux/ath79/image/lzma-loader/src/Makefile
index
5f10bdb
..
133bf6e
100644
(file)
--- 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