25 lines
1.0 KiB
Diff
25 lines
1.0 KiB
Diff
|
From: Matthias Schiffer <mschiffer@universe-factory.net>
|
||
|
Date: Tue, 10 Apr 2018 15:19:52 +0200
|
||
|
Subject: ar71xx: increase kernel partition size for UniFi AP Pro and Outdoor+
|
||
|
|
||
|
Tested on UAP Outdoor+.
|
||
|
|
||
|
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
|
||
|
|
||
|
diff --git a/target/linux/ar71xx/image/ubnt.mk b/target/linux/ar71xx/image/ubnt.mk
|
||
|
index 65ed708459e7e6026713437430fc248c692cd070..ef50aa99541b8220eac71b2f1b1a33419fdab987 100644
|
||
|
--- a/target/linux/ar71xx/image/ubnt.mk
|
||
|
+++ b/target/linux/ar71xx/image/ubnt.mk
|
||
|
@@ -253,9 +253,9 @@ TARGET_DEVICES += ubnt-rs ubnt-rspro ubnt-ls-sr71
|
||
|
|
||
|
define Device/ubnt-uap-pro
|
||
|
DEVICE_TITLE := Ubiquiti UAP Pro
|
||
|
- KERNEL_SIZE := 1536k
|
||
|
+ KERNEL_SIZE := 1792k
|
||
|
IMAGE_SIZE := 15744k
|
||
|
- MTDPARTS := spi0.0:256k(u-boot)ro,64k(u-boot-env)ro,1536k(kernel),14208k(rootfs),256k(cfg)ro,64k(EEPROM)ro,15744k@0x50000(firmware)
|
||
|
+ 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)
|
||
|
UBNT_TYPE := BZ
|
||
|
UBNT_CHIP := ar934x
|
||
|
BOARDNAME := UAP-PRO
|