fix nvram compile
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 21 Jul 2005 17:41:49 +0000 (17:41 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 21 Jul 2005 17:41:49 +0000 (17:41 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1523 3c298f89-4303-0410-b956-a3cf2f4a3e73

openwrt/target/linux/package/nvram/Makefile

index da67ffa..3f7626a 100644 (file)
@@ -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
+       
+
This page took 0.026073 seconds and 4 git commands to generate.