diff options
Diffstat (limited to 'package')
-rw-r--r-- | package/system/gpio-cdev/nu801/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/system/gpio-cdev/nu801/Makefile b/package/system/gpio-cdev/nu801/Makefile index f91fbbc8ae..67b2a771ec 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_ath79_nand||TARGET_bcm53xx||TARGET_x86) KCONFIG:=CONFIG_GPIO_CDEV=y TITLE:=NU801 LED Driver endef |