rpcd: iwinfo plugin fixes
[openwrt.git] / package / boot / uboot-envtools / files / lantiq
index 40befc3..9f7ec8c 100644 (file)
@@ -7,7 +7,7 @@
 
 touch /etc/config/ubootenv
 
-. /lib/lantiq.sh
+. /lib/functions/lantiq.sh
 . /lib/uboot-envtools.sh
 . /lib/functions.sh
 
@@ -17,6 +17,15 @@ case "$board" in
 GIGASX76X)
        ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x10000" "0x10000" "1"
        ;;
+BTHOMEHUBV2B)
+       ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x10000" "0x10000" "1"
+       ;;
+BTHOMEHUBV3A)
+       ubootenv_add_uci_config "/dev/mtd2" "0x0" "0x4000" "0x4000" "1"
+       ;;
+P2812HNUF1)
+       ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x2000" "0x20000" "1"
+       ;;
 esac
 
 config_load ubootenv