]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
package: usbgadget: Define conffile
authorLinus Walleij <linus.walleij@linaro.org>
Tue, 1 Apr 2025 08:53:12 +0000 (10:53 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
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/20250403-dns313-usb-serial-v2-2-d84de8e86931@linaro.org/
Reviewed-by: Chuanhong Guo <gch981213@gmail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
package/utils/usbgadget/Makefile

index 65673e730f1728b9d6d33c0533669d988d9789b1..55f30b6729a00c6cf28da19f25653a3217243495 100644 (file)
@@ -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