toolchain: glibc: Update glibc 2.38 to recent HEAD
[openwrt/openwrt.git] / package / boot / uboot-envtools / files / apm821xx
index bf61e972dee8447854ac3047840e02900c4b6e2c..1076f931bb7cc008651d039b25e05f6aace3ccc4 100644 (file)
@@ -1,5 +1,3 @@
-#!/bin/sh
-
 [ -e /etc/config/ubootenv ] && exit 0
 
 touch /etc/config/ubootenv
@@ -17,6 +15,18 @@ meraki,mr24)
 meraki,mx60)
        ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x20000" "0x20000" "4"
        ;;
+netgear,wndap620|\
+netgear,wndap660)
+       ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x4000" "0x4000" "4"
+       ;;
+netgear,wndr4700)
+       ubootenv_add_uci_config "/dev/mtd0" "0x40000" "0x20000" "0x20000" "1"
+       ubootenv_add_uci_config "/dev/mtd0" "0x60000" "0x20000" "0x20000" "1"
+       ;;
+wd,mybooklive)
+       ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x1000" "0x1000" "1"
+       ubootenv_add_uci_config "/dev/mtd1" "0x1000" "0x1000" "0x1000" "1"
+       ;;
 esac
 
 config_load ubootenv