projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add nozomi driver
[openwrt.git]
/
rules.mk
diff --git
a/rules.mk
b/rules.mk
index
b9859db
..
a4dcaa1
100644
(file)
--- a/
rules.mk
+++ b/
rules.mk
@@
-84,6
+84,7
@@
RSTRIP:= \
# where to build (and put) .ipk packages
IPKG:= \
# where to build (and put) .ipk packages
IPKG:= \
+ PATH="$(STAGING_DIR)/bin:$(PATH)" \
IPKG_TMP=$(BUILD_DIR)/tmp \
IPKG_INSTROOT=$(TARGET_DIR) \
IPKG_CONF_DIR=$(STAGING_DIR)/etc \
IPKG_TMP=$(BUILD_DIR)/tmp \
IPKG_INSTROOT=$(TARGET_DIR) \
IPKG_CONF_DIR=$(STAGING_DIR)/etc \
@@
-105,9
+106,9
@@
ifneq ($(CONFIG_LARGEFILE),y)
endif
ifeq ($(CONFIG_TAR_VERBOSITY),y)
endif
ifeq ($(CONFIG_TAR_VERBOSITY),y)
- TAR_OPTIONS
=-xvf
+ TAR_OPTIONS
:=-xvf -
else
else
- TAR_OPTIONS
=-xf
+ TAR_OPTIONS
:=-xf -
endif
all:
endif
all:
This page took
0.023808 seconds
and
4
git commands to generate.