openwrt/target/linux/x86/image/64.mk
Tomasz Maciej Nowak 9c23ecee57 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 <tomek_n@o2.pl>
2020-04-20 18:55:30 +01:00

8 lines
206 B
Makefile

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