diff options
author | Mathias Kresin <dev@kresin.me> | 2016-11-26 10:43:34 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2016-11-27 15:34:23 +0100 |
commit | 4780e7e994d549a375bbfba02faef9a2bb2a6ea8 (patch) | |
tree | 0646509cbee210ea050a846130c1db1cdd0a552c /target/linux/ramips/image/rt288x.mk | |
parent | 6cc0ae27b90f73a547130be7b5b25ea576615dd6 (diff) | |
download | upstream-4780e7e994d549a375bbfba02faef9a2bb2a6ea8.tar.gz upstream-4780e7e994d549a375bbfba02faef9a2bb2a6ea8.tar.bz2 upstream-4780e7e994d549a375bbfba02faef9a2bb2a6ea8.zip |
ramips: add size checks/append metadata where missing
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/ramips/image/rt288x.mk')
-rw-r--r-- | target/linux/ramips/image/rt288x.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ramips/image/rt288x.mk b/target/linux/ramips/image/rt288x.mk index ab56fcc44f..40bf6f1f2f 100644 --- a/target/linux/ramips/image/rt288x.mk +++ b/target/linux/ramips/image/rt288x.mk @@ -22,7 +22,8 @@ define Device/ar725w DTS := AR725W DEVICE_TITLE := Gemtek AR725W IMAGES += factory.bin - IMAGE/factory.bin := $$(sysupgrade_bin) | gemtek-header ar725w + IMAGE/factory.bin := $$(sysupgrade_bin) | check-size $$$$(IMAGE_SIZE) | \ + gemtek-header ar725w endef TARGET_DEVICES += ar725w |