projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add nls support modules
[openwrt.git]
/
target
/
linux
/
package
/
fuse
/
Makefile
diff --git
a/target/linux/package/fuse/Makefile
b/target/linux/package/fuse/Makefile
index
d4171d1
..
02148ca
100644
(file)
--- a/
target/linux/package/fuse/Makefile
+++ b/
target/linux/package/fuse/Makefile
@@
-67,6
+67,7
@@
$(PKG_BUILD_DIR)/.built:
mkdir -p $(PKG_INSTALL_DIR)
$(MAKE) -C $(PKG_BUILD_DIR) \
ARCH="$(LINUX_KARCH)" \
+ PATH="$(TARGET_PATH)" \
DESTDIR="$(PKG_INSTALL_DIR)" \
SUBDIRS="kernel" \
all install
This page took
0.022576 seconds
and
4
git commands to generate.