uboot-envtools: add support for kirkwood ea4500
[openwrt/openwrt.git] / target / linux / kirkwood / profiles / 120-pogoplug.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/POGOE02
9 NAME:=Cloud Engines Pogoplug E02
10 PACKAGES:= \
11 kmod-usb2 kmod-usb-storage uboot-envtools
12 endef
13
14 define Profile/POGOE02/Description
15 Package set compatible with Cloud Engines Pogoplug E02 board.
16 endef
17
18 POGOE02_UBIFS_OPTS:="-m 2048 -e 126KiB -c 4096"
19 POGOE02_UBI_OPTS:="-m 2048 -p 128KiB -s 512"
20
21 $(eval $(call Profile,POGOE02))