[luci-app-bmx7] Update configuration and installation definitions in Makefile
authorRoger Pueyo Centelles <roger.pueyo@guifi.net>
Thu, 10 Mar 2016 11:18:27 +0000 (12:18 +0100)
committerAxel Neumann <neumann@cgws.de>
Wed, 4 May 2016 13:43:59 +0000 (15:43 +0200)
luci-app-bmx7/Makefile

index 2946849a5c737d38d6a55ab95074bc4d31cce439..a9e96f7e46d077c9e692f9241c302ae354ec080b 100644 (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))