summaryrefslogtreecommitdiffstats
path: root/package/nvram
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-03-26 17:58:49 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-03-26 17:58:49 +0000
commita7ace0787290b5f9e827975520c17da6a7af1995 (patch)
tree3d91fe82ee69eeba2e0cc8d25a8e4cbdbaebea9d /package/nvram
parent11a666e30878bbb013aecff6ec947f38cd807703 (diff)
[package] fix wrt-radauth compilation failure (#6945)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20489 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/nvram')
-rw-r--r--package/nvram/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/package/nvram/Makefile b/package/nvram/Makefile
index f5eba9e2b..6ac11a9be 100644
--- a/package/nvram/Makefile
+++ b/package/nvram/Makefile
@@ -41,6 +41,12 @@ define Build/Compile
LDFLAGS="$(TARGET_LDFLAGS)"
endef
+define Build/InstallDev
+ $(INSTALL_DIR) $(1)/usr/lib
+ $(INSTALL_BIN) $(PKG_BUILD_DIR)/libnvram.so.0.1 $(1)/usr/lib/
+ ln -s libnvram.so.0.1 $(1)/usr/lib/libnvram.so
+endef
+
define Package/nvram/install
$(INSTALL_DIR) $(1)/etc/init.d
$(INSTALL_BIN) ./files/nvram.init $(1)/etc/init.d/nvram