aboutsummaryrefslogtreecommitdiffstats
path: root/package/system/gpio-cdev/nu801
diff options
context:
space:
mode:
authorChristian Lamparter <chunkeey@gmail.com>2022-07-16 01:56:53 +0200
committerChristian Lamparter <chunkeey@gmail.com>2022-07-17 13:43:48 +0200
commite0e644493019e5c8ce35f415a8fe5c0698eb36a0 (patch)
tree5554edcdef73a54ba29d96074e2ccb12443389b3 /package/system/gpio-cdev/nu801
parente62d1edd6b975828e4037480797517d40053c4dc (diff)
downloadupstream-e0e644493019e5c8ce35f415a8fe5c0698eb36a0.tar.gz
upstream-e0e644493019e5c8ce35f415a8fe5c0698eb36a0.tar.bz2
upstream-e0e644493019e5c8ce35f415a8fe5c0698eb36a0.zip
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: be1761fa1488 ("nu801: add MR26 to the table") Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Diffstat (limited to 'package/system/gpio-cdev/nu801')
-rw-r--r--package/system/gpio-cdev/nu801/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/system/gpio-cdev/nu801/Makefile b/package/system/gpio-cdev/nu801/Makefile
index 73de6210f6..f91fbbc8ae 100644
--- a/package/system/gpio-cdev/nu801/Makefile
+++ b/package/system/gpio-cdev/nu801/Makefile
@@ -20,7 +20,7 @@ define Package/nu801
SECTION:=utils
CATEGORY:=Utilities
SUBMENU:=Userspace GPIO Drivers
- DEPENDS:=@TARGET_x86||@TARGET_bcm53xx
+ DEPENDS:=@(TARGET_x86||TARGET_bcm53xx)
KCONFIG:=CONFIG_GPIO_CDEV=y
TITLE:=NU801 LED Driver
endef