X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=luci-app-bmx7%2FMakefile;h=a9e96f7e46d077c9e692f9241c302ae354ec080b;hb=6ad08f74daa6451d513edf7072f7163bbf913ff6;hp=2946849a5c737d38d6a55ab95074bc4d31cce439;hpb=d918b65774f59890398c98eebba7a826e15adf25;p=lede-routing%2F.git 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))