From: luka Date: Thu, 18 Dec 2014 18:38:43 +0000 (+0000) Subject: kikwood: populate kirkwood.sh with new boards X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=fde1675af1e5b62f563ea78724e350f17155e7cd;p=openwrt.git kikwood: populate kirkwood.sh with new boards - SheevaPlug - SheevaPlug with eSATA - GuruplugServerPlus Signed-off-by: Gerald Kerma git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43751 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/kirkwood/base-files/lib/kirkwood.sh b/target/linux/kirkwood/base-files/lib/kirkwood.sh index 323a997db4..962b09a5b4 100755 --- a/target/linux/kirkwood/base-files/lib/kirkwood.sh +++ b/target/linux/kirkwood/base-files/lib/kirkwood.sh @@ -37,6 +37,18 @@ kirkwood_board_detect() { name="ea4500" ;; + "Globalscale Technologies Guruplug Server Plus") + name="guruplug-server-plus" + ;; + + "Globalscale Technologies SheevaPlug") + name="sheevaplug" + ;; + + "Globalscale Technologies eSATA SheevaPlug") + name="sheevaplug-esata" + ;; + *) name="generic" ;;