diff options
Diffstat (limited to 'openwrt/package/nvram/Makefile')
-rw-r--r-- | openwrt/package/nvram/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/nvram/Makefile b/openwrt/package/nvram/Makefile index db8c65d33..3e4c2d3fe 100644 --- a/openwrt/package/nvram/Makefile +++ b/openwrt/package/nvram/Makefile @@ -34,7 +34,7 @@ $(IPKG_NVRAM): $(IPKG_BUILD) $(IDIR_NVRAM) $(PACKAGE_DIR) -compile: install-dev +compile-targets: install-dev install-dev: $(PKG_BUILD_DIR)/.built mkdir -p $(STAGING_DIR)/usr/lib cp $(PKG_BUILD_DIR)/*.so $(STAGING_DIR)/usr/lib |