From e94038334031d7efa3858c3691430f215141d114 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Fri, 14 Sep 2012 15:37:51 +0000 Subject: [PATCH] [leon] set DEVICE_TYPE to developerboard SVN-Revision: 33408 --- target/linux/leon/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/target/linux/leon/Makefile b/target/linux/leon/Makefile index 4485932720..dca32aaf7e 100644 --- a/target/linux/leon/Makefile +++ b/target/linux/leon/Makefile @@ -17,6 +17,8 @@ KERNELNAME:="uImage" LINUX_VERSION:=2.6.36.4 MAINTAINER:=Imre Kaloz +DEVICE_TYPE:=developerboard + include $(INCLUDE_DIR)/target.mk $(eval $(call BuildTarget)) -- 2.30.2