[source] sunxi: fix dts name for Mele M9

LEDE Commits lede-commits at lists.infradead.org
Thu Jan 5 02:14:36 PST 2017


nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/76ee28ce9d56b5161da87766960d8d78661ce73e

commit 76ee28ce9d56b5161da87766960d8d78661ce73e
Author: Yousong Zhou <yszhou4tech at gmail.com>
AuthorDate: Sun Jan 1 01:06:33 2017 +0800

    sunxi: fix dts name for Mele M9
    
    Signed-off-by: Yousong Zhou <yszhou4tech at gmail.com>
---
 target/linux/sunxi/image/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/sunxi/image/Makefile b/target/linux/sunxi/image/Makefile
index ce805f6..c7d90a2 100644
--- a/target/linux/sunxi/image/Makefile
+++ b/target/linux/sunxi/image/Makefile
@@ -96,7 +96,7 @@ define Image/Build/Profile/OLIMEX_A13_SOM
 endef
 
 define Image/Build/Profile/Mele_M9
-	$(call Image/Build/SDCard,$(1),sun6i-a31-hummingbird)
+	$(call Image/Build/SDCard,$(1),sun6i-a31-m9)
 endef
 
 define Image/Build/Profile/Linksprite_pcDuino



More information about the lede-commits mailing list