diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2015-11-10 23:21:10 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2015-11-10 23:21:10 +0000 |
commit | 9c1b44f5382eccb291a78097033f3e34b864dfaa (patch) | |
tree | 6946a1d73e928cb3c12b1ab57932a05f6fcea69a /target | |
parent | 9a024df91224d1b887381a1072d7fe123aa6332c (diff) | |
download | master-187ad058-9c1b44f5382eccb291a78097033f3e34b864dfaa.tar.gz master-187ad058-9c1b44f5382eccb291a78097033f3e34b864dfaa.tar.bz2 master-187ad058-9c1b44f5382eccb291a78097033f3e34b864dfaa.zip |
kernel: add missing config options
This was seen by the buildbot on arm64.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47452 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/generic/config-3.18 | 1 | ||||
-rw-r--r-- | target/linux/generic/config-4.1 | 1 | ||||
-rw-r--r-- | target/linux/generic/config-4.3 | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/generic/config-3.18 b/target/linux/generic/config-3.18 index 8649b8eb67..61a8642d91 100644 --- a/target/linux/generic/config-3.18 +++ b/target/linux/generic/config-3.18 @@ -12,6 +12,7 @@ CONFIG_32BIT=y # CONFIG_ACERHDF is not set # CONFIG_ACORN_PARTITION is not set # CONFIG_ACPI_APEI is not set +# CONFIG_ACPI_BUTTON is not set # CONFIG_ACPI_CUSTOM_METHOD is not set # CONFIG_ACPI_EXTLOG is not set # CONFIG_ACPI_HED is not set diff --git a/target/linux/generic/config-4.1 b/target/linux/generic/config-4.1 index d5e21ab8e0..8d10eed7cb 100644 --- a/target/linux/generic/config-4.1 +++ b/target/linux/generic/config-4.1 @@ -12,6 +12,7 @@ CONFIG_32BIT=y # CONFIG_ACERHDF is not set # CONFIG_ACORN_PARTITION is not set # CONFIG_ACPI_APEI is not set +# CONFIG_ACPI_BUTTON is not set # CONFIG_ACPI_CUSTOM_METHOD is not set # CONFIG_ACPI_EXTLOG is not set # CONFIG_ACPI_HED is not set diff --git a/target/linux/generic/config-4.3 b/target/linux/generic/config-4.3 index eb8a6484d6..9e971d629b 100644 --- a/target/linux/generic/config-4.3 +++ b/target/linux/generic/config-4.3 @@ -12,6 +12,7 @@ CONFIG_32BIT=y # CONFIG_ACERHDF is not set # CONFIG_ACORN_PARTITION is not set # CONFIG_ACPI_APEI is not set +# CONFIG_ACPI_BUTTON is not set # CONFIG_ACPI_CUSTOM_METHOD is not set # CONFIG_ACPI_EXTLOG is not set # CONFIG_ACPI_HED is not set |