summaryrefslogtreecommitdiff
path: root/package/boot
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-07-13 07:17:54 +0000
committerJohn Crispin <john@openwrt.org>2014-07-13 07:17:54 +0000
commit1475263d5c53e6723fb757214e4cac10abd60913 (patch)
treeb6aedeabb3ad994ce427949ea898268a3ea71976 /package/boot
parent42a37b2a894fc774e1ee13993c434ea2909c3f67 (diff)
downloadmtk-20170518-1475263d5c53e6723fb757214e4cac10abd60913.zip
mtk-20170518-1475263d5c53e6723fb757214e4cac10abd60913.tar.gz
mtk-20170518-1475263d5c53e6723fb757214e4cac10abd60913.tar.bz2
lantiq: configure uboot-envtools on BTHOMEHUBV2B and make it work correctly on other lantiq boards
Generate the configuration file for uboot-envtools on BTHOMEHUBV2B. Adds the specific parameters for the BTHOMEHUBV2B and also fixes an incorrect path which would have affected other lantiq boards as well (currently only the GIGASX76X). Signed-off-by: Ben Mulvihill <ben.mulvihill@gmail.com> SVN-Revision: 41597
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