From e00bc81a56da1b9aed2a4114ab64b8ea015507c5 Mon Sep 17 00:00:00 2001 From: Luka Perkov Date: Thu, 31 Oct 2013 12:04:04 +0000 Subject: kirkwood: add userland support for Pogoplug E02 This patch adds the userland support for the Pogoplug E02 by Cloud Engines, Inc. Signed-off-by: Felix Kaechele SVN-Revision: 38631 --- target/linux/kirkwood/profiles/120-pogoplug.mk | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 target/linux/kirkwood/profiles/120-pogoplug.mk (limited to 'target/linux/kirkwood/profiles') diff --git a/target/linux/kirkwood/profiles/120-pogoplug.mk b/target/linux/kirkwood/profiles/120-pogoplug.mk new file mode 100644 index 0000000000..0f842494ab --- /dev/null +++ b/target/linux/kirkwood/profiles/120-pogoplug.mk @@ -0,0 +1,21 @@ +# +# Copyright (C) 2013 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/POGOE02 + NAME:=Cloud Engines Pogoplug E02 + PACKAGES:= \ + kmod-usb2 kmod-usb-storage uboot-envtools +endef + +define Profile/POGOE02/Description + Package set compatible with Cloud Engines Pogoplug E02 board. +endef + +POGOE02_UBIFS_OPTS:="-m 2048 -e 128KiB -c 4096 -U" +POGOE02_UBI_OPTS:="-m 2048 -p 128KiB -s 512" + +$(eval $(call Profile,POGOE02)) -- cgit v1.2.3