diff options
| author | Linus Walleij | 2025-04-01 08:53:12 +0000 |
|---|---|---|
| committer | Linus Walleij | 2025-04-10 07:36:51 +0000 |
| commit | a57bce987a8e58c7ee79eda4bdd616003b1e2e61 (patch) | |
| tree | efca2acae782bdae771fc3474c5e4795b565d48b | |
| parent | f0de73f91238b9533ffaf2dd29c26ddc1453f2e1 (diff) | |
| download | openwrt-a57bce987a8e58c7ee79eda4bdd616003b1e2e61.tar.gz | |
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>
| -rw-r--r-- | package/utils/usbgadget/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/utils/usbgadget/Makefile b/package/utils/usbgadget/Makefile index 65673e730f..55f30b6729 100644 --- 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 |