ath79: do not build TP-Link tiny images by default
[oweals/openwrt.git] / target / linux / bcm63xx / smp / target.mk
1 BOARDNAME:=smp
2 FEATURES+=nand
3
4 define Target/Description
5   Build firmware images for BCM63XX boards with SMP and NAND support.
6   SoCs with 2 cores:
7     - BCM6328 (some boards only have 1 core)
8     - BCM6358 (SMP unsupported due to shared TLB)
9     - BCM6362
10     - BCM6368
11     - BCM63268
12   SoCs with NAND controller:
13     - BCM6328 (v2.2)
14     - BCM6362 (v2.2)
15     - BCM6368 (v2.1)
16     - BCM63268 (v4.0)
17 endef