summaryrefslogtreecommitdiff
path: root/package/boot
diff options
context:
space:
mode:
Diffstat (limited to 'package/boot')
-rw-r--r--package/boot/uboot-envtools/files/lantiq5
1 files changed, 4 insertions, 1 deletions
diff --git a/package/boot/uboot-envtools/files/lantiq b/package/boot/uboot-envtools/files/lantiq
index 40befc3..69b375d 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