diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-11-04 12:57:16 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-11-04 13:06:35 +0100 |
commit | 36166661268446b49499e89dc1364bc52ad133c2 (patch) | |
tree | fd6e47ef5b203f69ae6736316c768efe336f356f /target/linux/ipq806x/image | |
parent | fcf90318c55815d957b62c19818995f9c995ad8c (diff) | |
download | upstream-36166661268446b49499e89dc1364bc52ad133c2.tar.gz upstream-36166661268446b49499e89dc1364bc52ad133c2.tar.bz2 upstream-36166661268446b49499e89dc1364bc52ad133c2.zip |
ipq806x: fix zyxel image build error
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/ipq806x/image')
-rw-r--r-- | target/linux/ipq806x/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ipq806x/image/Makefile b/target/linux/ipq806x/image/Makefile index 3bee923f93..fc8d1cf4c0 100644 --- a/target/linux/ipq806x/image/Makefile +++ b/target/linux/ipq806x/image/Makefile @@ -94,7 +94,7 @@ define Device/ZyXELImage PROFILES += $$(DEVICE_NAME) FILESYSTEMS := squashfs KERNEL_SUFFIX := -uImage - KERNEL = kernel-bin | append-dtb | uImage none | pad-to $$$${KERNEL_SIZE} + KERNEL = kernel-bin | append-dtb | uImage none | pad-to $${KERNEL_SIZE} KERNEL_NAME := zImage IMAGES := sysupgrade.tar mmcblk0p5-rootfs.bin mmcblk0p4-kernel.bin IMAGE/sysupgrade.tar/squashfs := append-rootfs | pad-to $$$${BLOCKSIZE} | sysupgrade-tar rootfs=$$$$@ |