summaryrefslogtreecommitdiff
path: root/target/linux/leon
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2012-09-14 15:37:51 +0000
committerFlorian Fainelli <florian@openwrt.org>2012-09-14 15:37:51 +0000
commit0d464a8ac3506e01015850675fb130ca0bbb41dc (patch)
tree8c053f868236c89d87adbbd965eaccf04e8348a3 /target/linux/leon
parent42846febb91eed47ba44822f9bfcc5dd177d1478 (diff)
downloadmtk-20170518-0d464a8ac3506e01015850675fb130ca0bbb41dc.zip
mtk-20170518-0d464a8ac3506e01015850675fb130ca0bbb41dc.tar.gz
mtk-20170518-0d464a8ac3506e01015850675fb130ca0bbb41dc.tar.bz2
set DEVICE_TYPE to developerboard
SVN-Revision: 33408
Diffstat (limited to 'target/linux/leon')
-rw-r--r--target/linux/leon/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/leon/Makefile b/target/linux/leon/Makefile
index 4485932..dca32aa 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 <kaloz@openwrt.org>
+DEVICE_TYPE:=developerboard
+
include $(INCLUDE_DIR)/target.mk
$(eval $(call BuildTarget))