[openwrt/openwrt] uboot-envtools: ath79: remove env config for Senao Loader devices

LEDE Commits lede-commits at lists.infradead.org
Sat May 11 08:00:46 PDT 2024


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/1045bd4a041e469ed218652cdaf2879c74e6de08

commit 1045bd4a041e469ed218652cdaf2879c74e6de08
Author: Kevin Abraham <kevin at westhousefarm.com>
AuthorDate: Sat Apr 27 13:44:58 2024 -0400

    uboot-envtools: ath79: remove env config for Senao Loader devices
    
    uboot-envtools can automatically parse the 'u-boot,env' compatible string from the dts.
    
    Signed-off-by: Kevin Abraham <kevin at westhousefarm.com>
---
 package/boot/uboot-envtools/files/ath79          | 9 ---------
 target/linux/ath79/dts/qca955x_senao_loader.dtsi | 1 +
 2 files changed, 1 insertion(+), 9 deletions(-)

diff --git a/package/boot/uboot-envtools/files/ath79 b/package/boot/uboot-envtools/files/ath79
index 5104c5fe9b..4a6e7e4d0a 100644
--- a/package/boot/uboot-envtools/files/ath79
+++ b/package/boot/uboot-envtools/files/ath79
@@ -20,10 +20,7 @@ alfa-network,n5q|\
 alfa-network,pi-wifi4|\
 alfa-network,r36a|\
 alfa-network,tube-2hq|\
-allnet,all-wap02860ac|\
 araknis,an-300-ap-i-n|\
-araknis,an-500-ap-i-ac|\
-araknis,an-700-ap-i-ac|\
 arduino,yun|\
 asus,rt-ac59u|\
 asus,rt-ac59u-v2|\
@@ -31,8 +28,6 @@ asus,zenwifi-cd6n|\
 asus,zenwifi-cd6r|\
 buffalo,bhr-4grv2|\
 devolo,magic-2-wifi|\
-engenius,eap1200h|\
-engenius,eap1750h|\
 engenius,eap300-v2|\
 engenius,eap350-v1|\
 engenius,eap600|\
@@ -41,10 +36,7 @@ engenius,ecb1750|\
 engenius,ecb350-v1|\
 engenius,ecb600|\
 engenius,enh202-v1|\
-engenius,ens1750|\
 engenius,ens202ext-v1|\
-engenius,enstationac-v1|\
-engenius,ews660ap|\
 etactica,eg200|\
 glinet,gl-ar750s-nor|\
 glinet,gl-ar750s-nor-nand|\
@@ -85,7 +77,6 @@ ubnt,powerbridge-m|\
 ubnt,rocket-m|\
 watchguard,ap100|\
 watchguard,ap200|\
-watchguard,ap300|\
 yuncore,a770|\
 yuncore,a782|\
 yuncore,a930|\
diff --git a/target/linux/ath79/dts/qca955x_senao_loader.dtsi b/target/linux/ath79/dts/qca955x_senao_loader.dtsi
index 31e00ce063..7cf64bd965 100644
--- a/target/linux/ath79/dts/qca955x_senao_loader.dtsi
+++ b/target/linux/ath79/dts/qca955x_senao_loader.dtsi
@@ -59,6 +59,7 @@
 			};
 
 			partition at 40000 {
+				compatible = "u-boot,env";
 				label = "u-boot-env";
 				reg = <0x040000 0x010000>;
 			};




More information about the lede-commits mailing list