ramips: set correct description for rt305x subtarget
authorJohn Crispin <john@openwrt.org>
Thu, 30 May 2013 15:59:56 +0000 (15:59 +0000)
committerJohn Crispin <john@openwrt.org>
Thu, 30 May 2013 15:59:56 +0000 (15:59 +0000)
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36775

target/linux/ramips/rt305x/target.mk

index cd5baa8ac9bd7d69211b8d83f63837a035ecc9ce..527b829cb956d93688901789fb695a7271e68069 100644 (file)
@@ -3,12 +3,12 @@
 #
 
 SUBTARGET:=rt305x
-BOARDNAME:=RT305x based boards
+BOARDNAME:=RT3x5x/RT5350 based boards
 ARCH_PACKAGES:=ramips_24kec
 FEATURES+=usb
 CFLAGS+= -march=24kec -mdsp
 
 define Target/Description
-       Build firmware images for Ralink RT305x based boards.
+       Build firmware images for Ralink RT3x5x/RT5350 based boards.
 endef