projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix nvram compile
[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
da67ffa
..
3f7626a
100644
(file)
--- a/
openwrt/target/linux/package/nvram/Makefile
+++ b/
openwrt/target/linux/package/nvram/Makefile
@@
-10,7
+10,7
@@
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)
include $(TOPDIR)/package/rules.mk
BR2_PACKAGE_NVRAM:=y # does not depend on menuconfig
include $(TOPDIR)/package/rules.mk
BR2_PACKAGE_NVRAM:=y # does not depend on menuconfig
-$(eval $(call PKG_template,NVRAM,nvram,$(PKG_
VERSION)-$(PKG_
RELEASE),$(ARCH)))
+$(eval $(call PKG_template,NVRAM,nvram,$(PKG_RELEASE),$(ARCH)))
$(PKG_BUILD_DIR)/.prepared:
mkdir -p $(PKG_BUILD_DIR)
$(PKG_BUILD_DIR)/.prepared:
mkdir -p $(PKG_BUILD_DIR)
@@
-31,3
+31,9
@@
$(IPKG_NVRAM):
$(RSTRIP) $(IDIR_NVRAM)
$(IPKG_BUILD) $(IDIR_NVRAM) $(PACKAGE_DIR)
$(RSTRIP) $(IDIR_NVRAM)
$(IPKG_BUILD) $(IDIR_NVRAM) $(PACKAGE_DIR)
+
+compile: install-dev
+install-dev:
+ cp $(PKG_BUILD_DIR)/*.so $(STAGING_DIR)/usr/lib
+
+
This page took
0.020838 seconds
and
4
git commands to generate.