kirkwood: cosmetic: move POGOE02 profile to different file
[openwrt.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/POGOE02
74   NAME:=Cloud Engines Pogoplug E02
75   PACKAGES:= \
76         kmod-usb2 kmod-usb-storage uboot-envtools
77 endef
78
79 define Profile/POGOE02/Description
80  Package set compatible with Cloud Engines Pogoplug E02 board.
81 endef
82
83 POGOE02_UBIFS_OPTS:="-m 2048 -e 126KiB -c 4096"
84 POGOE02_UBI_OPTS:="-m 2048 -p 128KiB -s 512"
85
86 $(eval $(call Profile,POGOE02))