diff options
Diffstat (limited to 'openwrt/target')
-rw-r--r-- | openwrt/target/linux/package/nvram/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/target/linux/package/nvram/Makefile b/openwrt/target/linux/package/nvram/Makefile index 3f7626ab0..3e5263b34 100644 --- 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 |