[luci-app-bmx7] Update configuration and installation definitions in Makefile

This commit is contained in:
Roger Pueyo Centelles 2016-03-10 12:18:27 +01:00
parent 2e6bf4dc6a
commit a9eb910899
1 changed files with 3 additions and 0 deletions

View File

@ -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))