kirkwood: consistently use engineering board names
[librecmc/librecmc.git] / target / linux / kirkwood / profiles / 110-nas.mk
index 66a4f6c9c4c9c87dcf28102a41f8f3c3ae289333..bf97437871e66faae3564e141623a98f8329da9b 100644 (file)
@@ -8,8 +8,7 @@
 define Profile/DOCKSTAR
   NAME:=Seagate FreeAgent Dockstar
   PACKAGES:= \
-       kmod-rtc-marvell kmod-usb2 kmod-usb-storage \
-       uboot-envtools
+       kmod-rtc-marvell kmod-usb2 kmod-usb-storage
 endef
 
 define Profile/DOCKSTAR/Description
@@ -21,12 +20,28 @@ DOCKSTAR_UBI_OPTS:="-m 2048 -p 128KiB -s 512"
 
 $(eval $(call Profile,DOCKSTAR))
 
+define Profile/GOFLEXHOME
+  NAME:=Seagate GoFlexHome
+  PACKAGES:= \
+       kmod-ata-core kmod-ata-marvell-sata \
+       kmod-rtc-marvell kmod-usb2 kmod-usb-storage \
+       uboot-envtools
+endef
+
+define Profile/GOFLEXHOME/Description
+ Package set compatible with Seagate GoFlexHome
+endef
+
+GOFLEXHOME_UBIFS_OPTS:="-m 2048 -e 126KiB -c 4096"
+GOFLEXHOME_UBI_OPTS:="-m 2048 -p 128KiB -s 512"
+
+$(eval $(call Profile,GOFLEXHOME))
+
 define Profile/GOFLEXNET
   NAME:=Seagate GoFlexNet
   PACKAGES:= \
        kmod-ata-core kmod-ata-marvell-sata \
-       kmod-usb2 kmod-usb-storage \
-       uboot-envtools
+       kmod-usb2 kmod-usb-storage
 endef
 
 define Profile/GOFLEXNET/Description
@@ -42,8 +57,7 @@ define Profile/IB62X0
   NAME:=RaidSonic ICY BOX IB-NAS62x0
   PACKAGES:= \
        kmod-ata-core kmod-ata-marvell-sata \
-       kmod-rtc-marvell kmod-usb2 kmod-usb-storage \
-       uboot-envtools
+       kmod-rtc-marvell kmod-usb2 kmod-usb-storage
 endef
 
 define Profile/IB62X0/Description
@@ -74,8 +88,7 @@ define Profile/IOMEGA_IX2_200
   NAME:=Iomega StorCenter ix2-200
   PACKAGES:= \
        kmod-ata-core kmod-ata-marvell-sata \
-       kmod-usb2 kmod-usb-storage \
-       uboot-envtools
+       kmod-usb2 kmod-usb-storage
 endef
 
 define Profile/IOMEGA_IX2_200/Description
@@ -87,10 +100,26 @@ IOMEGA_IX2_200_UBI_OPTS:="-m 512 -p 16384 -s 256"
 
 $(eval $(call Profile,IOMEGA_IX2_200))
 
+define Profile/NSA310S
+  NAME:=ZyXEL NSA310S
+  PACKAGES:= \
+       kmod-ata-core kmod-ata-marvell-sata \
+       kmod-rtc-marvell kmod-usb2 kmod-usb-storage
+endef
+
+define Profile/NSA310S/Description
+ Package set compatible with ZyXEL NSA310S board.
+endef
+
+NSA310S_UBIFS_OPTS:="-m 2048 -e 126KiB -c 4096"
+NSA310S_UBI_OPTS:="-m 2048 -p 128KiB -s 512"
+
+$(eval $(call Profile,NSA310S))
+
 define Profile/POGOE02
   NAME:=Cloud Engines Pogoplug E02
   PACKAGES:= \
-       kmod-usb2 kmod-usb-storage uboot-envtools
+       kmod-usb2 kmod-usb-storage
 endef
 
 define Profile/POGOE02/Description