[LEDE-DEV] [PATCH] package/boot/uboot-envtools: add 'dockstar' for kirkwood

p.wassi at gmx.at p.wassi at gmx.at
Sat Nov 19 04:09:48 PST 2016


From: Paul Wassi <p.wassi at gmx.at>

Add board 'dockstar' to known fw_env-configurations.

Signed-off-by: Paul Wassi <p.wassi at gmx.at>
---
In order to get fw_printenv / fw_setenv working out-of-the-box on
a dockstar, the /etc/fw_env.config file is needed. This file is usually
created by uci-defaults/30_uboot-envtools but it currently has no idea
what to do with a dockstar.

 package/boot/uboot-envtools/files/kirkwood |    1 +
 1 file changed, 1 insertion(+)

diff --git a/package/boot/uboot-envtools/files/kirkwood b/package/boot/uboot-envtools/files/kirkwood
--- a/package/boot/uboot-envtools/files/kirkwood
+++ b/package/boot/uboot-envtools/files/kirkwood
@@ -14,6 +14,7 @@ touch /etc/config/ubootenv
 board=$(kirkwood_board_name)
 
 case "$board" in
+"dockstar" | \
 "guruplug-server-plus" | \
 "ib62x0" | \
 "linksys-viper" | \



More information about the Lede-dev mailing list