diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-01-20 08:40:44 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-01-20 08:40:44 +0000 |
commit | a32054575958094174a8d6863b0643b5f4dcd831 (patch) | |
tree | 0ee8e6194cb919fd25a34fa6e594c46c619ebc03 /target/linux | |
parent | ee928268e854be025c669b41d026b1f4e1f4ab0a (diff) | |
download | master-187ad058-a32054575958094174a8d6863b0643b5f4dcd831.tar.gz master-187ad058-a32054575958094174a8d6863b0643b5f4dcd831.tar.bz2 master-187ad058-a32054575958094174a8d6863b0643b5f4dcd831.zip |
lantiq: Fix enabling CONFIG_MTD_UIMAGE_SPLIT
r48381 added CONFIG_MTD_SPLIT_UIMAGE_FW=Y to the lantiq kernel
configuration. That unfortunately contains a typo since the "y" has to
be lower-case. This leads to the kernel asking whether the config
symbol should be enabled and thus breaking the build.
FIXES: r48381/feab990887b4: lantiq: Enable the uImage mtd splitter
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48389 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/lantiq/config-4.4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/config-4.4 b/target/linux/lantiq/config-4.4 index 08a1228704..5d4b7cc815 100644 --- a/target/linux/lantiq/config-4.4 +++ b/target/linux/lantiq/config-4.4 @@ -141,7 +141,7 @@ CONFIG_MTD_SPLIT_BRNIMAGE_FW=y CONFIG_MTD_SPLIT_EVA_FW=y CONFIG_MTD_SPLIT_FIRMWARE=y CONFIG_MTD_SPLIT_TPLINK_FW=y -CONFIG_MTD_SPLIT_UIMAGE_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 |