package: usbgadget: Define conffile

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>
This commit is contained in:
Linus Walleij 2025-04-01 10:53:12 +02:00
parent f0de73f912
commit a57bce987a

View 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