调整软件包

This commit is contained in:
Hyy2001X 2022-03-22 23:16:55 +08:00
parent 3e76535cff
commit d7316a7c48
2 changed files with 6 additions and 3 deletions

View File

@ -81,7 +81,7 @@ CONFIG_PACKAGE_luci-app-nfs=y
CONFIG_PACKAGE_luci-app-npc=y
CONFIG_PACKAGE_luci-app-openclash=y
CONFIG_PACKAGE_luci-app-onliner=y
CONFIG_PACKAGE_luci-app-passwall=y
CONFIG_PACKAGE_luci-app-passwall2=y
CONFIG_PACKAGE_luci-app-pptp-server=y
CONFIG_PACKAGE_luci-app-qbittorrent=y
# CONFIG_PACKAGE_luci-app-qbittorrent_dynamic is not set

View File

@ -51,7 +51,6 @@ Firmware_Diy() {
AddPackage svn other luci-app-socat Lienol/openwrt-package/trunk
AddPackage svn other luci-app-eqos kenzok8/openwrt-packages/trunk
AddPackage git other OpenClash vernesong master
AddPackage git other luci-app-usb3disable rufengsuixing master
AddPackage git other luci-app-ikoolproxy iwrt main
# AddPackage git other OpenAppFilter destan19 master
# AddPackage svn other luci-app-ddnsto linkease/nas-packages/trunk/luci
@ -69,11 +68,15 @@ Firmware_Diy() {
sed -i "/DEVICE_COMPAT_VERSION := 1.1/d" target/linux/ramips/image/mt7621.mk
;;
x86_64)
# AddPackage git other openwrt-passwall xiaorouji main
AddPackage git other openwrt-passwall xiaorouji main
AddPackage git other luci-app-passwall2 xiaorouji main
rm -rf packages/lean/autocore
AddPackage git lean autocore-modify Hyy2001X master
;;
esac
;;
immortalwrt/immortalwrt*)
AddPackage git other AutoBuild-Packages Hyy2001X master
;;
esac
}