sheevaplug: adding ubifs support to the kernel.

This commit is contained in:
Lluis Batlle 2012-09-16 22:42:15 +02:00
parent 029aabe7f3
commit 04f93115a3

View File

@ -99,6 +99,18 @@ rec {
# nixos mounts some cgroup
CGROUPS y
# Latencytop
LATENCYTOP y
# Ubi for the mtd
MTD_UBI y
UBIFS_FS y
UBIFS_FS_XATTR y
UBIFS_FS_ADVANCED_COMPR y
UBIFS_FS_LZO y
UBIFS_FS_ZLIB y
UBIFS_FS_DEBUG n
'';
kernelTarget = "uImage";
uboot = "sheevaplug";