X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/28e67957c4a00e6c0171ff3700cda07fcde00a92..a6ff6c1f36b886b61a08ac89996ee15340e6fc64:/package/kernel/modules/other.mk?ds=sidebyside diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk index 97b887700..1e252e374 100644 --- a/package/kernel/modules/other.mk +++ b/package/kernel/modules/other.mk @@ -252,12 +252,11 @@ $(eval $(call KernelPackage,gpio-nxp-74hc164)) define KernelPackage/hid SUBMENU:=$(OTHER_MENU) TITLE:=HID Devices - DEPENDS:=+kmod-input-evdev KCONFIG:=CONFIG_HID FILES:=$(LINUX_DIR)/drivers/hid/hid.ko AUTOLOAD:=$(call AutoLoad,61,hid) $(call SetDepends/hid) - $(call AddDepends/input) + $(call AddDepends/input,+kmod-input-evdev) endef define KernelPackage/hid/description @@ -732,7 +731,7 @@ $(eval $(call KernelPackage,pwm-gpio)) define KernelPackage/rtc-core SUBMENU:=$(OTHER_MENU) - DEPENDS:=@(!LINUX_3_0||BROKEN) + DEPENDS:=@LINUX_2_6_30||LINUX_2_6_31||LINUX_2_6_32||LINUX_2_6_36||LINUX_2_6_37||LINUX_2_6_38||LINUX_2_6_39||BROKEN TITLE:=Real Time Clock class support KCONFIG:=CONFIG_RTC_CLASS FILES:=$(LINUX_DIR)/drivers/rtc/rtc-core.ko