atftpd: fix conffiles
Add missing conffiles Fix conffile permission Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
This commit is contained in:
parent
e6e770b268
commit
3d66be4203
1 changed files with 5 additions and 1 deletions
|
@ -56,11 +56,15 @@ define Package/atftpd/install
|
|||
$(INSTALL_DIR) $(1)/etc/init.d
|
||||
$(INSTALL_BIN) ./files/atftpd.init $(1)/etc/init.d/atftpd
|
||||
$(INSTALL_DIR) $(1)/etc/config
|
||||
$(INSTALL_BIN) ./files/atftpd.conf $(1)/etc/config/atftpd
|
||||
$(INSTALL_CONF) ./files/atftpd.conf $(1)/etc/config/atftpd
|
||||
$(INSTALL_DIR) $(1)/srv/tftp
|
||||
$(INSTALL_DIR) $(1)/usr/sbin
|
||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)//usr/sbin/atftpd $(1)/usr/sbin/
|
||||
endef
|
||||
|
||||
define Package/atftpd/conffiles
|
||||
/etc/config/atftpd
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,atftp))
|
||||
$(eval $(call BuildPackage,atftpd))
|
||||
|
|
Loading…
Reference in a new issue