x86: remove old references to kmod-acpi-button
The kmod-acpi-button functionality is included in the kernel where needed and the corresponding kmod package has been deleted long ago, therfor drop the remaining references now. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
c0a287610a
commit
ec5680a73d
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
ARCH:=x86_64
|
||||
BOARDNAME:=x86_64
|
||||
DEFAULT_PACKAGES += kmod-acpi-button kmod-button-hotplug kmod-e1000e kmod-e1000 kmod-r8169
|
||||
DEFAULT_PACKAGES += kmod-button-hotplug kmod-e1000e kmod-e1000 kmod-r8169
|
||||
MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
|
||||
|
||||
define Target/Description
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
BOARDNAME:=KVM Guest
|
||||
FEATURES:=ext4 pci usb
|
||||
DEFAULT_PACKAGES += kmod-acpi-button kmod-button-hotplug kmod-virtio-balloon kmod-virtio-net kmod-virtio-random
|
||||
DEFAULT_PACKAGES += kmod-button-hotplug kmod-virtio-balloon kmod-virtio-net kmod-virtio-random
|
||||
CPU_TYPE := pentium4
|
||||
|
|
Loading…
Reference in a new issue