[source] ramips: do not append metadata to CY-SWR1100 factory image
LEDE Commits
lede-commits at lists.infradead.org
Wed Nov 23 01:19:09 PST 2016
mkresin pushed a commit to source.git, branch master:
https://git.lede-project.org/8f561c651656add4cfad6e50a621050f0393007b
commit 8f561c651656add4cfad6e50a621050f0393007b
Author: Mathias Kresin <dev at kresin.me>
AuthorDate: Sun Nov 20 21:28:38 2016 +0100
ramips: do not append metadata to CY-SWR1100 factory image
Signed-off-by: Mathias Kresin <dev at kresin.me>
---
target/linux/ramips/image/rt3883.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/ramips/image/rt3883.mk b/target/linux/ramips/image/rt3883.mk
index 3eac274..5fe4a71 100644
--- a/target/linux/ramips/image/rt3883.mk
+++ b/target/linux/ramips/image/rt3883.mk
@@ -26,7 +26,7 @@ define Device/cy-swr1100
append-kernel | pad-offset $$$$(BLOCKSIZE) 64 | \
append-rootfs | pad-rootfs -x 64 | \
seama -m "dev=/dev/mtdblock/2" -m "type=firmware" | \
- seama-seal -m "signature=wrgnd10_samsung_ss815" | append-metadata | \
+ seama-seal -m "signature=wrgnd10_samsung_ss815" | \
check-size $$$$(IMAGE_SIZE)
DEVICE_TITLE := Samsung CY-SWR1100
DEVICE_PACKAGES := kmod-usb-core kmod-usb-ohci kmod-usb2 swconfig
More information about the lede-commits
mailing list