uboot-envtools: ath79: add support for ALFA Network AP121F
[openwrt/staging/chunkeey.git] / package / boot / uboot-envtools / files / ath79
index 2144f61070427f8a2a21fb0e0ad7c59d3012f265..4e6aa5aa9882b85b6b8b097d34762698e7fd5da7 100644 (file)
@@ -13,10 +13,9 @@ touch /etc/config/ubootenv
 board=$(board_name)
 
 case "$board" in
-buffalo,wzr-hp-ag300h)
-        ubootenv_add_uci_config "/dev/mtd3" "0x0" "0x10000" "0x10000"
-        ;;
+alfa-network,ap121f|\
 buffalo,bhr-4grv2|\
+engenius,ecb1750|\
 glinet,gl-ar300m-nand|\
 glinet,gl-ar300m-nor|\
 librerouter,librerouter-v1|\
@@ -28,6 +27,12 @@ openmesh,om5p-ac-v2|\
 yuncore,a770)
        ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x10000" "0x10000"
        ;;
+buffalo,wzr-hp-ag300h)
+       ubootenv_add_uci_config "/dev/mtd3" "0x0" "0x10000" "0x10000"
+       ;;
+qihoo,c301)
+       ubootenv_add_uci_config "/dev/mtd9" "0x0" "0x10000" "0x10000"
+       ;;
 esac
 
 config_load ubootenv