mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 06:08:08 +00:00
ipq40xx: disable kernel-padding for DNI image
This commit removes the fixed kernel size-padding for the Netgear DNI image creation as it is not necessary for a working image. The fake rootfs still needs to be padded to the blocksize. Tested-by: Christian Lamparter <chunkeey@gmail.com> Signed-off-by: David Bauer <mail@david-bauer.net>
This commit is contained in:
parent
6dff341106
commit
b53111ad42
@ -40,8 +40,8 @@ define Device/DniImage
|
|||||||
NETGEAR_BOARD_ID :=
|
NETGEAR_BOARD_ID :=
|
||||||
NETGEAR_HW_ID :=
|
NETGEAR_HW_ID :=
|
||||||
IMAGES := factory.img sysupgrade.bin
|
IMAGES := factory.img sysupgrade.bin
|
||||||
IMAGE/factory.img := append-kernel | pad-offset 64k 64 | append-uImage-fakehdr filesystem | pad-to $$$$(KERNEL_SIZE) | append-rootfs | pad-rootfs | netgear-dni
|
IMAGE/factory.img := append-kernel | pad-offset 64k 64 | append-uImage-fakehdr filesystem | append-rootfs | pad-rootfs | netgear-dni
|
||||||
IMAGE/sysupgrade.bin := append-kernel | pad-offset 64k 64 | append-uImage-fakehdr filesystem | pad-to $$$$(KERNEL_SIZE) | append-rootfs | pad-rootfs | append-metadata
|
IMAGE/sysupgrade.bin := append-kernel | pad-offset 64k 64 | append-uImage-fakehdr filesystem | append-rootfs | pad-rootfs | append-metadata
|
||||||
endef
|
endef
|
||||||
DEVICE_VARS += NETGEAR_BOARD_ID NETGEAR_HW_ID
|
DEVICE_VARS += NETGEAR_BOARD_ID NETGEAR_HW_ID
|
||||||
|
|
||||||
@ -144,7 +144,6 @@ TARGET_DEVICES += meraki_mr33
|
|||||||
|
|
||||||
define Device/netgear_ex61x0v2
|
define Device/netgear_ex61x0v2
|
||||||
$(call Device/DniImage)
|
$(call Device/DniImage)
|
||||||
KERNEL_SIZE := 3080192
|
|
||||||
DEVICE_DTS_CONFIG := config@4
|
DEVICE_DTS_CONFIG := config@4
|
||||||
NETGEAR_BOARD_ID := EX6150v2series
|
NETGEAR_BOARD_ID := EX6150v2series
|
||||||
NETGEAR_HW_ID := 29765285+16+0+128+2x2
|
NETGEAR_HW_ID := 29765285+16+0+128+2x2
|
||||||
|
Loading…
Reference in New Issue
Block a user