projects
/
openwrt
/
staging
/
pepe2k.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0de73f
)
package: usbgadget: Define conffile
author
Linus Walleij
<
[email protected]
>
Tue, 1 Apr 2025 08:53:12 +0000
(10:53 +0200)
committer
Linus Walleij
<
[email protected]
>
Thu, 10 Apr 2025 07:36:51 +0000
(09:36 +0200)
The /etc/config/usbgadget file is a conffile, so specify
it as such.
Link:
http://patchwork.ozlabs.org/project/openwrt/patch/
[email protected]
/
Reviewed-by: Chuanhong Guo <
[email protected]
>
Signed-off-by: Linus Walleij <
[email protected]
>
package/utils/usbgadget/Makefile
patch
|
blob
|
history
diff --git
a/package/utils/usbgadget/Makefile
b/package/utils/usbgadget/Makefile
index 65673e730f1728b9d6d33c0533669d988d9789b1..55f30b6729a00c6cf28da19f25653a3217243495 100644
(file)
--- a/
package/utils/usbgadget/Makefile
+++ b/
package/utils/usbgadget/Makefile
@@
-16,6
+16,10
@@
define Package/$(PKG_NAME)
TITLE:=init script to create USB gadgets
endef
+define Package/$(PKG_NAME)/conffiles
+/etc/config/usbgadget
+endef
+
define Build/Compile
endef