diff options
author | Jo-Philipp Wich <jo@mein.io> | 2016-04-25 14:14:47 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2016-04-25 14:14:47 +0200 |
commit | ec5680a73d3ca861af0b386cd28b3f27c440ecc8 (patch) | |
tree | 2dd9ceff4db1331f4afd502a49f23d7ff72f59f3 /target/linux/x86/64/target.mk | |
parent | c0a287610ac69fd2b40d8b8c87ec39f85cea751b (diff) | |
download | upstream-ec5680a73d3ca861af0b386cd28b3f27c440ecc8.tar.gz upstream-ec5680a73d3ca861af0b386cd28b3f27c440ecc8.tar.bz2 upstream-ec5680a73d3ca861af0b386cd28b3f27c440ecc8.zip |
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>
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 10571038a8..fa9759b778 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-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 |