mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
Fix keep config on upgrade on RUTX
This commit is contained in:
parent
b46fb9b123
commit
ac0dd53c6f
2 changed files with 4 additions and 1 deletions
|
@ -356,7 +356,7 @@ platform_do_upgrade_ipq() {
|
|||
return 1;
|
||||
}
|
||||
|
||||
platform_copy_config() {
|
||||
platform_copy_config_ipq() {
|
||||
local emmcblock="$(find_mmc_part "rootfs_data")"
|
||||
mkdir -p /tmp/overlay
|
||||
|
||||
|
|
|
@ -208,6 +208,9 @@ platform_copy_config() {
|
|||
glinet,gl-b2200)
|
||||
emmc_copy_config
|
||||
;;
|
||||
teltonika,rutx)
|
||||
platform_copy_config_ipq
|
||||
;;
|
||||
esac
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue