ath79: add support for D-Link DIR-859 A3
[openwrt/staging/wigyori.git] / package / boot / uboot-envtools / files / ath79
index a27b751d9bdb7b5595d2e9a7ebfa015fc676f15d..7c30aa052a6b39da4432752391fc2dbfc260eea2 100644 (file)
@@ -12,6 +12,7 @@ touch /etc/config/ubootenv
 board=$(board_name)
 
 case "$board" in
+alcatel,hh40v|\
 alfa-network,ap121f|\
 alfa-network,ap121fe|\
 alfa-network,n2q|\
@@ -26,7 +27,11 @@ araknis,an-700-ap-i-ac|\
 arduino,yun|\
 buffalo,bhr-4grv2|\
 devolo,magic-2-wifi|\
+dlink,dir-859-a1|\
+dlink,dir-859-a3|\
+dlink,dir-869-a1|\
 engenius,eap1200h|\
+engenius,eap1750h|\
 engenius,eap300-v2|\
 engenius,eap350-v1|\
 engenius,eap600|\
@@ -37,11 +42,11 @@ engenius,ecb600|\
 engenius,enh202-v1|\
 engenius,ens202ext-v1|\
 engenius,enstationac-v1|\
+engenius,ews660ap|\
 etactica,eg200|\
 glinet,gl-ar750s-nor|\
 glinet,gl-ar750s-nor-nand|\
 librerouter,librerouter-v1|\
-netgear,ex6400|\
 netgear,ex7300|\
 netgear,ex7300-v2|\
 netgear,wndr4300-v2|\
@@ -66,7 +71,18 @@ openmesh,om5p-an|\
 openmesh,om5p-ac-v1|\
 openmesh,om5p-ac-v2|\
 samsung,wam250|\
+ubnt,airrouter|\
+ubnt,bullet-m-ar7240|\
+ubnt,bullet-m-ar7241|\
+ubnt,nanobridge-m|\
+ubnt,nanostation-loco-m|\
 ubnt,nanostation-m|\
+ubnt,picostation-m|\
+ubnt,powerbridge-m|\
+ubnt,rocket-m|\
+watchguard,ap100|\
+watchguard,ap200|\
+watchguard,ap300|\
 yuncore,a770|\
 yuncore,a782|\
 yuncore,a930|\
@@ -76,16 +92,8 @@ ziking,cpe46b|\
 zyxel,nbg6616)
        ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x10000" "0x10000"
        ;;
-buffalo,wzr-hp-ag300h)
-       ubootenv_add_uci_config "/dev/mtd3" "0x0" "0x10000" "0x10000"
-       ;;
-buffalo,wzr-hp-g300nh-rb|\
-buffalo,wzr-hp-g300nh-s)
-       ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x20000" "0x20000"
-       ;;
-domywifi,dw33d)
-       ubootenv_add_uci_config "/dev/mtd4" "0x0" "0x10000" "0x10000"
-       ;;
+aruba,ap-105|\
+aruba,ap-175|\
 dongwon,dw02-412h-64m|\
 dongwon,dw02-412h-128m|\
 glinet,gl-ar300m-lite|\
@@ -96,6 +104,17 @@ glinet,gl-ar300m16)
        [ -n "$idx" ] && \
                ubootenv_add_uci_config "/dev/mtd$idx" "0x0" "0x10000" "0x10000"
        ;;
+buffalo,wzr-hp-ag300h)
+       ubootenv_add_uci_config "/dev/mtd3" "0x0" "0x10000" "0x10000"
+       ;;
+buffalo,wzr-hp-g300nh-rb|\
+buffalo,wzr-hp-g300nh-s|\
+linksys,ea4500-v3)
+       ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x20000" "0x20000"
+       ;;
+domywifi,dw33d)
+       ubootenv_add_uci_config "/dev/mtd4" "0x0" "0x10000" "0x10000"
+       ;;
 glinet,gl-ar150)
        ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x8000" "0x10000"
        ;;
@@ -126,6 +145,12 @@ plasmacloud,pa300e)
 qihoo,c301)
        ubootenv_add_uci_config "/dev/mtd9" "0x0" "0x10000" "0x10000"
        ;;
+ruckus,zf7025|\
+ruckus,zf7341|\
+ruckus,zf7351|\
+ruckus,zf7363)
+       ubootenv_add_uci_config "/dev/mtd5" "0x0" "0x40000" "0x40000"
+       ;;
 ruckus,zf7321|\
 ruckus,zf7372)
        ubootenv_add_uci_config "/dev/mtd2" "0x0" "0x40000" "0x10000"