Browse Source

add kmod-leds-net5501

Signed-off-by: Philip Prindeville <[email protected]>

SVN-Revision: 23729
Florian Fainelli 15 years ago
parent
commit
b013e4eec4
2 changed files with 16 additions and 1 deletions
  1. 15 0
      package/kernel/modules/other.mk
  2. 1 1
      target/linux/x86/net5501/target.mk

+ 15 - 0
package/kernel/modules/other.mk

@@ -444,6 +444,21 @@ 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)

+ 1 - 1
target/linux/x86/net5501/target.mk

@@ -2,7 +2,7 @@ BOARDNAME:=Soekris net5501
 DEFAULT_PACKAGES += kmod-ata-via-sata kmod-crypto-hw-geode \
 			kmod-gpio-cs5535 kmod-gpio-nsc kmod-gpio-pc8736x \
 			kmod-wdt-geode kmod-hwmon-core kmod-hwmon-pc87360 \
-			kmod-via-rhine \
+			kmod-via-rhine kmod-leds-net5501 \
 			kmod-i2c-core kmod-i2c-gpio \
 			kmod-i2c-algo-bit kmod-i2c-algo-pca kmod-i2c-algo-pcf \
 			kmod-usb-core kmod-usb2 kmod-usb-hid kmod-usb-uhci