summaryrefslogtreecommitdiffstats
path: root/target/linux/kirkwood/profiles
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2014-05-23 08:16:56 +0000
committerLuka Perkov <luka@openwrt.org>2014-05-23 08:16:56 +0000
commit3bb20dedcd822ad5ed44e8bb2bcff7b15d447eef (patch)
tree4779d453a13ba83840bfb1b74b68c8c85aa9af35 /target/linux/kirkwood/profiles
parentc99065ffabb546936aaddc02ad7b0665ffe3dc8a (diff)
downloadmaster-31e0f0ae-3bb20dedcd822ad5ed44e8bb2bcff7b15d447eef.tar.gz
master-31e0f0ae-3bb20dedcd822ad5ed44e8bb2bcff7b15d447eef.tar.bz2
master-31e0f0ae-3bb20dedcd822ad5ed44e8bb2bcff7b15d447eef.zip
kirkwood: add Pogoplug E02 kernel support for 3.14
This also fixes a typo in the UBIFS_OPTS Signed-off-by: Felix Kaechele <heffer@fedoraproject.org> SVN-Revision: 40827
Diffstat (limited to 'target/linux/kirkwood/profiles')
-rw-r--r--target/linux/kirkwood/profiles/120-pogoplug.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/kirkwood/profiles/120-pogoplug.mk b/target/linux/kirkwood/profiles/120-pogoplug.mk
index 47672f1114..d712dcb618 100644
--- a/target/linux/kirkwood/profiles/120-pogoplug.mk
+++ b/target/linux/kirkwood/profiles/120-pogoplug.mk
@@ -15,7 +15,7 @@ define Profile/POGOE02/Description
Package set compatible with Cloud Engines Pogoplug E02 board.
endef
-POGOE02_UBIFS_OPTS:="-m 2048 -e 128KiB -c 4096"
+POGOE02_UBIFS_OPTS:="-m 2048 -e 126KiB -c 4096"
POGOE02_UBI_OPTS:="-m 2048 -p 128KiB -s 512"
$(eval $(call Profile,POGOE02))