diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-09-21 17:56:09 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-09-21 17:56:09 +0000 |
commit | 2f2ed5c5c161d77ae94f70c07caaeb1edbb419df (patch) | |
tree | e330e68c3d05fb0068a44fc662264ed80a30861f /target/linux/generic/config-3.10 | |
parent | 98db90576c2f54a69f8099eb427e1abfcfbe2800 (diff) | |
download | upstream-2f2ed5c5c161d77ae94f70c07caaeb1edbb419df.tar.gz upstream-2f2ed5c5c161d77ae94f70c07caaeb1edbb419df.tar.bz2 upstream-2f2ed5c5c161d77ae94f70c07caaeb1edbb419df.zip |
kernel/3.10: add partition parser for uImage firmwares
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38113
Diffstat (limited to 'target/linux/generic/config-3.10')
-rw-r--r-- | target/linux/generic/config-3.10 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic/config-3.10 b/target/linux/generic/config-3.10 index 61c7cf794b..a4e4665a1b 100644 --- a/target/linux/generic/config-3.10 +++ b/target/linux/generic/config-3.10 @@ -1936,6 +1936,7 @@ CONFIG_MTD_SPLIT=y # CONFIG_MTD_SPLIT_FIRMWARE is not set CONFIG_MTD_SPLIT_FIRMWARE_NAME="firmware" # CONFIG_MTD_SPLIT_SQUASHFS_ROOT is not set +# CONFIG_MTD_SPLIT_UIMAGE_FW is not set # CONFIG_MTD_SST25L is not set # CONFIG_MTD_SWAP is not set # CONFIG_MTD_TESTS is not set |