diff options
author | John Crispin <john@openwrt.org> | 2015-07-14 16:24:02 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-07-14 16:24:02 +0000 |
commit | 4a1021de873d13f46b265cdd1116907f3f2be791 (patch) | |
tree | 8180a655ee6557bf87be751d7cfebb913175cc2b /target/linux/x86/64/target.mk | |
parent | 388647b580df44a94417cb7a8cc2fc54d581f552 (diff) | |
download | mtk-20170518-4a1021de873d13f46b265cdd1116907f3f2be791.zip mtk-20170518-4a1021de873d13f46b265cdd1116907f3f2be791.tar.gz mtk-20170518-4a1021de873d13f46b265cdd1116907f3f2be791.tar.bz2 |
x86: add kmod-acpi-button and kmod-button-hotplug to default packages
Since r40909 openwrt can automatically shutdown when you press the
power button or try to shutdown a kvm virtual machine.
When booting a recent CC-rc2 or trunk image, it doesn't work,
as two kernel modules are missing.
Add these two kernel modules to the default packages, so users
don't need to install them manually.
Signed-off-by: Stefan Hellermann <stefan@the2masters.de>
SVN-Revision: 46366
Diffstat (limited to 'target/linux/x86/64/target.mk')
-rw-r--r-- | target/linux/x86/64/target.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/x86/64/target.mk b/target/linux/x86/64/target.mk index 1f22eb3..9cf1671 100644 --- a/target/linux/x86/64/target.mk +++ b/target/linux/x86/64/target.mk @@ -1,6 +1,6 @@ ARCH:=x86_64 BOARDNAME:=x86_64 -DEFAULT_PACKAGES += kmod-e1000e kmod-e1000 kmod-r8169 +DEFAULT_PACKAGES += kmod-acpi-button kmod-button-hotplug kmod-e1000e kmod-e1000 kmod-r8169 ARCH_PACKAGES:=x86_64 MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> |