diff options
author | Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl> | 2019-12-22 21:53:29 +0100 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2020-01-15 20:55:42 +0100 |
commit | 4e6af8b9efcfc51e217d793239487dd8af1f410e (patch) | |
tree | bbb832521b4f696cc8c47490b195eb16194de951 /target/linux/ath79/image/nand.mk | |
parent | 4a0a1fc91c4f28e431fa52ba009f2852acbfe07d (diff) | |
download | upstream-4e6af8b9efcfc51e217d793239487dd8af1f410e.tar.gz upstream-4e6af8b9efcfc51e217d793239487dd8af1f410e.tar.bz2 upstream-4e6af8b9efcfc51e217d793239487dd8af1f410e.zip |
ath79: WNDR4300: increase kernel partition to 4M
Increase kernel partition from 2 MiB to 4 MiB for Netgear WNDR routers
with NAND flash. Change affects following devices:
* Netgear WNDR3700 v4
* Netgear WNDR4300
Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
Diffstat (limited to 'target/linux/ath79/image/nand.mk')
-rw-r--r-- | target/linux/ath79/image/nand.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ath79/image/nand.mk b/target/linux/ath79/image/nand.mk index 00479e4eb5..d2018afb61 100644 --- a/target/linux/ath79/image/nand.mk +++ b/target/linux/ath79/image/nand.mk @@ -114,7 +114,7 @@ TARGET_DEVICES += glinet_gl-ar750s-nor define Device/netgear_ath79_nand DEVICE_VENDOR := NETGEAR DEVICE_PACKAGES := kmod-usb2 kmod-usb-ledtrig-usbport - KERNEL_SIZE := 2048k + KERNEL_SIZE := 4096k BLOCKSIZE := 128k PAGESIZE := 2048 IMAGE_SIZE := 25600k |