ubnt-ledbar: make package available on other targets
As also ramips/mt7621 now has a user of the ubnt-ledbar driver, make the package available on all targets by removing the dependency on @TARGET_mediatek_mt7622. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
parent
0419f7dead
commit
7bba6b6f63
1 changed files with 2 additions and 2 deletions
|
@ -20,11 +20,11 @@ define KernelPackage/leds-ubnt-ledbar
|
||||||
FILES:= \
|
FILES:= \
|
||||||
$(PKG_BUILD_DIR)/leds-ubnt-ledbar.ko
|
$(PKG_BUILD_DIR)/leds-ubnt-ledbar.ko
|
||||||
AUTOLOAD:=$(call AutoProbe,leds-ubnt-ledbar,1)
|
AUTOLOAD:=$(call AutoProbe,leds-ubnt-ledbar,1)
|
||||||
DEPENDS:=@TARGET_mediatek_mt7622 +kmod-i2c-core
|
DEPENDS:=+kmod-i2c-core
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/leds-ubnt-ledbar/description
|
define KernelPackage/leds-ubnt-ledbar/description
|
||||||
LED support for Ubiquiti UniFi 6 LR
|
LED support for some Ubiquiti UniFi access points.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
|
|
Loading…
Reference in a new issue