diff options
-rw-r--r-- | target/linux/lantiq/files-4.14/arch/mips/boot/dts/P2812HNUF1.dts | 6 | ||||
-rw-r--r-- | target/linux/lantiq/image/Makefile | 1 |
2 files changed, 4 insertions, 3 deletions
diff --git a/target/linux/lantiq/files-4.14/arch/mips/boot/dts/P2812HNUF1.dts b/target/linux/lantiq/files-4.14/arch/mips/boot/dts/P2812HNUF1.dts index 911a2d6afe..d907d64c8c 100644 --- a/target/linux/lantiq/files-4.14/arch/mips/boot/dts/P2812HNUF1.dts +++ b/target/linux/lantiq/files-4.14/arch/mips/boot/dts/P2812HNUF1.dts @@ -47,11 +47,11 @@ }; partition@60000 { label = "kernel"; - reg = <0x60000 0x200000>; + reg = <0x60000 0x300000>; }; - partition@260000 { + partition@360000 { label = "ubi"; - reg = <0x260000 0x7da0000>; + reg = <0x360000 0x7ca0000>; }; }; }; diff --git a/target/linux/lantiq/image/Makefile b/target/linux/lantiq/image/Makefile index b59acf4ddc..7e328bf2be 100644 --- a/target/linux/lantiq/image/Makefile +++ b/target/linux/lantiq/image/Makefile @@ -553,6 +553,7 @@ define Device/zyxel_p-2812hnu-f1 DEVICE_DTS := P2812HNUF1 DEVICE_TITLE := ZyXEL P-2812HNU-F1 DEVICE_PACKAGES := kmod-rt2800-pci wpad-basic kmod-usb-dwc2 kmod-usb-ledtrig-usbport + KERNEL_SIZE := 3072k SUPPORTED_DEVICES += P2812HNUF1 endef TARGET_DEVICES += zyxel_p-2812hnu-f1 |