Merge pull request #11892 from tobiaswaldvogel/smcroute_keep_config_on_sysupgrade
smcroute: Keep config file /etc/smcroute.conf on sysupgrade
This commit is contained in:
commit
4caa759c8f
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ define Package/smcroute/description
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/smcroute/conffiles
|
define Package/smcroute/conffiles
|
||||||
/etc/smcroute.conf
|
/etc/smcroute.conf
|
||||||
endef
|
endef
|
||||||
|
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
|
|
Loading…
Reference in a new issue