projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Better macronix bottom boot handling, thanks Gabor !
[openwrt.git]
/
target
/
imagebuilder
/
Makefile
diff --git
a/target/imagebuilder/Makefile
b/target/imagebuilder/Makefile
index
9b3700e
..
925dc80
100644
(file)
--- a/
target/imagebuilder/Makefile
+++ b/
target/imagebuilder/Makefile
@@
-11,7
+11,7
@@
include $(INCLUDE_DIR)/kernel.mk
include $(INCLUDE_DIR)/host.mk
PKG_OS:=$(shell uname -s)
-PKG_CPU:=$(shell uname -m)
+PKG_CPU:=$(shell uname -m
| sed "s/ //g"
)
IB_NAME:=OpenWrt-ImageBuilder-$(BOARD)-$(KERNEL)-for-$(PKG_OS)-$(PKG_CPU)
IB_BUILD_DIR:=$(BUILD_DIR)/$(IB_NAME)
This page took
0.02057 seconds
and
4
git commands to generate.