From 6a18146206c18daae5f2a8a4a203b3fc53745f58 Mon Sep 17 00:00:00 2001 From: Luka Perkov Date: Sun, 1 Nov 2015 01:13:16 +0000 Subject: kirkwood: add initial support for NSA310s Signed-off-by: Tony Dinh Signed-off-by: Luka Perkov SVN-Revision: 47330 --- target/linux/kirkwood/profiles/110-nas.mk | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'target/linux/kirkwood/profiles/110-nas.mk') diff --git a/target/linux/kirkwood/profiles/110-nas.mk b/target/linux/kirkwood/profiles/110-nas.mk index 748efacd56..bf97437871 100644 --- a/target/linux/kirkwood/profiles/110-nas.mk +++ b/target/linux/kirkwood/profiles/110-nas.mk @@ -100,6 +100,22 @@ 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:= \ -- cgit v1.2.3