kirkwood: sort 110-nas profile
[openwrt/staging/chunkeey.git] / target / linux / kirkwood / profiles / 110-nas.mk
1 #
2 # Copyright (C) 2013 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 define Profile/DOCKSTAR
9 NAME:=Seagate FreeAgent Dockstar
10 PACKAGES:= \
11 kmod-rtc-marvell kmod-usb2 kmod-usb-storage \
12 uboot-envtools
13 endef
14
15 define Profile/DOCKSTAR/Description
16 Package set compatible with Seagate FreeAgent Dockstar board.
17 endef
18
19 DOCKSTAR_UBIFS_OPTS:="-m 2048 -e 126KiB -c 4096"
20 DOCKSTAR_UBI_OPTS:="-m 2048 -p 128KiB -s 512"
21
22 $(eval $(call Profile,DOCKSTAR))
23
24 define Profile/GOFLEXNET
25 NAME:=Seagate GoFlexNet
26 PACKAGES:= \
27 kmod-ata-core kmod-ata-marvell-sata \
28 kmod-rtc-marvell kmod-usb2 kmod-usb-storage \
29 uboot-envtools
30 endef
31
32 define Profile/GOFLEXNET/Description
33 Package set compatible with Seagate GoFlexNet
34 endef
35
36 GOFLEXNET_UBIFS_OPTS:="-m 2048 -e 126KiB -c 4096"
37 GOFLEXNET_UBI_OPTS:="-m 2048 -p 128KiB -s 512"
38
39 $(eval $(call Profile,GOFLEXNET))
40
41 define Profile/IB62X0
42 NAME:=RaidSonic ICY BOX IB-NAS62x0
43 PACKAGES:= \
44 kmod-ata-core kmod-ata-marvell-sata \
45 kmod-rtc-marvell kmod-usb2 kmod-usb-storage \
46 uboot-envtools
47 endef
48
49 define Profile/IB62X0/Description
50 Package set compatible with RaidSonic ICY BOX IB-NAS62x0 board.
51 endef
52
53 IB62X0_UBIFS_OPTS:="-m 2048 -e 126KiB -c 4096"
54 IB62X0_UBI_OPTS:="-m 2048 -p 128KiB -s 512"
55
56 $(eval $(call Profile,IB62X0))
57
58 define Profile/ICONNECT
59 NAME:=Iomega Iconnect
60 PACKAGES:= \
61 kmod-usb2 kmod-usb-storage
62 endef
63
64 define Profile/ICONNECT/Description
65 Package set compatible with Iomega Iconnect board.
66 endef
67
68 ICONNECT_UBIFS_OPTS:="-m 2048 -e 126KiB -c 4096"
69 ICONNECT_UBI_OPTS:="-m 2048 -p 128KiB -s 512"
70
71 $(eval $(call Profile,ICONNECT))
72
73 define Profile/IOMEGA_IX2_200
74 NAME:=Iomega StorCenter ix2-200
75 PACKAGES:= \
76 kmod-ata-core kmod-ata-marvell-sata \
77 kmod-usb2 kmod-usb-storage \
78 uboot-envtools
79 endef
80
81 define Profile/IOMEGA_IX2_200/Description
82 Package set compatible with Iomega StorCenter ix2-200 board.
83 endef
84
85 IOMEGA_IX2_200_UBIFS_OPTS:="-m 512 -e 15872 -c 2048"
86 IOMEGA_IX2_200_UBI_OPTS:="-m 512 -p 16384 -s 256"
87
88 $(eval $(call Profile,IOMEGA_IX2_200))
89
90 define Profile/POGOE02
91 NAME:=Cloud Engines Pogoplug E02
92 PACKAGES:= \
93 kmod-usb2 kmod-usb-storage uboot-envtools
94 endef
95
96 define Profile/POGOE02/Description
97 Package set compatible with Cloud Engines Pogoplug E02 board.
98 endef
99
100 POGOE02_UBIFS_OPTS:="-m 2048 -e 126KiB -c 4096"
101 POGOE02_UBI_OPTS:="-m 2048 -p 128KiB -s 512"
102
103 $(eval $(call Profile,POGOE02))