From: Hauke Mehrtens Date: Sun, 12 Jul 2015 10:51:28 +0000 (+0000) Subject: kernel: add missing config option X-Git-Tag: reboot~2523 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fchunkeey.git;a=commitdiff_plain;h=56597e059df480efe5550669b2f59ad77a5f9781 kernel: add missing config option This should fix build of sunxi. Signed-off-by: Hauke Mehrtens SVN-Revision: 46304 --- 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