aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/kirkwood/profiles
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2015-02-12 14:39:26 +0000
committerLuka Perkov <luka@openwrt.org>2015-02-12 14:39:26 +0000
commit5cce8f9a0fe6a06011b1c092e674e25acd1b7dff (patch)
tree8461545a533526cd914c416e7c38f5807d8231c0 /target/linux/kirkwood/profiles
parentdbfb21ee900c5d6ac39ec2e40df3545c3fa649a7 (diff)
downloadupstream-5cce8f9a0fe6a06011b1c092e674e25acd1b7dff.tar.gz
upstream-5cce8f9a0fe6a06011b1c092e674e25acd1b7dff.tar.bz2
upstream-5cce8f9a0fe6a06011b1c092e674e25acd1b7dff.zip
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 <ldpinney@gmail.com> SVN-Revision: 44422
Diffstat (limited to 'target/linux/kirkwood/profiles')
-rw-r--r--target/linux/kirkwood/profiles/110-nas.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/kirkwood/profiles/110-nas.mk b/target/linux/kirkwood/profiles/110-nas.mk
index 7b8d7bc913..66a4f6c9c4 100644
--- a/target/linux/kirkwood/profiles/110-nas.mk
+++ b/target/linux/kirkwood/profiles/110-nas.mk
@@ -25,7 +25,7 @@ define Profile/GOFLEXNET
NAME:=Seagate GoFlexNet
PACKAGES:= \
kmod-ata-core kmod-ata-marvell-sata \
- kmod-rtc-marvell kmod-usb2 kmod-usb-storage \
+ kmod-usb2 kmod-usb-storage \
uboot-envtools
endef