From: Florian Fainelli Date: Fri, 14 Sep 2012 15:37:51 +0000 (+0000) Subject: set DEVICE_TYPE to developerboard X-Git-Tag: reboot~12921 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d464a8ac3506e01015850675fb130ca0bbb41dc;p=thirdparty%2Fopenwrt.git set DEVICE_TYPE to developerboard SVN-Revision: 33408 --- diff --git a/target/linux/leon/Makefile b/target/linux/leon/Makefile index 44859327207..dca32aaf7e9 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))