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:
parent
f0de73f912
commit
a57bce987a
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue