[luci-app-bmx7] Update configuration and installation definitions in Makefile
This commit is contained in:
parent
2e6bf4dc6a
commit
a9eb910899
1 changed files with 3 additions and 0 deletions
|
@ -42,6 +42,7 @@ define Package/luci-app-bmx7/description
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/luci-app-bmx7/conffiles
|
define Package/luci-app-bmx7/conffiles
|
||||||
|
/etc/config/luci-bmx7
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Prepare
|
define Build/Prepare
|
||||||
|
@ -54,6 +55,8 @@ define Build/Compile
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/luci-app-bmx7/install
|
define Package/luci-app-bmx7/install
|
||||||
|
$(CP) ./files/* $(1)/
|
||||||
|
chmod 755 $(1)/www/cgi-bin/bmx7-info
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,luci-app-bmx7))
|
$(eval $(call BuildPackage,luci-app-bmx7))
|
||||||
|
|
Loading…
Reference in a new issue