From: Felix Fietkau Date: Wed, 10 Jan 2007 16:55:32 +0000 (+0000) Subject: include the full board name in .target.mk X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=0630416fdf7096511b9980b7a020d1852a6a9503 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}