conffiles.patch 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  1. --- a/package/feeds/custom/luci-app-openclash/Makefile
  2. +++ b/package/feeds/custom/luci-app-openclash/Makefile
  3. @@ -51,2 +51,3 @@
  4. define Package/$(PKG_NAME)/conffiles
  5. +/etc/config/openclash
  6. endef
  7. @@ -91,2 +92,3 @@
  8. define Package/$(PKG_NAME)/install
  9. + $(INSTALL_DIR) $(1)/usr/lib/lua/luci
  10. $(CP) $(PKG_BUILD_DIR)/root/* $(1)/
  11. --- a/package/feeds/custom/luci-app-ssr-plus/Makefile
  12. +++ b/package/feeds/custom/luci-app-ssr-plus/Makefile
  13. @@ -7 +7,5 @@
  14. include $(INCLUDE_DIR)/package.mk
  15. +
  16. +define Package/$(PKG_NAME)/conffiles
  17. +/etc/config/shadowsocksr
  18. +endef
  19. --- a/package/feeds/custom/luci-app-unblockmusic/Makefile
  20. +++ b/package/feeds/custom/luci-app-unblockmusic/Makefile
  21. @@ -28,6 +28,10 @@ LUCI_PKGARCH:=all
  22. PKG_MAINTAINER:=lean
  23. +define Package/luci-app-unblockmusic/conffiles
  24. +/etc/config/unblockmusic
  25. +endef
  26. +
  27. include $(TOPDIR)/feeds/luci/luci.mk
  28. # call BuildPackage - OpenWrt buildroot signature
  29. --- a/package/feeds/custom/luci-app-qbittorrent/Makefile
  30. +++ b/package/feeds/custom/luci-app-qbittorrent/Makefile
  31. @@ -14,4 +14,8 @@ PKG_NAME:=luci-app-qbittorrent
  32. +define Package/luci-app-qbittorrent/conffiles
  33. +/etc/config/qbittorrent
  34. +endef
  35. +
  36. include $(TOPDIR)/feeds/luci/luci.mk
  37. # call BuildPackage - OpenWrt buildroot signature
  38. --- a/package/feeds/custom/luci-app-kodexplorer/Makefile
  39. +++ b/package/feeds/custom/luci-app-kodexplorer/Makefile
  40. @@ -13,4 +13,8 @@ LUCI_PKGARCH:=all
  41. +define Package/luci-app-kodexplorer/conffiles
  42. +/etc/config/kodexplorer
  43. +endef
  44. +
  45. include $(TOPDIR)/feeds/luci/luci.mk
  46. # call BuildPackage - OpenWrt buildroot signature
  47. --- a/package/feeds/custom/luci-app-zerotier/Makefile
  48. +++ b/package/feeds/custom/luci-app-zerotier/Makefile
  49. @@ -14,4 +14,8 @@ LUCI_PKGARCH:=all
  50. +define Package/luci-app-zerotier/conffiles
  51. +/etc/config/zerotier
  52. +endef
  53. +
  54. include $(TOPDIR)/feeds/luci/luci.mk
  55. # call BuildPackage - OpenWrt buildroot signature
  56. --- a/package/feeds/custom/luci-app-turboacc/Makefile
  57. +++ b/package/feeds/custom/luci-app-turboacc/Makefile
  58. @@ -44,6 +44,10 @@ PKG_CONFIG_DEPENDS:= \
  59. CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_bbr-cca \
  60. CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_dnsforwarder
  61. +define Package/luci-app-turboacc/conffiles
  62. +/etc/config/turboacc
  63. +endef
  64. +
  65. include $(TOPDIR)/feeds/luci/luci.mk
  66. # call BuildPackage - OpenWrt buildroot signature
  67. --- a/package/feeds/custom/luci-app-adbyby-plus/Makefile
  68. +++ b/package/feeds/custom/luci-app-adbyby-plus/Makefile
  69. @@ -14,4 +14,8 @@ PKG_NAME:=luci-app-adbyby-plus
  70. +define Package/luci-app-adbyby-plus/conffiles
  71. +/etc/config/adbyby
  72. +endef
  73. +
  74. include $(TOPDIR)/feeds/luci/luci.mk
  75. # call BuildPackage - OpenWrt buildroot signature
  76. --- a/package/feeds/custom/luci-app-autoreboot/Makefile
  77. +++ b/package/feeds/custom/luci-app-autoreboot/Makefile
  78. @@ -13,4 +13,8 @@ LUCI_PKGARCH:=all
  79. +define Package/luci-app-autoreboot/conffiles
  80. +/etc/config/autoreboot
  81. +endef
  82. +
  83. include $(TOPDIR)/feeds/luci/luci.mk
  84. # call BuildPackage - OpenWrt buildroot signature
  85. --- a/package/feeds/custom/luci-app-usb-printer/Makefile
  86. +++ b/package/feeds/custom/luci-app-usb-printer/Makefile
  87. @@ -13,4 +13,8 @@ LUCI_DEPENDS:=+p910nd +kmod-usb-printer
  88. +define Package/luci-app-usb-printer/conffiles
  89. +/etc/config/usb_printer
  90. +endef
  91. +
  92. include $(TOPDIR)/feeds/luci/luci.mk
  93. # call BuildPackage - OpenWrt buildroot signature
  94. --- a/package/feeds/custom/luci-app-vlmcsd/Makefile
  95. +++ b/package/feeds/custom/luci-app-vlmcsd/Makefile
  96. @@ -13,4 +13,8 @@ LUCI_DEPENDS:=+vlmcsd
  97. +define Package/luci-app-vlmcsd/conffiles
  98. +/etc/config/vlmcsd
  99. +endef
  100. +
  101. include $(TOPDIR)/feeds/luci/luci.mk
  102. # call BuildPackage - OpenWrt buildroot signature
  103. --- a/package/feeds/custom/luci-app-softethervpn/Makefile
  104. +++ b/package/feeds/custom/luci-app-softethervpn/Makefile
  105. @@ -13,4 +13,8 @@ LUCI_PKGARCH:=all
  106. +define Package/luci-app-softethervpn/conffiles
  107. +/etc/config/softethervpn
  108. +endef
  109. +
  110. include $(TOPDIR)/feeds/luci/luci.mk
  111. # call BuildPackage - OpenWrt buildroot signature
  112. --- a/package/feeds/custom/luci-app-xlnetacc/Makefile
  113. +++ b/package/feeds/custom/luci-app-xlnetacc/Makefile
  114. @@ -11,6 +11,10 @@ LUCI_DEPENDS:=+jshn +wget +openssl-util
  115. LUCI_PKGARCH:=all
  116. LUCI_DESCRIPTION=LuCI Support for XLNetAcc.
  117. +define Package/luci-app-xlnetacc/conffiles
  118. +/etc/config/xlnetacc
  119. +endef
  120. +
  121. include $(TOPDIR)/feeds/luci/luci.mk
  122. # call BuildPackage - OpenWrt buildroot signature
  123. --- a/package/feeds/custom/luci-app-accesscontrol/Makefile
  124. +++ b/package/feeds/custom/luci-app-accesscontrol/Makefile
  125. @@ -15,4 +15,8 @@ PKG_NAME:=luci-app-accesscontrol
  126. +define Package/luci-app-accesscontrol/conffiles
  127. +/etc/config/mia
  128. +endef
  129. +
  130. include $(TOPDIR)/feeds/luci/luci.mk
  131. # call BuildPackage - OpenWrt buildroot signature
  132. --- a/package/feeds/custom/vsftpd-alt/Makefile
  133. +++ b/package/feeds/custom/vsftpd-alt/Makefile
  134. @@ -33,7 +33,7 @@ define Package/vsftpd-alt/Default
  135. endef
  136. define Package/vsftpd-alt/conffiles
  137. -/etc/vsftpd.conf
  138. +/etc/config/vsftpd
  139. endef
  140. #EXTRA_LDFLAGS:= -lcrypt -lcrypto -lssl