ar71xx: change title and description for NAND subtarget
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 23 Oct 2013 15:43:19 +0000 (15:43 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38508 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/ar71xx/nand/target.mk

index c571c50..45d2624 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