Skip to content

Commit

Permalink
ramips: fix build error on oversized images by putting the dir-860l-b…
Browse files Browse the repository at this point in the history
…1 size check at the end of the chain

Signed-off-by: Felix Fietkau <[email protected]>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48681 3c298f89-4303-0410-b956-a3cf2f4a3e73
  • Loading branch information
Felix Fietkau committed Feb 8, 2016
1 parent 40ebfde commit 16cf902
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions target/linux/ramips/image/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1034,8 +1034,8 @@ define Device/dir-860l-b1
IMAGE/factory.bin := \
append-kernel | pad-offset 65536 64 | append-rootfs | pad-rootfs -x 64 | \
seama -m "dev=/dev/mtdblock/2" -m "type=firmware" | \
check-size $$$$(IMAGE_SIZE) | \
seama-seal -m "signature=wrgac13_dlink.2013gui_dir860lb"
seama-seal -m "signature=wrgac13_dlink.2013gui_dir860lb" | \
check-size $$$$(IMAGE_SIZE)
endef

define Device/firewrt
Expand Down

0 comments on commit 16cf902

Please sign in to comment.