aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/mt7621
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-01-17 21:19:30 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-01-17 21:19:30 +0000
commit82f21058a180b0b30007fe7c9ce2cde9f970301b (patch)
tree746d10f4b0082670808ce1d21616ca461f833622 /target/linux/ramips/mt7621
parentf5cab4828c9eb81eaaf3b0526ea4babb695e2290 (diff)
downloadupstream-82f21058a180b0b30007fe7c9ce2cde9f970301b.tar.gz
upstream-82f21058a180b0b30007fe7c9ce2cde9f970301b.tar.bz2
upstream-82f21058a180b0b30007fe7c9ce2cde9f970301b.zip
ramips: enable the seama mtdsplit parser
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44013
Diffstat (limited to 'target/linux/ramips/mt7621')
-rw-r--r--target/linux/ramips/mt7621/config-3.141
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/mt7621/config-3.14 b/target/linux/ramips/mt7621/config-3.14
index 1fd8ff278c..c71a847dcd 100644
--- a/target/linux/ramips/mt7621/config-3.14
+++ b/target/linux/ramips/mt7621/config-3.14
@@ -118,6 +118,7 @@ CONFIG_MTD_CMDLINE_PARTS=y
CONFIG_MTD_M25P80=y
CONFIG_MTD_PHYSMAP=y
CONFIG_MTD_SPLIT_FIRMWARE=y
+CONFIG_MTD_SPLIT_SEAMA_FW=y
CONFIG_MTD_SPLIT_TRX_FW=y
CONFIG_MTD_SPLIT_UIMAGE_FW=y
CONFIG_NEED_DMA_MAP_STATE=y
171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259