diff options
author | Luka Perkov <luka@openwrt.org> | 2014-12-18 15:53:46 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2014-12-18 15:53:46 +0000 |
commit | 180c1f330287fef2089d38d5b7bad063888a008a (patch) | |
tree | d4f8270e6f6dfd2dddf31ab6fdade773d6fea2d0 /package/boot/uboot-envtools/files | |
parent | 4ccf215a3ee81fc95007d7f71068c834af6caa89 (diff) | |
download | upstream-180c1f330287fef2089d38d5b7bad063888a008a.tar.gz upstream-180c1f330287fef2089d38d5b7bad063888a008a.tar.bz2 upstream-180c1f330287fef2089d38d5b7bad063888a008a.zip |
uboot-envtools: add more kirkwood boards
- SheevaPlug
- SheevaPlug with eSATA
- GuruplugServerPlus
Signed-off-by: Gerald Kerma <dreagle@doukki.net>
SVN-Revision: 43747
Diffstat (limited to 'package/boot/uboot-envtools/files')
-rw-r--r-- | package/boot/uboot-envtools/files/kirkwood | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/package/boot/uboot-envtools/files/kirkwood b/package/boot/uboot-envtools/files/kirkwood index b15b8f98f9..c868d07b12 100644 --- a/package/boot/uboot-envtools/files/kirkwood +++ b/package/boot/uboot-envtools/files/kirkwood @@ -16,8 +16,11 @@ board=$(kirkwood_board_name) case "$board" in "ea3500" | \ "ea4500" | \ +"guruplug-server-plus" | \ "ib62x0" | \ -"pogo_e02") +"pogo_e02" | \ +"sheevaplug" | \ +"sheevaplug-esata" ) ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x20000" "0x20000" ;; esac |