projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c5136c
)
ramips: mt7621: fix error message when initramfs is too large
author
John Crispin
<john@openwrt.org>
Thu, 17 Dec 2015 09:27:09 +0000
(09:27 +0000)
committer
John Crispin
<john@openwrt.org>
Thu, 17 Dec 2015 09:27:09 +0000
(09:27 +0000)
Signed-off-by: Nikolay Martynov <mar.kolya@gmail.com>
SVN-Revision: 47908
target/linux/ramips/image/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/ramips/image/Makefile
b/target/linux/ramips/image/Makefile
index b537a17d469d8fa769cbdfee1804ca438141ed9e..2c0fc462f0774f84edf490d4927528fa74e10b3d 100644
(file)
--- a/
target/linux/ramips/image/Makefile
+++ b/
target/linux/ramips/image/Makefile
@@
-1078,7
+1078,7
@@
define Device/ubnt-erx
ubnt-erx-factory-kernel | \
ubnt-erx-factory-rootfs | \
ubnt-erx-factory-version | \
- ubnt-erx-factory-check-size $$
$$
(KERNEL_SIZE)
+ ubnt-erx-factory-check-size $$(KERNEL_SIZE)
IMAGE/sysupgrade.tar := sysupgrade-nand
endef