diff --git a/package/boot/uboot-envtools/files/lantiq b/package/boot/uboot-envtools/files/lantiq index 40befc3680..69b375d685 100644 --- a/package/boot/uboot-envtools/files/lantiq +++ b/package/boot/uboot-envtools/files/lantiq @@ -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