commit 33c783ab102ee14b1a8c8cbd247196b15b409484
Author: Roger Pueyo Centelles <roger.pueyo@guifi.net>
Date:   Thu Dec 4 15:46:14 2014 +0100

    Update MT7620x profiles

diff --git a/configs/mt7620n-qmp-small-node b/configs/mt7620n-qmp-small-node
index d722460..43bda3b 100644
--- a/configs/mt7620n-qmp-small-node
+++ b/configs/mt7620n-qmp-small-node
@@ -1,3 +1,3 @@
 CONFIG_TARGET_ramips=y
-CONFIG_TARGET_ramips_mt7620n=y
+CONFIG_TARGET_ramips_mt7620=y
 CONFIG_PACKAGE_qmp-small-node=y
diff --git a/configs/mt7620n-qmp-tiny-node b/configs/mt7620n-qmp-tiny-node
index e14429c..91c1878 100644
--- a/configs/mt7620n-qmp-tiny-node
+++ b/configs/mt7620n-qmp-tiny-node
@@ -1,5 +1,5 @@
 CONFIG_TARGET_ramips=y
-CONFIG_TARGET_ramips_mt7620n=y
+CONFIG_TARGET_ramips_mt7620=y
 CONFIG_PACKAGE_qmp-tiny-node=y
 # CONFIG_PACKAGE_ppp is not set
 # CONFIG_PACKAGE_ppp-mod-pppoa is not set
diff --git a/targets.mk b/targets.mk
index 177b396..18684b7 100644
--- a/targets.mk
+++ b/targets.mk
@@ -328,7 +328,7 @@ ifeq ($(T),wrtnode)
   NAME:=WRTnode
   ARCH:=ramips
   TBUILD:=openwrt
-  PROFILE:=mt7620n-qmp-small-node
+  PROFILE:=mt7620-qmp-small-node
   IMAGE:=bin/$(ARCH)/openwrt-ramips-mt7620n-wrtnode-squashfs-sysupgrade.bin
 endif 
 
@@ -336,7 +336,7 @@ ifeq ($(T),wt3020)
   NAME:=Nexx-WT3020
   ARCH:=ramips
   TBUILD:=openwrt
-  PROFILE:=mt7620a-qmp-tiny-node
+  PROFILE:=mt7620-qmp-tiny-node
   IMAGE:=bin/$(ARCH)/openwrt-ramips-mt7620n-wt3020-4M-squashfs-factory.bin
   SYSUPGRADE:=bin/$(ARCH)/openwrt-ramips-mt7620n-wt3020-4M-squashfs-sysupgrade.bin
 endif
@@ -345,7 +345,7 @@ ifeq ($(T),dir-810l)
   NAME:=D-Link-DIR-810L
   ARCH:=ramips
   TBUILD:=openwrt
-  PROFILE:=mt7620a-qmp-small-node
+  PROFILE:=mt7620-qmp-small-node
   IMAGE:=bin/$(ARCH)/openwrt-ramips-mt7620a-dir-810l-squashfs-sysupgrade.bin
 endif 
 
