1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-18 21:48:23 +02:00

x86: select kmod-button-hotplug by default

This package is useful by all subtargets, therefore move it to default
packages selection.

Signed-off-by: Tomasz Maciej Nowak <tomek_n@o2.pl>
This commit is contained in:
Tomasz Maciej Nowak 2020-04-20 19:46:33 +02:00 committed by Daniel Golle
parent fd94d03ae6
commit eca6946447
4 changed files with 3 additions and 5 deletions

@ -1,7 +1,7 @@
ARCH:=x86_64
BOARDNAME:=x86_64
DEFAULT_PACKAGES += kmod-button-hotplug kmod-e1000e kmod-e1000 kmod-r8169 \
kmod-igb kmod-bnx2 kmod-forcedeth
DEFAULT_PACKAGES += kmod-e1000e kmod-e1000 kmod-r8169 kmod-igb kmod-bnx2 \
kmod-forcedeth
define Target/Description
Build images for 64 bit systems including virtualized guests.

@ -19,7 +19,7 @@ KERNELNAME:=bzImage
include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES += partx-utils mkf2fs e2fsprogs
DEFAULT_PACKAGES += partx-utils mkf2fs e2fsprogs kmod-button-hotplug
$(eval $(call BuildTarget))

@ -1,7 +1,6 @@
BOARDNAME:=Generic
CPU_TYPE :=pentium4
FEATURES += audio pci pcie usb
DEFAULT_PACKAGES += kmod-button-hotplug
define Target/Description
Build firmware images for modern x86 based boards with CPUs

@ -3,7 +3,6 @@ FEATURES += pci usb gpio
DEFAULT_PACKAGES += \
kmod-crypto-hw-geode kmod-crypto-cbc \
kmod-ath5k kmod-ath9k \
kmod-button-hotplug \
kmod-ledtrig-heartbeat kmod-ledtrig-gpio \
kmod-ledtrig-netdev hwclock wpad-basic
# Geos