diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-07-21 01:00:42 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-07-21 01:00:42 +0000 |
commit | 700067c881918227c9a2116b106c76873eee9e2b (patch) | |
tree | 31566fde5799727b840531e923d4deeec133bb0d /target/linux/generic-2.6 | |
parent | 7705412da148c28c4865ac42e7465a54df7b3f56 (diff) | |
download | upstream-700067c881918227c9a2116b106c76873eee9e2b.tar.gz upstream-700067c881918227c9a2116b106c76873eee9e2b.tar.bz2 upstream-700067c881918227c9a2116b106c76873eee9e2b.zip |
fix yealink kmod compile
SVN-Revision: 8089
Diffstat (limited to 'target/linux/generic-2.6')
-rw-r--r-- | target/linux/generic-2.6/config-2.6.22 | 7 | ||||
-rw-r--r-- | target/linux/generic-2.6/config-template | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/target/linux/generic-2.6/config-2.6.22 b/target/linux/generic-2.6/config-2.6.22 index e498b8e79f..578bbc5444 100644 --- a/target/linux/generic-2.6/config-2.6.22 +++ b/target/linux/generic-2.6/config-2.6.22 @@ -441,19 +441,26 @@ CONFIG_INIT_ENV_ARG_LIMIT=32 # CONFIG_INOTIFY is not set # CONFIG_INOTIFY_USER is not set # CONFIG_INPUT is not set +# CONFIG_INPUT_ATI_REMOTE is not set +# CONFIG_INPUT_ATI_REMOTE2 is not set # CONFIG_INPUT_EVBUG is not set CONFIG_INPUT_EVDEV=m # CONFIG_INPUT_FF_MEMLESS is not set # CONFIG_INPUT_JOYDEV is not set # CONFIG_INPUT_JOYSTICK is not set # CONFIG_INPUT_KEYBOARD is not set +# CONFIG_INPUT_KEYSPAN_REMOTE is not set # CONFIG_INPUT_MISC is not set # CONFIG_INPUT_MOUSE is not set # CONFIG_INPUT_MOUSEDEV is not set +# CONFIG_INPUT_PCSPKR is not set # CONFIG_INPUT_POLLDEV is not set +# CONFIG_INPUT_POWERMATE is not set # CONFIG_INPUT_TABLET is not set # CONFIG_INPUT_TOUCHSCREEN is not set # CONFIG_INPUT_TSDEV is not set +# CONFIG_INPUT_UINPUT is not set +# CONFIG_INPUT_WISTRON_BTNS is not set # CONFIG_IOSCHED_AS is not set # CONFIG_IOSCHED_CFQ is not set CONFIG_IOSCHED_DEADLINE=y diff --git a/target/linux/generic-2.6/config-template b/target/linux/generic-2.6/config-template index 1b3835dbaf..3fe20fcf44 100644 --- a/target/linux/generic-2.6/config-template +++ b/target/linux/generic-2.6/config-template @@ -428,17 +428,24 @@ CONFIG_INIT_ENV_ARG_LIMIT=32 # CONFIG_INOTIFY is not set # CONFIG_INOTIFY_USER is not set # CONFIG_INPUT is not set +# CONFIG_INPUT_ATI_REMOTE is not set +# CONFIG_INPUT_ATI_REMOTE2 is not set # CONFIG_INPUT_EVBUG is not set CONFIG_INPUT_EVDEV=m # CONFIG_INPUT_FF_MEMLESS is not set # CONFIG_INPUT_JOYDEV is not set # CONFIG_INPUT_JOYSTICK is not set # CONFIG_INPUT_KEYBOARD is not set +# CONFIG_INPUT_KEYSPAN_REMOTE is not set # CONFIG_INPUT_MISC is not set # CONFIG_INPUT_MOUSE is not set # CONFIG_INPUT_MOUSEDEV is not set +# CONFIG_INPUT_PCSPKR is not set +# CONFIG_INPUT_POWERMATE is not set # CONFIG_INPUT_TOUCHSCREEN is not set # CONFIG_INPUT_TSDEV is not set +# CONFIG_INPUT_UINPUT is not set +# CONFIG_INPUT_WISTRON_BTNS is not set # CONFIG_IOSCHED_AS is not set # CONFIG_IOSCHED_CFQ is not set CONFIG_IOSCHED_DEADLINE=y |