mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-23 15:32:33 +00:00
257de1b01f
This patch adds the boot-part feature to the apm82181 sata target. This makes it possible to configure the boot partition size with the generic CONFIG_TARGET_KERNEL_PARTSIZE symbol. Please note: For people using custom images: Just like with CONFIG_TARGET_ROOTFS_PARTSIZE changing the value can cause sysupgrade to repartition the device! Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
10 lines
349 B
Makefile
10 lines
349 B
Makefile
BOARDNAME := Devices which boot from SATA (NAS)
|
|
FEATURES += ext4 usb ramdisk squashfs rootfs-part boot-part
|
|
DEFAULT_PACKAGES += badblocks block-mount e2fsprogs \
|
|
kmod-dm kmod-md-mod partx-utils mkf2fs f2fsck
|
|
|
|
define Target/Description
|
|
Build firmware images for APM82181 boards that boot from SATA.
|
|
For NAS like the MyBook Live Series.
|
|
endef
|