mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-16 20:07:23 +00:00
nu801: fix DEPENDS on bcm53xx
the tacked on @TARGET_bcm53xx causes warnings:
tmp/.config-package.in:14027:warning: ignoring unsupported character '@'
tmp/.config-package.in:26028:warning: ignoring unsupported character '@'
this was wrong.
Fixes: be1761fa14
("nu801: add MR26 to the table")
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
This commit is contained in:
parent
e62d1edd6b
commit
e0e6444930
@ -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||@TARGET_bcm53xx
|
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