diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-10 14:02:55 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-10 14:02:55 +0200 |
commit | 22bd6214b21e6a6a3bf407baf2270d4c96c1632d (patch) | |
tree | 2aee3adc3da8341a30760f671c1efd544c94565c /target | |
parent | a7734d41b583d39dd521438d4de292f8c531557c (diff) |
enable large block device support
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/kernel.config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/kernel.config b/target/linux/kernel.config index 1d4c3aaee..f88265e9d 100644 --- a/target/linux/kernel.config +++ b/target/linux/kernel.config @@ -19,6 +19,7 @@ CONFIG_PROC_FS=y CONFIG_PROC_SYSCTL=y CONFIG_BLOCK=y CONFIG_BLK_DEV=y +CONFIG_LBDAF=y CONFIG_FILE_LOCKING=y CONFIG_SYSFS=y CONFIG_TMPFS=y |