Skip to content
Snippets Groups Projects
Commit b45aad03 authored by nbd's avatar nbd
Browse files

include the full board name in .target.mk

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6065 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent 2abb4333
No related branches found
No related tags found
No related merge requests found
......@@ -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}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment