Changeset 3117
- Timestamp:
- 07/04/07 11:19:23 (1 year ago)
- Files:
-
- trunk/freewrt/mk/modules.mk (modified) (2 diffs)
- trunk/freewrt/target/linux/Config.in (modified) (1 diff)
- trunk/freewrt/target/linux/config/Config.in.input (added)
- trunk/freewrt/target/linux/config/Config.in.usb (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/mk/modules.mk
r3112 r3117 669 669 670 670 # 671 # Input 672 # 673 $(eval $(call KMOD_template,INPUT,input,\ 674 $(MODULES_DIR)/kernel/drivers/input/input \ 675 ,40)) 676 677 $(eval $(call KMOD_template,INPUT_MOUSEDEV,input-mouse,\ 678 $(MODULES_DIR)/kernel/drivers/input/mousedev \ 679 ,45)) 680 681 $(eval $(call KMOD_template,INPUT_KEYBDEV,input-keyboard,\ 682 $(MODULES_DIR)/kernel/drivers/input/keybdev \ 683 ,45)) 684 685 # 671 686 # USB 672 687 # … … 753 768 ,65)) 754 769 endif 770 771 $(eval $(call KMOD_template,USB_HID,usb-hid,\ 772 $(MODULES_DIR)/kernel/drivers/usb/hid \ 773 ,50)) 755 774 756 775 # trunk/freewrt/target/linux/Config.in
r2831 r3117 3 3 source target/linux/config/Config.in.netfilter 4 4 source target/linux/config/Config.in.pcmcia 5 source target/linux/config/Config.in.input 5 6 source target/linux/config/Config.in.usb 6 7 source target/linux/config/Config.in.block trunk/freewrt/target/linux/config/Config.in.usb
r2504 r3117 16 16 17 17 config FWRT_KERNEL_USB_SERIAL 18 boolean 19 default n 20 21 config FWRT_KERNEL_USB_HIDINPUT 18 22 boolean 19 23 default n … … 224 228 depends FWRT_PACKAGE_KMOD_USB_CONTROLLER 225 229 230 config FWRT_KPACKAGE_KMOD_USB_HID 231 prompt "kmod-usb-hid...................... Support for USB human interface devices (HID)" 232 tristate 233 default n 234 depends FWRT_PACKAGE_KMOD_USB_CONTROLLER 235 select FWRT_KPACKAGE_KMOD_INPUT 236 select FWRT_KERNEL_USB_HIDINPUT 237 226 238 config FWRT_KPACKAGE_KMOD_USB_SERIAL 227 239 prompt "kmod-usb-serial................... Support for USB-to-serial converters"


