Browse Source

Fix typo, we are not building for the DG834G (ar7) but the DG834GT (brcm6348)

SVN-Revision: 13588
Florian Fainelli 17 years ago
parent
commit
4025c12a2d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/brcm63xx/image/Makefile

+ 1 - 1
target/linux/brcm63xx/image/Makefile

@@ -78,7 +78,7 @@ define Image/Build
 	$(call Image/Build/CFE,$(1),96358VW,6358)
 	# Comtrend 536
 	$(call Image/Build/CFE,$(1),96348GW-11,6348)
-	# DG834G
+	# DG834GT
 	$(call Image/Build/CFE,$(1),96348GW-10,6348)
 	# Sagem F@ST2404
 	$(call Image/Build/CFE,$(1),F@ST2404,6348)