[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
|
||||
|
||||
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))
|
||||
|
|
Loading…
Reference in a new issue