From: nbd Date: Wed, 10 Jan 2007 16:55:32 +0000 (+0000) Subject: include the full board name in .target.mk X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=b45aad0337df589a131b49ea0a5381ef1495f97d;hp=2abb4333d6638cacad83f7c49c46a6c11feda29e include the full board name in .target.mk git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6065 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/scripts/gen_target_mk.pl b/scripts/gen_target_mk.pl index 2492478f9..613c35bf2 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}