Author: blogic Date: 2016-04-09 12:24:44 +0200 (Sat, 09 Apr 2016) New Revision: 49126
Modified: trunk/target/linux/ramips/mt7621/profiles/mqmaker.mk Log: ramips: mt7621: sync MQmaker WiTi profile name to dts name Signed-off-by: Roman Yeryomin <[email protected]> Modified: trunk/target/linux/ramips/mt7621/profiles/mqmaker.mk =================================================================== --- trunk/target/linux/ramips/mt7621/profiles/mqmaker.mk 2016-04-09 10:24:40 UTC (rev 49125) +++ trunk/target/linux/ramips/mt7621/profiles/mqmaker.mk 2016-04-09 10:24:44 UTC (rev 49126) @@ -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 @@ 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)) _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
