kirkwood: add support for dockstar
Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38664
This commit is contained in:
parent
d9c9633d19
commit
b294319215
2 changed files with 20 additions and 0 deletions
|
@ -114,6 +114,9 @@ endef
|
|||
Image/BuildKernel/Template/Generic=$(call Image/BuildKernel/Template)
|
||||
Image/InstallKernel/Template/Generic=$(call Image/InstallKernel/Template)
|
||||
|
||||
Image/BuildKernel/Template/DOCKSTAR=$(call Image/BuildKernel/Template,dockstar)
|
||||
Image/InstallKernel/Template/DOCKSTAR=$(call Image/InstallKernel/Template,dockstar)
|
||||
|
||||
Image/BuildKernel/Template/IB62X0=$(call Image/BuildKernel/Template,ib62x0)
|
||||
Image/InstallKernel/Template/IB62X0=$(call Image/InstallKernel/Template,ib62x0)
|
||||
|
||||
|
|
|
@ -5,6 +5,23 @@
|
|||
# See /LICENSE for more information.
|
||||
#
|
||||
|
||||
define Profile/DOCKSTAR
|
||||
NAME:=Seagate FreeAgent Dockstar
|
||||
PACKAGES:= \
|
||||
kmod-ata-core kmod-ata-marvell-sata \
|
||||
kmod-rtc-marvell kmod-usb2 kmod-usb-storage \
|
||||
uboot-envtools
|
||||
endef
|
||||
|
||||
define Profile/DOCKSTAR/Description
|
||||
Package set compatible with Seagate FreeAgent Dockstar board.
|
||||
endef
|
||||
|
||||
DOCKSTAR_UBIFS_OPTS:="-m 2048 -e 126KiB -c 4096 -U"
|
||||
DOCKSTAR_UBI_OPTS:="-m 2048 -p 128KiB -s 512"
|
||||
|
||||
$(eval $(call Profile,DOCKSTAR))
|
||||
|
||||
define Profile/IB62X0
|
||||
NAME:=RaidSonic ICY BOX IB-NAS62x0
|
||||
PACKAGES:= \
|
||||
|
|
Loading…
Reference in a new issue