mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
ar71xx: image: show size limit in warning messages
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39376 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -142,9 +142,9 @@ define CatFiles
|
||||
rm -f $(5); \
|
||||
fi; \
|
||||
else if [ $(2) -gt 262144 -a `stat -c%s "$(1)"` -gt $(2) ]; then \
|
||||
echo "Warning: $(1) is too big" >&2; \
|
||||
echo "Warning: $(1) is too big (> $(2) bytes)" >&2; \
|
||||
else if [ `stat -c%s $(3)` -gt $(4) ]; then \
|
||||
echo "Warning: $(3) is too big" >&2; \
|
||||
echo "Warning: $(3) is too big (> $(4) bytes)" >&2; \
|
||||
else \
|
||||
( dd if=$(1) bs=$(2) conv=sync; dd if=$(3) ) > $(5); \
|
||||
fi; fi; fi
|
||||
|
||||
Reference in New Issue
Block a user