X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/dba6e9388f105f78f3ec6448f6456e9368266a9a..6a3390f0678da283e857485f79e7540339c41a71:/openwrt/target/linux/package/nvram/Makefile?ds=sidebyside diff --git a/openwrt/target/linux/package/nvram/Makefile b/openwrt/target/linux/package/nvram/Makefile index da67ffa7f..3f7626ab0 100644 --- 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 -$(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) @@ -31,3 +31,9 @@ $(IPKG_NVRAM): $(RSTRIP) $(IDIR_NVRAM) $(IPKG_BUILD) $(IDIR_NVRAM) $(PACKAGE_DIR) + +compile: install-dev +install-dev: + cp $(PKG_BUILD_DIR)/*.so $(STAGING_DIR)/usr/lib + +