diff options
author | Luka Perkov <luka@openwrt.org> | 2014-05-23 08:16:56 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2014-05-23 08:16:56 +0000 |
commit | 2faec4168b7cc5f3428e2bf6cf82e73adfc67b77 (patch) | |
tree | 3f816156b300ca3da6e6ed39d32795d2f41d5b99 /target/linux/kirkwood/profiles | |
parent | 51d1dccb8aed604ba7158d246292175b8308b2d2 (diff) | |
download | master-187ad058-2faec4168b7cc5f3428e2bf6cf82e73adfc67b77.tar.gz master-187ad058-2faec4168b7cc5f3428e2bf6cf82e73adfc67b77.tar.bz2 master-187ad058-2faec4168b7cc5f3428e2bf6cf82e73adfc67b77.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40827 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/kirkwood/profiles')
-rw-r--r-- | target/linux/kirkwood/profiles/120-pogoplug.mk | 2 |
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)) |