mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-01-03 12:52:22 +00:00
nu801: add MR26 to the table
The MR26 uses a NU801 for the RGB-Leds. Make the LEDs available. Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
This commit is contained in:
parent
cb3d0250db
commit
be1761fa14
@ -7,8 +7,8 @@ PKG_RELEASE:=1
|
|||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_URL:=https://github.com/chunkeey/nu801.git
|
PKG_SOURCE_URL:=https://github.com/chunkeey/nu801.git
|
||||||
PKG_SOURCE_VERSION:=d9942c0ceb949080b93366a9431028de3608e535
|
PKG_SOURCE_VERSION:=f623879a393d0315f29095fe46b19cd2246d10d7
|
||||||
PKG_MIRROR_HASH:=859be7dec96d2a0d6ee8b80c6f1a703384940d19caeeb74a4ac0a961b2a985db
|
PKG_MIRROR_HASH:=db21671a1c14f0bfeb65525cbfd0576d2d5bbebf3901e35e64f9bf92a9a53b0d
|
||||||
PKG_MAINTAINER:=Christian Lamparter <chunkeey@gmail.com>
|
PKG_MAINTAINER:=Christian Lamparter <chunkeey@gmail.com>
|
||||||
PKG_LICENSE:=GPL-3.0-or-later
|
PKG_LICENSE:=GPL-3.0-or-later
|
||||||
PKG_LICENSE_FILES:=LICENSE
|
PKG_LICENSE_FILES:=LICENSE
|
||||||
@ -20,7 +20,7 @@ define Package/nu801
|
|||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
SUBMENU:=Userspace GPIO Drivers
|
SUBMENU:=Userspace GPIO Drivers
|
||||||
DEPENDS:=@TARGET_x86
|
DEPENDS:=@TARGET_x86||@TARGET_bcm53xx
|
||||||
KCONFIG:=CONFIG_GPIO_CDEV=y
|
KCONFIG:=CONFIG_GPIO_CDEV=y
|
||||||
TITLE:=NU801 LED Driver
|
TITLE:=NU801 LED Driver
|
||||||
endef
|
endef
|
||||||
|
Loading…
Reference in New Issue
Block a user