aboutsummaryrefslogtreecommitdiffstats
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
commit567ae971e1708eef5aeb0b6dddc19d731af2bfdb (patch)
tree6c43937642ff683ef3d417106aebd341cd63bff2
parente05049798e034ef901c4acf137f03689584e8def (diff)
downloadupstream-567ae971e1708eef5aeb0b6dddc19d731af2bfdb.tar.gz
upstream-567ae971e1708eef5aeb0b6dddc19d731af2bfdb.tar.bz2
upstream-567ae971e1708eef5aeb0b6dddc19d731af2bfdb.zip
[leon] set DEVICE_TYPE to developerboard
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33408 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 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 <kaloz@openwrt.org>
+DEVICE_TYPE:=developerboard
+
include $(INCLUDE_DIR)/target.mk
$(eval $(call BuildTarget))