diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2015-07-12 10:51:28 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2015-07-12 10:51:28 +0000 |
commit | b128a503d7c718abd675c02bf5fa0244cd98d10d (patch) | |
tree | 482fb3ff81d75b999607037558514d9f406dd5a3 | |
parent | 3e2db40f4a5fd747bcd3dd3c79ef06c82a001f3a (diff) | |
download | master-187ad058-b128a503d7c718abd675c02bf5fa0244cd98d10d.tar.gz master-187ad058-b128a503d7c718abd675c02bf5fa0244cd98d10d.tar.bz2 master-187ad058-b128a503d7c718abd675c02bf5fa0244cd98d10d.zip |
kernel: add missing config option
This should fix build of sunxi.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46304 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/generic/config-3.18 | 1 | ||||
-rw-r--r-- | target/linux/generic/config-4.0 | 1 | ||||
-rw-r--r-- | target/linux/generic/config-4.1 | 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 2e2f33f4a2..4acf3c65b6 100644 --- a/target/linux/generic/config-3.18 +++ b/target/linux/generic/config-3.18 @@ -1244,6 +1244,7 @@ CONFIG_HAVE_KRETPROBES=y # CONFIG_HID_LENOVO_TPKBD is not set # CONFIG_HID_LOGITECH is not set # CONFIG_HID_LOGITECH_DJ is not set +# CONFIG_HID_LOGITECH_HIDPP is not set # CONFIG_HID_MAGICMOUSE is not set # CONFIG_HID_MICROSOFT is not set # CONFIG_HID_MONTEREY is not set diff --git a/target/linux/generic/config-4.0 b/target/linux/generic/config-4.0 index 0545ee55eb..8873882d55 100644 --- a/target/linux/generic/config-4.0 +++ b/target/linux/generic/config-4.0 @@ -1260,6 +1260,7 @@ CONFIG_HAVE_KRETPROBES=y # CONFIG_HID_LENOVO_TPKBD is not set # CONFIG_HID_LOGITECH is not set # CONFIG_HID_LOGITECH_DJ is not set +# CONFIG_HID_LOGITECH_HIDPP is not set # CONFIG_HID_MAGICMOUSE is not set # CONFIG_HID_MICROSOFT is not set # CONFIG_HID_MONTEREY is not set diff --git a/target/linux/generic/config-4.1 b/target/linux/generic/config-4.1 index d4c9cb5a57..a5b7ebb1b8 100644 --- a/target/linux/generic/config-4.1 +++ b/target/linux/generic/config-4.1 @@ -1268,6 +1268,7 @@ CONFIG_HAVE_KRETPROBES=y # CONFIG_HID_LENOVO_TPKBD is not set # CONFIG_HID_LOGITECH is not set # CONFIG_HID_LOGITECH_DJ is not set +# CONFIG_HID_LOGITECH_HIDPP is not set # CONFIG_HID_MAGICMOUSE is not set # CONFIG_HID_MICROSOFT is not set # CONFIG_HID_MONTEREY is not set |