diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2018-10-29 15:48:10 +0100 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2018-10-29 16:20:47 +0100 |
commit | 162e016fed96eeea410e305b7edaf7008cf6ab77 (patch) | |
tree | ac1a04575f1f88e1da3b3322ffd3a9950f35e244 /target/linux/ar71xx | |
parent | d6b63f16984b91b489713c772c49fb9982cdf68e (diff) | |
download | upstream-162e016fed96eeea410e305b7edaf7008cf6ab77.tar.gz upstream-162e016fed96eeea410e305b7edaf7008cf6ab77.tar.bz2 upstream-162e016fed96eeea410e305b7edaf7008cf6ab77.zip |
ar71xx: expand kernel size for ubnt targets
Kernel 4.14 is pretty large causing a build error as the partition is too small.
Expand the kernel partition a bit to make it fit.
* ubnt-uap-pro
* ubnt-unifi-outdoor-plus
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/ar71xx')
-rw-r--r-- | target/linux/ar71xx/image/generic-ubnt.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ar71xx/image/generic-ubnt.mk b/target/linux/ar71xx/image/generic-ubnt.mk index b9ce32bd3f..6941012cbe 100644 --- a/target/linux/ar71xx/image/generic-ubnt.mk +++ b/target/linux/ar71xx/image/generic-ubnt.mk @@ -259,9 +259,9 @@ TARGET_DEVICES += ubnt-ls-sr71 define Device/ubnt-uap-pro DEVICE_TITLE := Ubiquiti UAP Pro - KERNEL_SIZE := 1792k + KERNEL_SIZE := 2048k IMAGE_SIZE := 15744k - MTDPARTS := spi0.0:256k(u-boot)ro,64k(u-boot-env)ro,1792k(kernel),13952k(rootfs),256k(cfg)ro,64k(EEPROM)ro,15744k@0x50000(firmware) + MTDPARTS := spi0.0:256k(u-boot)ro,64k(u-boot-env)ro,2048k(kernel),13696k(rootfs),256k(cfg)ro,64k(EEPROM)ro,15744k@0x50000(firmware) UBNT_TYPE := BZ UBNT_CHIP := ar934x BOARDNAME := UAP-PRO |