[openwrt/openwrt] ath79: rename UniFi AC kernel1 partition

LEDE Commits lede-commits at lists.infradead.org
Mon Jan 18 11:33:23 EST 2021


blocktrron pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/99f50a75351f91f82485e05f6efaa3c36aa5f79f

commit 99f50a75351f91f82485e05f6efaa3c36aa5f79f
Author: David Bauer <mail at david-bauer.net>
AuthorDate: Sat Jan 16 20:08:35 2021 +0100

    ath79: rename UniFi AC kernel1 partition
    
    These devices do not run Ubiquiti AirOS. Rename the partition to the
    name used by other UniFi devices with vendor dualboot support.
    
    Signed-off-by: David Bauer <mail at david-bauer.net>
---
 target/linux/ath79/dts/qca9563_ubnt_unifiac.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/ath79/dts/qca9563_ubnt_unifiac.dtsi b/target/linux/ath79/dts/qca9563_ubnt_unifiac.dtsi
index 14532d3b7f..85f13c1473 100644
--- a/target/linux/ath79/dts/qca9563_ubnt_unifiac.dtsi
+++ b/target/linux/ath79/dts/qca9563_ubnt_unifiac.dtsi
@@ -79,7 +79,7 @@
 			};
 
 			partition at 800000 {
-				label = "ubnt-airos";
+				label = "kernel1";
 				reg = <0x800000 0x790000>;
 				read-only;
 			};



More information about the lede-commits mailing list