projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5330bd
)
spidev-test: Add license
author
Jan Kardell
<
[email protected]
>
Tue, 1 Jul 2025 13:05:03 +0000
(15:05 +0200)
committer
Hauke Mehrtens
<
[email protected]
>
Sat, 12 Jul 2025 21:26:34 +0000
(23:26 +0200)
Add GPL-2.0-only license.
Signed-off-by: Jan Kardell <
[email protected]
>
Link:
https://patchwork.ozlabs.org/project/openwrt/patch/
[email protected]
/
Signed-off-by: Hauke Mehrtens <
[email protected]
>
package/utils/spidev_test/Makefile
patch
|
blob
|
history
diff --git
a/package/utils/spidev_test/Makefile
b/package/utils/spidev_test/Makefile
index d264a8950acdac91249d167fdd3e6976e62c673b..f0e60f8b15b2798ef84a79d025e2166cf181c953 100644
(file)
--- a/
package/utils/spidev_test/Makefile
+++ b/
package/utils/spidev_test/Makefile
@@
-14,6
+14,8
@@
PKG_RELEASE:=1
PKG_BUILD_DIR:=$(LINUX_DIR)/tools/spi-$(TARGET_DIR_NAME)
PKG_BUILD_PARALLEL:=1
+PKG_LICENSE:=GPL-2.0-only
+
include $(INCLUDE_DIR)/package.mk
define Package/spidev-test