From 04373e20cbdd4193c86109af354dfc70ccd9e0a9 Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Sat, 30 May 2020 11:21:08 +0200 Subject: [PATCH] apm821xx: set DEVICE_TYPE to "nas" for sata subtarget Since DEVICE_TYPE cannot be set per device, just set DEVICE_TYPE to "nas" for the entire subtarget, which only contains this single device. Note that while this looks like a cosmetic change in combination with the previous patches, this particular patch actually changes the packages for the device. Suggested-by: Christian Lamparter Cc: Christian Lamparter Cc: Sungbo Eo Cc: Linus Walleij Signed-off-by: Adrian Schmutzler --- target/linux/apm821xx/sata/target.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/apm821xx/sata/target.mk b/target/linux/apm821xx/sata/target.mk index d3af6ef821..43b1aa0324 100644 --- a/target/linux/apm821xx/sata/target.mk +++ b/target/linux/apm821xx/sata/target.mk @@ -1,4 +1,5 @@ BOARDNAME := Devices which boot from SATA (NAS) +DEVICE_TYPE := nas FEATURES += ext4 usb ramdisk squashfs rootfs-part boot-part DEFAULT_PACKAGES += badblocks block-mount e2fsprogs kmod-hwmon-drivetemp \ kmod-dm kmod-md-mod partx-utils mkf2fs f2fsck -- 2.25.1