From d14e600447be310e55e1e5c87219d0d341172605 Mon Sep 17 00:00:00 2001 From: Luka Perkov Date: Thu, 12 Feb 2015 14:39:26 +0000 Subject: kirkwood: Seagate GoFlex Net Add GoFlex Net "Board Name" , set and cleanup network default and LEDs. Remove kmod-rtc-marvell from default packages, as the GoFlex net does not have a RTC. Signed-off-by: L. D. Pinney git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44422 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/kirkwood/base-files/lib/kirkwood.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'target/linux/kirkwood/base-files/lib') diff --git a/target/linux/kirkwood/base-files/lib/kirkwood.sh b/target/linux/kirkwood/base-files/lib/kirkwood.sh index 962b09a5b4..c088581215 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 Net") + name="goflexnet" + ;; + "Iomega Iconnect") name="iconnect" ;; -- cgit v1.2.3