mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-29 10:02:23 +00:00
include the full board name in .target.mk
SVN-Revision: 6065
This commit is contained in:
parent
a360c33116
commit
c4c89c8379
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user