185318d9802098be604921bbcc3d1a8a7e18d91e
[openwrt/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-ata-core kmod-ata-marvell-sata \
12 kmod-rtc-marvell kmod-usb2 kmod-usb-storage \
13 uboot-envtools
14 endef
15
16 define Profile/DOCKSTAR/Description
17 Package set compatible with Seagate FreeAgent Dockstar board.
18 endef
19
20 DOCKSTAR_UBIFS_OPTS:="-m 2048 -e 126KiB -c 4096 -U"
21 DOCKSTAR_UBI_OPTS:="-m 2048 -p 128KiB -s 512"
22
23 $(eval $(call Profile,DOCKSTAR))
24
25 define Profile/ICONNECT
26 NAME:=Iomega Iconnect
27 PACKAGES:= \
28 kmod-usb2 kmod-usb-storage
29 endef
30
31 define Profile/ICONNECT/Description
32 Package set compatible with Iomega Iconnect board.
33 endef
34
35 ICONNECT_UBIFS_OPTS:="-m 2048 -e 126KiB -c 4096"
36 ICONNECT_UBI_OPTS:="-m 2048 -p 128KiB -s 512"
37
38 $(eval $(call Profile,ICONNECT))
39
40 define Profile/IB62X0
41 NAME:=RaidSonic ICY BOX IB-NAS62x0
42 PACKAGES:= \
43 kmod-ata-core kmod-ata-marvell-sata \
44 kmod-rtc-marvell kmod-usb2 kmod-usb-storage \
45 uboot-envtools
46 endef
47
48 define Profile/IB62X0/Description
49 Package set compatible with RaidSonic ICY BOX IB-NAS62x0 board.
50 endef
51
52 IB62X0_UBIFS_OPTS:="-m 2048 -e 126KiB -c 4096 -U"
53 IB62X0_UBI_OPTS:="-m 2048 -p 128KiB -s 512"
54
55 $(eval $(call Profile,IB62X0))