diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2015-07-12 16:02:47 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2015-07-12 16:02:47 +0000 |
commit | cc4df226c8777711d0f99b02bf4a0d3ff7b79885 (patch) | |
tree | 331a68abbf10c4436f709c70f674356583e12e82 | |
parent | 4e7d2ffce589a195c89e45b373717dbd0a00052e (diff) | |
download | upstream-cc4df226c8777711d0f99b02bf4a0d3ff7b79885.tar.gz upstream-cc4df226c8777711d0f99b02bf4a0d3ff7b79885.tar.bz2 upstream-cc4df226c8777711d0f99b02bf4a0d3ff7b79885.zip |
CC: kernel: add missing config option
This should fix build of sunxi.
Backport of r46304
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@46310 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/generic/config-3.18 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic/config-3.18 b/target/linux/generic/config-3.18 index 9d2ca78c69..6038692b7e 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 |