From 9c23ecee577962c3836b6b1b2cdc222c59a257ad Mon Sep 17 00:00:00 2001 From: Tomasz Maciej Nowak Date: Mon, 20 Apr 2020 19:46:34 +0200 Subject: x86: move packages selection to profiles This can be rather confusing for contributors, since there are three layers in which they can be added. As for now there are none profiles other than generic (exception: geos) let's move them to these profiles. Being here this commit also removes packages in geode profiles already enabled in kernel config. Signed-off-by: Tomasz Maciej Nowak --- target/linux/x86/image/64.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'target/linux/x86/image') diff --git a/target/linux/x86/image/64.mk b/target/linux/x86/image/64.mk index bde76ceba5..61e6d408d7 100644 --- a/target/linux/x86/image/64.mk +++ b/target/linux/x86/image/64.mk @@ -1,5 +1,7 @@ define Device/generic DEVICE_TITLE := Generic x86/64 + DEVICE_PACKAGES += kmod-bnx2 kmod-e1000e kmod-e1000 kmod-forcedeth kmod-igb \ + kmod-r8169 GRUB2_VARIANT := generic endef TARGET_DEVICES += generic -- cgit v1.2.3