x86: sort alphabetically default packages

sorting alphabetically default packages
and placing them on their own line.

Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
[fixed whitespaces before tab, double whitespaces]
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
This commit is contained in:
Alberto Bursi 2021-11-03 20:37:27 +01:00 committed by Christian Lamparter
parent 1f188d8c72
commit ab1969d9a8
1 changed files with 4 additions and 3 deletions

View File

@ -1,9 +1,10 @@
define Device/generic
DEVICE_VENDOR := Generic
DEVICE_MODEL := x86/64
DEVICE_PACKAGES += kmod-amazon-ena kmod-bnx2 kmod-e1000e kmod-e1000 \
kmod-forcedeth kmod-igb kmod-ixgbe kmod-amd-xgbe kmod-r8169 \
kmod-fs-vfat kmod-tg3
DEVICE_PACKAGES += \
kmod-amazon-ena kmod-amd-xgbe kmod-bnx2 kmod-e1000e kmod-e1000 \
kmod-forcedeth kmod-fs-vfat kmod-igb kmod-ixgbe kmod-r8169 \
kmod-tg3
GRUB2_VARIANT := generic
endef
TARGET_DEVICES += generic