X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/79d68345816aeeb1992c7f54792a6fe4740f1fa1..0588f3b5c50e1d12ca2601173de72d76393216c2:/package/kernel/modules/other.mk diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk index 1b3439eab..5ab43368e 100644 --- a/package/kernel/modules/other.mk +++ b/package/kernel/modules/other.mk @@ -76,7 +76,7 @@ define KernelPackage/cpu-msr TITLE:=x86 CPU MSR support DEPENDS:=@TARGET_x86 KCONFIG:=CONFIG_X86_MSR - FILES:=$(LINUX_DIR)/arch/x86/kernel/msr.$(LINUX_KMOD_SUFFIX) + FILES:=$(LINUX_DIR)/arch/x86/kernel/msr.ko AUTOLOAD:=$(call AutoLoad,20,msr) endef @@ -367,213 +367,6 @@ endef $(eval $(call KernelPackage,input-polldev)) -define KernelPackage/leds-alix - SUBMENU:=$(OTHER_MENU) - TITLE:=PCengines ALIX LED support - DEPENDS:=@TARGET_x86 - KCONFIG:=CONFIG_LEDS_ALIX2 - FILES:=$(LINUX_DIR)/drivers/leds/leds-alix2.ko - AUTOLOAD:=$(call AutoLoad,50,leds-alix2) -endef - -define KernelPackage/leds-alix/description - Kernel module for PCengines ALIX LEDs -endef - -$(eval $(call KernelPackage,leds-alix)) - - -define KernelPackage/leds-gpio - SUBMENU:=$(OTHER_MENU) - TITLE:=GPIO LED support - DEPENDS:= @GPIO_SUPPORT - KCONFIG:=CONFIG_LEDS_GPIO - FILES:=$(LINUX_DIR)/drivers/leds/leds-gpio.ko - AUTOLOAD:=$(call AutoLoad,60,leds-gpio) -endef - -define KernelPackage/leds-gpio/description - Kernel module for LEDs on GPIO lines -endef - -$(eval $(call KernelPackage,leds-gpio)) - - -define KernelPackage/leds-net48xx - SUBMENU:=$(OTHER_MENU) - TITLE:=Soekris Net48xx LED support - DEPENDS:=@TARGET_x86 +kmod-gpio-scx200 - KCONFIG:=CONFIG_LEDS_NET48XX - FILES:=$(LINUX_DIR)/drivers/leds/leds-net48xx.ko - AUTOLOAD:=$(call AutoLoad,50,leds-net48xx) -endef - -define KernelPackage/leds-net48xx/description - Kernel module for Soekris Net48xx LEDs -endef - -$(eval $(call KernelPackage,leds-net48xx)) - -define KernelPackage/leds-net5501 - SUBMENU:=$(OTHER_MENU) - TITLE:=Soekris Net5501 LED support - DEPENDS:=@TARGET_x86 +kmod-gpio-cs5535 +kmod-leds-gpio - KCONFIG:=CONFIG_LEDS_NET5501 - FILES:=$(LINUX_DIR)/drivers/leds/leds-net5501.ko - AUTOLOAD:=$(call AutoLoad,50,leds-net5501) -endef - -define KernelPackage/leds-net5501/description - Kernel module for Soekris Net5501 LEDs -endef - -$(eval $(call KernelPackage,leds-net5501)) - - -define KernelPackage/leds-rb750 - SUBMENU:=$(OTHER_MENU) - TITLE:=RouterBOARD 750 LED support - DEPENDS:=@TARGET_ar71xx - KCONFIG:=CONFIG_LEDS_RB750 - FILES:=$(LINUX_DIR)/drivers/leds/leds-rb750.ko - AUTOLOAD:=$(call AutoLoad,60,leds-rb750) -endef - -define KernelPackage/leds-rb750/description - Kernel module for the LEDs on the MikroTik RouterBOARD 750. -endef - -$(eval $(call KernelPackage,leds-rb750)) - - -define KernelPackage/leds-wndr3700-usb - SUBMENU:=$(OTHER_MENU) - TITLE:=WNDR3700 USB LED support - DEPENDS:=@TARGET_ar71xx - KCONFIG:=CONFIG_LEDS_WNDR3700_USB - FILES:=$(LINUX_DIR)/drivers/leds/leds-wndr3700-usb.ko - AUTOLOAD:=$(call AutoLoad,60,leds-wndr3700-usb) -endef - -define KernelPackage/leds-wndr3700-usb/description - Kernel module for the USB LED on the NETGWR WNDR3700 board. -endef - -$(eval $(call KernelPackage,leds-wndr3700-usb)) - - -define KernelPackage/leds-wrap - SUBMENU:=$(OTHER_MENU) - TITLE:=PCengines WRAP LED support - DEPENDS:=@TARGET_x86 +kmod-gpio-scx200 - KCONFIG:=CONFIG_LEDS_WRAP - FILES:=$(LINUX_DIR)/drivers/leds/leds-wrap.ko - AUTOLOAD:=$(call AutoLoad,50,leds-wrap) -endef - -define KernelPackage/leds-wrap/description - Kernel module for PCengines WRAP LEDs -endef - -$(eval $(call KernelPackage,leds-wrap)) - - -define KernelPackage/ledtrig-heartbeat - SUBMENU:=$(OTHER_MENU) - TITLE:=LED Heartbeat Trigger - KCONFIG:=CONFIG_LEDS_TRIGGER_HEARTBEAT - FILES:=$(LINUX_DIR)/drivers/leds/ledtrig-heartbeat.ko - AUTOLOAD:=$(call AutoLoad,50,ledtrig-heartbeat) -endef - -define KernelPackage/ledtrig-gpio/description - Kernel module that allows LEDs to blink like heart beat -endef - -$(eval $(call KernelPackage,ledtrig-heartbeat)) - - -define KernelPackage/ledtrig-gpio - SUBMENU:=$(OTHER_MENU) - TITLE:=LED GPIO Trigger - KCONFIG:=CONFIG_LEDS_TRIGGER_GPIO - FILES:=$(LINUX_DIR)/drivers/leds/ledtrig-gpio.ko - AUTOLOAD:=$(call AutoLoad,50,ledtrig-gpio) -endef - -define KernelPackage/ledtrig-gpio/description - Kernel module that allows LEDs to be controlled by gpio events. -endef - -$(eval $(call KernelPackage,ledtrig-gpio)) - - -define KernelPackage/ledtrig-morse - SUBMENU:=$(OTHER_MENU) - TITLE:=LED Morse Trigger - KCONFIG:=CONFIG_LEDS_TRIGGER_MORSE - FILES:=$(LINUX_DIR)/drivers/leds/ledtrig-morse.ko - AUTOLOAD:=$(call AutoLoad,50,ledtrig-morse) -endef - -define KernelPackage/ledtrig-morse/description - Kernel module to show morse coded messages on LEDs. -endef - -$(eval $(call KernelPackage,ledtrig-morse)) - - -define KernelPackage/ledtrig-netdev - SUBMENU:=$(OTHER_MENU) - TITLE:=LED NETDEV Trigger - KCONFIG:=CONFIG_LEDS_TRIGGER_NETDEV - FILES:=$(LINUX_DIR)/drivers/leds/ledtrig-netdev.ko - AUTOLOAD:=$(call AutoLoad,50,ledtrig-netdev) -endef - -define KernelPackage/ledtrig-netdev/description - Kernel module to drive LEDs based on network activity. -endef - -$(eval $(call KernelPackage,ledtrig-netdev)) - - -define KernelPackage/ledtrig-netfilter - SUBMENU:=$(OTHER_MENU) - TITLE:=LED NetFilter Trigger - DEPENDS:=kmod-ipt-core - KCONFIG:=CONFIG_NETFILTER_XT_TARGET_LED - FILES:=$(LINUX_DIR)/net/netfilter/xt_LED.ko - AUTOLOAD:=$(call AutoLoad,50,xt_LED) -endef - -define KernelPackage/ledtrig-netfilter/description - Kernel module to flash LED when a particular packets passing through your machine. - - For example to create an LED trigger for incoming SSH traffic: - iptables -A INPUT -p tcp --dport 22 -j LED --led-trigger-id ssh --led-delay 1000 - Then attach the new trigger to an LED on your system: - echo netfilter-ssh > /sys/class/leds//trigger -endef - -$(eval $(call KernelPackage,ledtrig-netfilter)) - -define KernelPackage/ledtrig-usbdev - SUBMENU:=$(OTHER_MENU) - TITLE:=LED USB device Trigger - DEPENDS:=@USB_SUPPORT +kmod-usb-core - KCONFIG:=CONFIG_LEDS_TRIGGER_USBDEV - FILES:=$(LINUX_DIR)/drivers/leds/ledtrig-usbdev.ko - AUTOLOAD:=$(call AutoLoad,50,ledtrig-usbdev) -endef - -define KernelPackage/ledtrig-usbdev/description - Kernel module to drive LEDs based on USB device presence/activity. -endef - -$(eval $(call KernelPackage,ledtrig-usbdev)) - - define KernelPackage/lp SUBMENU:=$(OTHER_MENU) TITLE:=Parallel port and line printer support @@ -638,7 +431,7 @@ define KernelPackage/oprofile SUBMENU:=$(OTHER_MENU) TITLE:=OProfile profiling support KCONFIG:=CONFIG_OPROFILE - FILES:=$(LINUX_DIR)/arch/$(LINUX_KARCH)/oprofile/oprofile.$(LINUX_KMOD_SUFFIX) + FILES:=$(LINUX_DIR)/arch/$(LINUX_KARCH)/oprofile/oprofile.ko DEPENDS:=@KERNEL_PROFILING endef @@ -831,7 +624,7 @@ define KernelPackage/rtc-core SUBMENU:=$(OTHER_MENU) TITLE:=Real Time Clock class support KCONFIG:=CONFIG_RTC_CLASS - FILES:=$(LINUX_DIR)/drivers/rtc/rtc-core.$(LINUX_KMOD_SUFFIX) + FILES:=$(LINUX_DIR)/drivers/rtc/rtc-core.ko AUTOLOAD:=$(call AutoLoad,29,rtc-core) endef @@ -846,7 +639,7 @@ define KernelPackage/rtc-pcf8563 TITLE:=Philips PCF8563/Epson RTC8564 RTC support DEPENDS:=+kmod-rtc-core KCONFIG:=CONFIG_RTC_DRV_PCF8563 - FILES:=$(LINUX_DIR)/drivers/rtc/rtc-pcf8563.$(LINUX_KMOD_SUFFIX) + FILES:=$(LINUX_DIR)/drivers/rtc/rtc-pcf8563.ko AUTOLOAD:=$(call AutoLoad,60,rtc-pcf8563) endef @@ -863,7 +656,7 @@ define KernelPackage/n810bm TITLE:=Nokia N810 battery management driver DEPENDS:=@TARGET_omap24xx KCONFIG:=CONFIG_N810BM - FILES:=$(LINUX_DIR)/drivers/cbus/n810bm.$(LINUX_KMOD_SUFFIX) + FILES:=$(LINUX_DIR)/drivers/cbus/n810bm.ko AUTOLOAD:=$(call AutoLoad,01,n810bm) endef