diff options
author | Christian Lamparter <chunkeey@gmail.com> | 2022-03-27 15:04:29 +0200 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2022-03-27 15:39:27 +0200 |
commit | eeb8fd4ce7e90ec24287c469628ae528a14daa6f (patch) | |
tree | e899bd2192458742facee4467abbd7895bb946ee /package | |
parent | 73683454507163703beb3bc7d9f2e1dea189aa91 (diff) | |
download | upstream-eeb8fd4ce7e90ec24287c469628ae528a14daa6f.tar.gz upstream-eeb8fd4ce7e90ec24287c469628ae528a14daa6f.tar.bz2 upstream-eeb8fd4ce7e90ec24287c469628ae528a14daa6f.zip |
gpio-cdev: move kmod-leds-uleds dependency to MX100
The inclusion of the kmod-leds-uleds into the userspace
nu801 package causes a circular dependency inside the
buildsystem... which causes it to be picked regardless
of other DEPENDS values.
In case of the mx100, this could be solved by moving the
kmod-leds-uled dependency to the kmod-meraki-mx100.
Bonus: drop @!LINUX_5_4 from kmod-meraki-mx100
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
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 ff6d36f2b4..1ac5c6d510 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 +kmod-leds-uleds + DEPENDS:=@TARGET_x86 KCONFIG:=CONFIG_GPIO_CDEV=y TITLE:=NU801 LED Driver endef |