From: Roger Pueyo Centelles Date: Thu, 10 Mar 2016 11:18:27 +0000 (+0100) Subject: [luci-app-bmx7] Update configuration and installation definitions in Makefile X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=a9eb910899d98c0c8862acef0e6ec39e4533c998;p=lede-routing%2F.git [luci-app-bmx7] Update configuration and installation definitions in Makefile --- diff --git a/luci-app-bmx7/Makefile b/luci-app-bmx7/Makefile index 2946849..a9e96f7 100644 --- 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))