From 0db5f35846fb7cf9d57cffd5c43d18a2752055ce Mon Sep 17 00:00:00 2001
From: Florian Fainelli <florian@openwrt.org>
Date: Tue, 24 Jul 2012 19:42:44 +0000
Subject: [PATCH] set DEVICE_TYPE to developerboard

SVN-Revision: 32798
---
 target/linux/ep93xx/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/target/linux/ep93xx/Makefile b/target/linux/ep93xx/Makefile
index be8f124641..d8f20b8b4a 100644
--- a/target/linux/ep93xx/Makefile
+++ b/target/linux/ep93xx/Makefile
@@ -15,6 +15,8 @@ MAINTAINER:=Florian Fainelli <florian@openwrt.org>
 
 LINUX_VERSION:=3.3.8
 
+DEVICE_TYPE:=developerboard
+
 include $(INCLUDE_DIR)/target.mk
 
 KERNELNAME:="uImage"
-- 
GitLab