diff options
author | John Crispin <blogic@openwrt.org> | 2016-04-09 10:24:44 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2016-04-09 10:24:44 +0000 |
commit | 35f65b5758e3486c59ffbbbb12a52aba44758ed0 (patch) | |
tree | c5502d3e062a2e8c3db52e210845abd85952bd56 | |
parent | 920594781bd6c079d9cf4e3b23c50bd73e239792 (diff) | |
download | master-187ad058-35f65b5758e3486c59ffbbbb12a52aba44758ed0.tar.gz master-187ad058-35f65b5758e3486c59ffbbbb12a52aba44758ed0.tar.bz2 master-187ad058-35f65b5758e3486c59ffbbbb12a52aba44758ed0.zip |
ramips: mt7621: sync MQmaker WiTi profile name to dts name
Signed-off-by: Roman Yeryomin <roman@advem.lv>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49126 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/ramips/mt7621/profiles/mqmaker.mk | 6 |
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)) |