aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/kirkwood/base-files/lib
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2015-05-08 20:12:39 +0000
committerLuka Perkov <luka@openwrt.org>2015-05-08 20:12:39 +0000
commite02256fdd9cd2ce1a5283971db7d148c4a2e0d57 (patch)
treebfe078a4cfc317c8b599fc0b43a40bc562ca25cb /target/linux/kirkwood/base-files/lib
parentecaa0233e126c4a9a774ef50c6faa7e3cec973ae (diff)
downloadmaster-187ad058-e02256fdd9cd2ce1a5283971db7d148c4a2e0d57.tar.gz
master-187ad058-e02256fdd9cd2ce1a5283971db7d148c4a2e0d57.tar.bz2
master-187ad058-e02256fdd9cd2ce1a5283971db7d148c4a2e0d57.zip
kirkwood: add support for the Seagate GoflexHome
Add Support for the Seagate GoflexHome <http://wiki.openwrt.org/toh/seagate/goflexhome> Signed-off-by: L. D. Pinney <ldpinney@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45647 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/kirkwood/base-files/lib')
-rwxr-xr-xtarget/linux/kirkwood/base-files/lib/kirkwood.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/kirkwood/base-files/lib/kirkwood.sh b/target/linux/kirkwood/base-files/lib/kirkwood.sh
index c088581215..aa16daf4c0 100755
--- a/target/linux/kirkwood/base-files/lib/kirkwood.sh
+++ b/target/linux/kirkwood/base-files/lib/kirkwood.sh
@@ -17,6 +17,10 @@ kirkwood_board_detect() {
name="dockstar"
;;
+ "Seagate GoFlex Home")
+ name="goflexhome"
+ ;;
+
"Seagate GoFlex Net")
name="goflexnet"
;;