Browse Source

Merge pull request #11892 from tobiaswaldvogel/smcroute_keep_config_on_sysupgrade

smcroute: Keep config file /etc/smcroute.conf on sysupgrade
lilik-openwrt-22.03
Hannu Nyman 4 years ago
committed by GitHub
parent
commit
4caa759c8f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      net/smcroute/Makefile

+ 1
- 1
net/smcroute/Makefile View File

@ -35,7 +35,7 @@ define Package/smcroute/description
endef
define Package/smcroute/conffiles
/etc/smcroute.conf
/etc/smcroute.conf
endef
CONFIGURE_ARGS += \


Loading…
Cancel
Save