Author: nbd Date: 2016-01-19 23:48:37 +0100 (Tue, 19 Jan 2016) New Revision: 48381
Modified: trunk/target/linux/lantiq/config-4.4 Log: lantiq: Enable the uImage mtd splitter Until linux 4.1 the lantiq target used CONFIG_MTD_UIMAGE_SPLIT=y. That option however is only available until linux 4.3 - thus it was not added to lantiq's 4.4 kernel config (in r48307). This results in broken images for devices which are using uImages. This fixes #21652 Signed-off-by: Martin Blumenstingl <[email protected]> Modified: trunk/target/linux/lantiq/config-4.4 =================================================================== --- trunk/target/linux/lantiq/config-4.4 2016-01-19 22:41:36 UTC (rev 48380) +++ trunk/target/linux/lantiq/config-4.4 2016-01-19 22:48:37 UTC (rev 48381) @@ -141,6 +141,7 @@ CONFIG_MTD_SPLIT_EVA_FW=y CONFIG_MTD_SPLIT_FIRMWARE=y CONFIG_MTD_SPLIT_TPLINK_FW=y +CONFIG_MTD_SPLIT_UIMAGE_FW=Y CONFIG_NEED_DMA_MAP_STATE=y CONFIG_NEED_PER_CPU_KM=y CONFIG_NO_GENERIC_PCI_IOPORT_MAP=y _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
