uboot-envtools: add support for oxnas target
[lede-git/.git] / package / boot / uboot-envtools / files / lantiq
index 40befc36809c55c9f1217edb3353d26500e2193e..69b375d685d8d955586f24c845a63250542cf444 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,9 @@ 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"
+       ;;
 esac
 
 config_load ubootenv