diff options
author | Paul Wassi <p.wassi@gmx.at> | 2016-11-19 13:09:48 +0100 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-11-21 10:10:38 +0100 |
commit | d6e8b1f841fe55ad51d22210981e0ffca5241886 (patch) | |
tree | 2eef5097c00a10836694d298f0a526722ed81316 /package/boot/uboot-envtools | |
parent | d86f08cc94c058656d9998958ee2879682bb080b (diff) | |
download | upstream-d6e8b1f841fe55ad51d22210981e0ffca5241886.tar.gz upstream-d6e8b1f841fe55ad51d22210981e0ffca5241886.tar.bz2 upstream-d6e8b1f841fe55ad51d22210981e0ffca5241886.zip |
uboot-envtools: add 'dockstar' for kirkwood
Add board 'dockstar' to known fw_env-configurations.
Signed-off-by: Paul Wassi <p.wassi@gmx.at>
Diffstat (limited to 'package/boot/uboot-envtools')
-rw-r--r-- | package/boot/uboot-envtools/files/kirkwood | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/boot/uboot-envtools/files/kirkwood b/package/boot/uboot-envtools/files/kirkwood index 35cbd84bab..b4a4d4e1c1 100644 --- 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" | \ |