diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-09-27 21:12:08 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-09-27 21:12:08 +0000 |
commit | bff3637d241c4ab091d2e8cffbae79a8178d059b (patch) | |
tree | 5b943176a4e0c73bb1a120b7db6847589fcfb883 | |
parent | 1f037b524858e4a3d1151fa4cfe7eb4cb7581001 (diff) | |
download | upstream-bff3637d241c4ab091d2e8cffbae79a8178d059b.tar.gz upstream-bff3637d241c4ab091d2e8cffbae79a8178d059b.tar.bz2 upstream-bff3637d241c4ab091d2e8cffbae79a8178d059b.zip |
lantiq: add a default for CONFIG_MTD_NAND_XWAY to fix build errors
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38243
-rw-r--r-- | target/linux/lantiq/config-default | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/lantiq/config-default b/target/linux/lantiq/config-default index dbf1940fd7..73f35dea93 100644 --- a/target/linux/lantiq/config-default +++ b/target/linux/lantiq/config-default @@ -103,6 +103,7 @@ CONFIG_MTD_CFI_ADV_OPTIONS=y CONFIG_MTD_CFI_GEOMETRY=y CONFIG_MTD_CMDLINE_PARTS=y CONFIG_MTD_LANTIQ=y +# CONFIG_MTD_NAND_XWAY is not set CONFIG_MTD_OF_PARTS=y CONFIG_MTD_PHYSMAP_OF=y CONFIG_MTD_SPLIT_FIRMWARE=y |