summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/mt7621
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2016-04-09 10:24:44 +0000
committerJohn Crispin <john@openwrt.org>2016-04-09 10:24:44 +0000
commit37f1022d737dc3cc3bb11e1c36c643bc81eb0552 (patch)
treee5eb0604a00fcd13fdc60d426b3e31797ac14528 /target/linux/ramips/mt7621
parent14177319eab97789479bc70879925660726ca083 (diff)
downloadmaster-31e0f0ae-37f1022d737dc3cc3bb11e1c36c643bc81eb0552.tar.gz
master-31e0f0ae-37f1022d737dc3cc3bb11e1c36c643bc81eb0552.tar.bz2
master-31e0f0ae-37f1022d737dc3cc3bb11e1c36c643bc81eb0552.zip
ramips: mt7621: sync MQmaker WiTi profile name to dts name
Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 49126
Diffstat (limited to 'target/linux/ramips/mt7621')
-rw-r--r--target/linux/ramips/mt7621/profiles/mqmaker.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/ramips/mt7621/profiles/mqmaker.mk b/target/linux/ramips/mt7621/profiles/mqmaker.mk
index ae35e7dc66..a9c79dffcc 100644
--- a/target/linux/ramips/mt7621/profiles/mqmaker.mk
+++ b/target/linux/ramips/mt7621/profiles/mqmaker.mk
@@ -5,7 +5,7 @@
# See /LICENSE for more information.
#
-define Profile/witi
+define Profile/WITI
NAME:=MQmaker WiTi
FEATURES+=rtc
PACKAGES:=\
@@ -14,7 +14,7 @@ define Profile/witi
kmod-rtc-pcf8563 kmod-i2c-mt7621
endef
-define Profile/witi/Description
+define Profile/WITI/Description
Package set compatible with MQmaker WiTi board.
endef
-$(eval $(call Profile,witi))
+$(eval $(call Profile,WITI))