projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Ok, try to make shfs work with 2.6.19, raw fixes, so might need better reading of...
[openwrt.git]
/
scripts
/
gen_target_mk.pl
diff --git
a/scripts/gen_target_mk.pl
b/scripts/gen_target_mk.pl
index
2492478
..
613c35b
100755
(executable)
--- 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}
This page took
0.021258 seconds
and
4
git commands to generate.