mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
Add the file /lib/upgrade/keep.d/icwmp when installing icwmp
This commit is contained in:
parent
64da6686af
commit
7f00d0419f
2 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,6 @@ endef
|
||||||
|
|
||||||
define Package/$(PKG_NAME)/postinst
|
define Package/$(PKG_NAME)/postinst
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
echo "$(CWMP_BKP_FILE)" >> $${IPKG_INSTROOT}/etc/sysupgrade.conf
|
|
||||||
if [ -z "$${IPKG_INSTROOT}" ]; then
|
if [ -z "$${IPKG_INSTROOT}" ]; then
|
||||||
echo "Enabling rc.d symlink for icwmpd"
|
echo "Enabling rc.d symlink for icwmpd"
|
||||||
/etc/init.d/icwmpd enable
|
/etc/init.d/icwmpd enable
|
||||||
|
|
|
||||||
1
trx69/icwmp/files/lib/upgrade/keep.d/icwmp
Normal file
1
trx69/icwmp/files/lib/upgrade/keep.d/icwmp
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
/etc/icwmpd/.icwmpd_backup_session.xml
|
||||||
Loading…
Add table
Reference in a new issue