projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ath9k: assign a keycache slot per station for unencrypted links to fix powersave...
[openwrt.git]
/
package
/
soloscli
/
Makefile
diff --git
a/package/soloscli/Makefile
b/package/soloscli/Makefile
index
611dbcc
..
1c2d998
100644
(file)
--- a/
package/soloscli/Makefile
+++ b/
package/soloscli/Makefile
@@
-37,6
+37,8
@@
endef
define Package/soloscli/install
$(INSTALL_DIR) $(1)/usr/bin
$(INSTALL_BIN) $(PKG_BUILD_DIR)/soloscli/soloscli $(1)/usr/bin/
define Package/soloscli/install
$(INSTALL_DIR) $(1)/usr/bin
$(INSTALL_BIN) $(PKG_BUILD_DIR)/soloscli/soloscli $(1)/usr/bin/
+ $(INSTALL_DIR) $(1)/etc/hotplug.d/atm
+ $(INSTALL_DATA) ./files/etc/hotplug.d/atm/15-solos-init $(1)/etc/hotplug.d/atm/
endef
$(eval $(call BuildPackage,soloscli))
endef
$(eval $(call BuildPackage,soloscli))
This page took
0.021617 seconds
and
4
git commands to generate.