mirror of
https://github.com/openwrt/openwrt.git
synced 2025-04-13 22:23:38 +00:00
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
@ -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…
x
Reference in New Issue
Block a user