projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[mpc83xx]: remove unused kernel versions, make 2.6.36 the default
[openwrt.git]
/
include
/
host-build.mk
diff --git
a/include/host-build.mk
b/include/host-build.mk
index
6f742d2
..
161192c
100644
(file)
--- a/
include/host-build.mk
+++ b/
include/host-build.mk
@@
-58,7
+58,8
@@
HOST_CONFIGURE_ARGS = \
--prefix=$(STAGING_DIR_HOST) \
--exec-prefix=$(STAGING_DIR_HOST) \
--sysconfdir=$(STAGING_DIR_HOST)/etc \
--prefix=$(STAGING_DIR_HOST) \
--exec-prefix=$(STAGING_DIR_HOST) \
--sysconfdir=$(STAGING_DIR_HOST)/etc \
- --localstatedir=$(STAGING_DIR_HOST)/var
+ --localstatedir=$(STAGING_DIR_HOST)/var \
+ --sbindir=$(STAGING_DIR_HOST)/bin
HOST_CONFIGURE_CMD = ./configure
HOST_CONFIGURE_CMD = ./configure
This page took
0.0306 seconds
and
4
git commands to generate.