projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05678c3
)
[package] fix wrt-radauth compilation failure (#6945)
author
Florian Fainelli
<florian@openwrt.org>
Fri, 26 Mar 2010 17:58:49 +0000
(17:58 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Fri, 26 Mar 2010 17:58:49 +0000
(17:58 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20489
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/nvram/Makefile
patch
|
blob
|
history
diff --git
a/package/nvram/Makefile
b/package/nvram/Makefile
index
f5eba9e
..
6ac11a9
100644
(file)
--- 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