fixes bug introduced by r44349 which prevents, e.g. AsiaRF AWM002 from booting.
Signed-off-by: Russell Senior <[email protected]> --- target/linux/ramips/rt305x/config-default | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/ramips/rt305x/config-default b/target/linux/ramips/rt305x/config-default index 8478b6d..5ae0b1f 100644 --- a/target/linux/ramips/rt305x/config-default +++ b/target/linux/ramips/rt305x/config-default @@ -109,6 +109,7 @@ CONFIG_MIPS_L1_CACHE_SHIFT=5 CONFIG_MODULES_USE_ELF_REL=y # CONFIG_MTD_CFI_INTELEXT is not set CONFIG_MTD_CMDLINE_PARTS=y +CONFIG_MTD_M25P80=y CONFIG_MTD_PHYSMAP=y CONFIG_MTD_SPLIT_FIRMWARE=y CONFIG_MTD_SPLIT_SUPPORT=y -- 2.2.2 -- Russell Senior, President [email protected] _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
