ar71xx: change title and description for NAND subtarget
authorGabor Juhos <juhosg@openwrt.org>
Wed, 23 Oct 2013 15:43:19 +0000 (15:43 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Wed, 23 Oct 2013 15:43:19 +0000 (15:43 +0000)
The nand subtarget supports Mikrotik boards only. Change
the title and the description to reflect that.

Based on the patch by Stefan Agner:
http://patchwork.openwrt.org/patch/4123/

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38508

target/linux/ar71xx/nand/target.mk

index c571c5006abd20da9b8d3d0fa99353713631d840..45d2624cd4b90d60abca98ef3f2be0a958fc8343 100644 (file)
@@ -1,8 +1,8 @@
-BOARDNAME:=Devices with NAND flash (mostly Mikrotik)
+BOARDNAME:=Mikrotik devices with NAND flash
 
 define Target/Description
-       Build firmware images for Atheros AR71xx/AR913x based boards with 
-       NAND flash, e.g. MikroTik RB-4xx or RB-750
+       Build firmware images for Atheros AR71xx/AR913x based Mikrotik boards.
+       e.g. MikroTik RB-4xx or RB-750
 endef