projects
/
feed
/
routing.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e6bf4d
)
[luci-app-bmx7] Update configuration and installation definitions in Makefile
author
Roger Pueyo Centelles
<roger.pueyo@guifi.net>
Thu, 10 Mar 2016 11:18:27 +0000
(12:18 +0100)
committer
Roger Pueyo Centelles
<roger.pueyo@guifi.net>
Wed, 4 May 2016 13:18:49 +0000
(15:18 +0200)
luci-app-bmx7/Makefile
patch
|
blob
|
history
diff --git
a/luci-app-bmx7/Makefile
b/luci-app-bmx7/Makefile
index 2946849a5c737d38d6a55ab95074bc4d31cce439..a9e96f7e46d077c9e692f9241c302ae354ec080b 100644
(file)
--- a/
luci-app-bmx7/Makefile
+++ b/
luci-app-bmx7/Makefile
@@
-42,6
+42,7
@@
define Package/luci-app-bmx7/description
endef
define Package/luci-app-bmx7/conffiles
+ /etc/config/luci-bmx7
endef
define Build/Prepare
@@
-54,6
+55,8
@@
define Build/Compile
endef
define Package/luci-app-bmx7/install
+ $(CP) ./files/* $(1)/
+ chmod 755 $(1)/www/cgi-bin/bmx7-info
endef
$(eval $(call BuildPackage,luci-app-bmx7))