summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/image/ubnt.mk
diff options
context:
space:
mode:
authorMathias Kresin <dev@kresin.me>2016-09-13 19:23:52 +0200
committerMathias Kresin <dev@kresin.me>2016-09-13 19:36:41 +0200
commit1cd0a4c688f02918cb96ff7f5f21cddc281d4f2c (patch)
tree3a344d44aeb50972f9399f8414e9d60cfff93920 /target/linux/ar71xx/image/ubnt.mk
parentb964196c68d6727d14bfae868ff428d240e011c9 (diff)
downloadmaster-31e0f0ae-1cd0a4c688f02918cb96ff7f5f21cddc281d4f2c.tar.gz
master-31e0f0ae-1cd0a4c688f02918cb96ff7f5f21cddc281d4f2c.tar.bz2
master-31e0f0ae-1cd0a4c688f02918cb96ff7f5f21cddc281d4f2c.zip
image: add KERNEL_SIZE to the default device vars
This reverts commit ec37a565878fd79d4127cbb843c17ce3b8dc97c0 and fixes the underlying issue.
Diffstat (limited to 'target/linux/ar71xx/image/ubnt.mk')
-rw-r--r--target/linux/ar71xx/image/ubnt.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/image/ubnt.mk b/target/linux/ar71xx/image/ubnt.mk
index 99496f72a1..98c9ca0066 100644
--- a/target/linux/ar71xx/image/ubnt.mk
+++ b/target/linux/ar71xx/image/ubnt.mk
@@ -261,7 +261,7 @@ define Device/ubnt-uap-pro
DEVICE_PROFILE := UBNT UAPPRO
KERNEL := kernel-bin | patch-cmdline | lzma | uImage lzma | jffs2 kernel0
IMAGES := sysupgrade.bin factory.bin
- IMAGE/sysupgrade.bin = append-kernel $$(KERNEL_SIZE) | append-rootfs | pad-rootfs | check-size $$$$(IMAGE_SIZE)
+ IMAGE/sysupgrade.bin = append-kernel $$$$(KERNEL_SIZE) | append-rootfs | pad-rootfs | check-size $$$$(IMAGE_SIZE)
IMAGE/factory.bin = $$(IMAGE/sysupgrade.bin) | mkubntimage2
endef