Author: blogic Date: 2016-04-26 13:44:13 +0200 (Tue, 26 Apr 2016) New Revision: 49253
Modified: trunk/target/linux/lantiq/xway/profiles/bt.mk Log: 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 <[email protected]> Modified: trunk/target/linux/lantiq/xway/profiles/bt.mk =================================================================== --- trunk/target/linux/lantiq/xway/profiles/bt.mk 2016-04-26 11:44:10 UTC (rev 49252) +++ trunk/target/linux/lantiq/xway/profiles/bt.mk 2016-04-26 11:44:13 UTC (rev 49253) @@ -24,7 +24,7 @@ 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" _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
