From: Felix Fietkau <nbd@openwrt.org>
Date: Wed, 10 Jan 2007 16:55:32 +0000 (+0000)
Subject: include the full board name in .target.mk
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=c4c89c8379864bb6aeb52907f6cbbe98b4e625f0;p=openwrt%2Fstaging%2Fwigyori.git

include the full board name in .target.mk

SVN-Revision: 6065
---

diff --git a/scripts/gen_target_mk.pl b/scripts/gen_target_mk.pl
index 2492478f9b..613c35bf2e 100755
--- a/scripts/gen_target_mk.pl
+++ b/scripts/gen_target_mk.pl
@@ -75,6 +75,7 @@ ifeq (\$(CONFIG_LINUX_$conf),y)
   define Target
     KERNEL:=$target->{kernel}
     BOARD:=$target->{board}
+    BOARDNAME:=$target->{name}
     LINUX_VERSION:=$target->{version}
     LINUX_RELEASE:=$target->{release}
     LINUX_KARCH:=$target->{karch}