Change Details
| package/kernel/modules/other.mk |
| 666 | 666 | define KernelPackage/input-core |
| 667 | 667 | SUBMENU:=$(OTHER_MENU) |
| 668 | 668 | TITLE:=Input device core |
| 669 | | DEPENDS:=@LINUX_2_6 @!TARGET_x86 |
| 669 | DEPENDS:=@!TARGET_x86 |
| 670 | 670 | KCONFIG:=CONFIG_INPUT |
| 671 | endef |
| 672 | |
| 673 | define KernelPackage/input-core/2.4 |
| 674 | FILES:=$(LINUX_DIR)/drivers/input/input.$(LINUX_KMOD_SUFFIX) |
| 675 | AUTOLOAD:=$(call AutoLoad,19,input) |
| 676 | endef |
| 677 | |
| 678 | define KernelPackage/input-core/2.6 |
| 671 | 679 | FILES:=$(LINUX_DIR)/drivers/input/input-core.$(LINUX_KMOD_SUFFIX) |
| 672 | 680 | AUTOLOAD:=$(call AutoLoad,19,input-core) |
| 673 | 681 | endef |
| target/linux/generic-2.4/config-default |
| 176 | 176 | CONFIG_IMQ=m |
| 177 | 177 | # CONFIG_INET_ECN is not set |
| 178 | 178 | CONFIG_INET=y |
| 179 | # CONFIG_INPUT is not set |
| 180 | # CONFIG_INPUT_DB9 is not set |
| 179 | 181 | # CONFIG_INPUT_EVDEV is not set |
| 182 | # CONFIG_INPUT_GAMECON is not set |
| 180 | 183 | # CONFIG_INPUT_GAMEPORT is not set |
| 181 | | # CONFIG_INPUT is not set |
| 184 | # CONFIG_INPUT_IFORCE_USB is not set |
| 182 | 185 | # CONFIG_INPUT_JOYDEV is not set |
| 183 | 186 | # CONFIG_INPUT_KEYBDEV is not set |
| 184 | 187 | # CONFIG_INPUT_MOUSEDEV is not set |
| 188 | # CONFIG_INPUT_SERIO is not set |
| 189 | # CONFIG_INPUT_TURBOGRAFX is not set |
| 185 | 190 | # CONFIG_INPUT_UINPUT is not set |
| 186 | 191 | # CONFIG_INTERMEZZO_FS is not set |
| 187 | 192 | CONFIG_IP6_NF_FILTER=m |
Download the corresponding diff file