From 2254fc26735d77fb1a43617025536a875c3f4844 Mon Sep 17 00:00:00 2001
From: Florian Fainelli <florian@openwrt.org>
Date: Fri, 14 Sep 2012 15:36:30 +0000
Subject: [PATCH] set DEVICE_TYPE to developperboard

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

diff --git a/target/linux/malta/Makefile b/target/linux/malta/Makefile
index f74820e687..172aeeca8b 100644
--- a/target/linux/malta/Makefile
+++ b/target/linux/malta/Makefile
@@ -15,6 +15,8 @@ MAINTAINER:=Florian Fainelli <florian@openwrt.org>
 
 LINUX_VERSION:=3.3.8
 
+DEVICE_TYPE:=developerboard
+
 include $(INCLUDE_DIR)/target.mk
 
 DEFAULT_PACKAGES += wpad-mini kmod-mac80211-hwsim kmod-pcnet32
-- 
GitLab