forked from openwrt/openwrt
-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ipq807x: xiaomi: set compat version for single rootfs
Xiaomi devices were migrated to a single rootfs layout, so we must set the major compat version to 2 in order to prevent sysupgrading which brick any devices that have not been migrated. Signed-off-by: Robert Marko <[email protected]>
- Loading branch information
Showing
2 changed files
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
71addb3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After updating to 2.0, firmware cannot be upgraded through luci
71addb3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the device, error and output of:
uci show system.@system[0].compat_version
71addb3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AX6 device, luci page does not retain the configuration upgrade, but can not upgrade, after starting the configuration, etc have not changed!
uci show system.@system[0].compat_version
display version is 2.071addb3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Without an log I have no idea whats going on as it works for me