projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix libnvram install into staging dir
[openwrt.git]
/
openwrt
/
target
/
linux
/
package
/
nvram
/
Makefile
diff --git
a/openwrt/target/linux/package/nvram/Makefile
b/openwrt/target/linux/package/nvram/Makefile
index
3f7626a
..
3e5263b
100644
(file)
--- a/
openwrt/target/linux/package/nvram/Makefile
+++ b/
openwrt/target/linux/package/nvram/Makefile
@@
-34,6
+34,7
@@
$(IPKG_NVRAM):
compile: install-dev
install-dev:
+ mkdir -p $(STAGING_DIR)/usr/lib
cp $(PKG_BUILD_DIR)/*.so $(STAGING_DIR)/usr/lib
This page took
0.020714 seconds
and
4
git commands to generate.