summaryrefslogtreecommitdiffstats
path: root/target/linux/malta/le
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2013-04-05 12:36:16 +0000
committerFlorian Fainelli <florian@openwrt.org>2013-04-05 12:36:16 +0000
commit46dfa04a083d6d08c31c9fd1f38bceb398f5dabe (patch)
treefc98023418a4569b74943a70c64d165c3d7702c1 /target/linux/malta/le
parent9e1d2c15d905cf210760d9d4f654f91a5d6c5f42 (diff)
downloadmaster-31e0f0ae-46dfa04a083d6d08c31c9fd1f38bceb398f5dabe.tar.gz
master-31e0f0ae-46dfa04a083d6d08c31c9fd1f38bceb398f5dabe.tar.bz2
master-31e0f0ae-46dfa04a083d6d08c31c9fd1f38bceb398f5dabe.zip
malta: enable mips16 feature flag
The malta platform supports mips16 advertise this feature flag. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36203
Diffstat (limited to 'target/linux/malta/le')
-rw-r--r--target/linux/malta/le/target.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/malta/le/target.mk b/target/linux/malta/le/target.mk
index 5b609980b2..35fcf4cfe1 100644
--- a/target/linux/malta/le/target.mk
+++ b/target/linux/malta/le/target.mk
@@ -2,7 +2,7 @@ ARCH:=mipsel
ARCH_PACKAGES:=malta_mipsel
SUBTARGET:=le
BOARDNAME:=Little Endian
-FEATURES:=ramdisk
+FEATURES:=ramdisk mips16
define Target/Description
Build LE firmware images for MIPS Malta CoreLV board running in
href='#n221'>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 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357