From: John Crispin Date: Sat, 9 Apr 2016 10:24:44 +0000 (+0000) Subject: ramips: mt7621: sync MQmaker WiTi profile name to dts name X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=37f1022d737dc3cc3bb11e1c36c643bc81eb0552;p=openwrt%2Fstaging%2Fblocktrron.git ramips: mt7621: sync MQmaker WiTi profile name to dts name Signed-off-by: Roman Yeryomin SVN-Revision: 49126 --- 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))