diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-09-27 21:12:08 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-09-27 21:12:08 +0000 |
commit | 419dd58f366da595af07f389e0782c423be2544b (patch) | |
tree | b5d68262c1ad73e8226b0150ab60310fdcf63714 /target/linux/lantiq | |
parent | e165f031d216f262355f21d5bc2d0582cf2d3493 (diff) |
lantiq: add a default for CONFIG_MTD_NAND_XWAY to fix build errors
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38243 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq')
-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 |