aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/xburst
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2014-07-13 16:25:54 +0000
committerGabor Juhos <juhosg@openwrt.org>2014-07-13 16:25:54 +0000
commitd0ad8c00b6cc0716feae5d12c2ae5b4717c4ac29 (patch)
tree3050b5cbce516cd215941a02a6dd0ada941cea01 /target/linux/xburst
parent59cfa05bf3c533c0694ca4f22e787952234fc1ac (diff)
downloadupstream-d0ad8c00b6cc0716feae5d12c2ae5b4717c4ac29.tar.gz
upstream-d0ad8c00b6cc0716feae5d12c2ae5b4717c4ac29.tar.bz2
upstream-d0ad8c00b6cc0716feae5d12c2ae5b4717c4ac29.zip
kernel: sort Kconfig options in kernel configs
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 41614
Diffstat (limited to 'target/linux/xburst')
-rw-r--r--target/linux/xburst/config-3.102
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/xburst/config-3.10 b/target/linux/xburst/config-3.10
index c97f73ca29..1cf1a274e8 100644
--- a/target/linux/xburst/config-3.10
+++ b/target/linux/xburst/config-3.10
@@ -182,6 +182,7 @@ CONFIG_MTD_NAND_JZ4740=y
# CONFIG_MTD_SM_COMMON is not set
CONFIG_MTD_UBI=y
CONFIG_MTD_UBI_BEB_LIMIT=20
+# CONFIG_MTD_UBI_BLOCK is not set
# CONFIG_MTD_UBI_FASTMAP is not set
# CONFIG_MTD_UBI_GLUEBI is not set
CONFIG_MTD_UBI_WL_THRESHOLD=4096
@@ -328,4 +329,3 @@ CONFIG_VT_HW_CONSOLE_BINDING=y
CONFIG_ZLIB_DEFLATE=y
CONFIG_ZLIB_INFLATE=y
CONFIG_ZONE_DMA_FLAG=0
-# CONFIG_MTD_UBI_BLOCK is not set
id='n161' href='#n161'>161 162 163 164 165 166 167 168 169 170 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