projects
/
openwrt
/
staging
/
hauke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d63bf4
)
ubnt-ledbar: depend on mediatek and ramips subtargets
author
Tomasz Maciej Nowak
<tmn505@gmail.com>
Thu, 27 Apr 2023 14:34:49 +0000
(16:34 +0200)
committer
Christian Marangi
<ansuelsmth@gmail.com>
Tue, 23 May 2023 22:56:54 +0000
(
00:56
+0200)
It's only used on devices in mt7621 and mt7622 subtargets, so no reason
to compile it for others.
Signed-off-by: Tomasz Maciej Nowak <tmn505@gmail.com>
package/kernel/ubnt-ledbar/Makefile
patch
|
blob
|
history
diff --git
a/package/kernel/ubnt-ledbar/Makefile
b/package/kernel/ubnt-ledbar/Makefile
index 90eccf1c21b3eff479fcc68539ff83bfd37c57b6..69236ffbb330d4ead3232060e1a6bad10ce7de84 100644
(file)
--- a/
package/kernel/ubnt-ledbar/Makefile
+++ b/
package/kernel/ubnt-ledbar/Makefile
@@
-20,7
+20,7
@@
define KernelPackage/leds-ubnt-ledbar
FILES:= \
$(PKG_BUILD_DIR)/leds-ubnt-ledbar.ko
AUTOLOAD:=$(call AutoProbe,leds-ubnt-ledbar,1)
- DEPENDS:=+kmod-i2c-core
+ DEPENDS:=
@TARGET_mediatek_mt7622||TARGET_ramips_mt7621
+kmod-i2c-core
endef
define KernelPackage/leds-ubnt-ledbar/description