diff options
author | John Crispin <john@openwrt.org> | 2014-06-11 13:00:17 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-06-11 13:00:17 +0000 |
commit | e9f664c87974600ab5f0f1612a03548e7785e85f (patch) | |
tree | ea931952bcecc7de75f8ac6ae4e5a88502ddc632 /target/linux/mpc83xx | |
parent | 4096a110fb11327ae3ff7b4bf60a9e32d51eade9 (diff) | |
download | upstream-e9f664c87974600ab5f0f1612a03548e7785e85f.tar.gz upstream-e9f664c87974600ab5f0f1612a03548e7785e85f.tar.bz2 upstream-e9f664c87974600ab5f0f1612a03548e7785e85f.zip |
kernel: make sure the new UBIBLOCK symbol does not break builds
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41134
Diffstat (limited to 'target/linux/mpc83xx')
-rw-r--r-- | target/linux/mpc83xx/config-3.8 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/mpc83xx/config-3.8 b/target/linux/mpc83xx/config-3.8 index 9ea4309cfa..b9d6ee4300 100644 --- a/target/linux/mpc83xx/config-3.8 +++ b/target/linux/mpc83xx/config-3.8 @@ -406,3 +406,4 @@ CONFIG_YAFFS_FS=y CONFIG_YAFFS_XATTR=y CONFIG_YAFFS_YAFFS1=y CONFIG_YAFFS_YAFFS2=y +# CONFIG_MTD_UBI_BLOCK is not set |