1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-01-26 18:21:06 +02:00

fix kmod-usb-hid package build

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7378 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2007-05-28 18:23:49 +00:00
parent 0f31d464c4
commit 6e1353be00

View File

@ -333,17 +333,15 @@ endef
$(eval $(call KernelPackage,usb-net-asix))
define KernelPackage/usb-hid
$(call usbdep,@LINUX_2_6)
$(call usbdep,@LINUX_2_6 evdev)
TITLE:=Support for USB Human Input Devices
DESCRIPTION:=Kernel support for USB HID devices such as keyboards and mice
KCONFIG:=$(CONFIG_USB_HID)
AUTOLOAD:=$(call AutoLoad,70,usbhid evdev)
AUTOLOAD:=$(call AutoLoad,70,usbhid)
endef
define KernelPackage/usb-hid/2.6
FILES:= \
$(LINUX_DIR)/drivers/usb/input/usbhid.ko \
$(LINUX_DIR)/drivers/input/evdev.ko
FILES:=$(LINUX_DIR)/drivers/usb/input/usbhid.ko
endef
$(eval $(call KernelPackage,usb-hid))