From: blogic Date: Tue, 26 Apr 2016 11:44:13 +0000 (+0000) Subject: lantiq: install uboot-envtools by default on BTHOMEHUBV3A X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=e2c70108c6d3acbd38f01cf220bc006e2abbebd6;hp=9a074f344b5b4d9f0ed50a6c5e8c197469e9e31e lantiq: install uboot-envtools by default on BTHOMEHUBV3A The only way to access the u-boot console on the BTHOMEHUBV3A is by soldering a serial console onto some really tiny pads. To enable installation without soldering it would be helpful to be able to modify the uboot environment from within the ramdisk image used as part of the installation process. Signed-off-by: Ben Mulvihill git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49253 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/lantiq/xway/profiles/bt.mk b/target/linux/lantiq/xway/profiles/bt.mk index e04a60701e..30a9ca97b2 100644 --- a/target/linux/lantiq/xway/profiles/bt.mk +++ b/target/linux/lantiq/xway/profiles/bt.mk @@ -24,7 +24,7 @@ define Profile/BTHOMEHUBV3A kmod-ltq-deu-ar9 \ ltq-adsl-app ppp-mod-pppoa \ kmod-ath9k wpad-mini \ - swconfig + swconfig uboot-envtools endef BTHOMEHUBV3A_UBIFS_OPTS:="-m 512 -e 15872 -c 1959"