projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
madwifi: bgscan is a bit broken. disable by default
[openwrt.git]
/
package
/
nvram
/
Makefile
diff --git
a/package/nvram/Makefile
b/package/nvram/Makefile
index
87e8b06
..
318e4d5
100644
(file)
--- a/
package/nvram/Makefile
+++ b/
package/nvram/Makefile
@@
-40,6
+40,8
@@
define Build/UninstallDev
endef
define Package/nvram/install
+ $(INSTALL_DIR) $(1)/etc/init.d
+ $(INSTALL_BIN) ./files/nvram.init $(1)/etc/init.d/nvram
$(INSTALL_DIR) $(1)/usr/lib
$(CP) $(PKG_BUILD_DIR)/lib{nvram,shared}*.so $(1)/usr/lib/
$(INSTALL_DIR) $(1)/usr/sbin
This page took
0.028717 seconds
and
4
git commands to generate.