mirror of
https://github.com/xopenwrt/X-OpenWrt-New.git
synced 2026-09-18 08:20:11 +00:00
test: 新增 x86_64 设备编译支持
This commit is contained in:
@@ -14,7 +14,7 @@ Diy_Core() {
|
||||
INCLUDE_Enable_FirewallPort_53=true
|
||||
|
||||
INCLUDE_SSR_Plus=true
|
||||
INCLUDE_Passwall=false
|
||||
INCLUDE_Passwall=true
|
||||
INCLUDE_HelloWorld=false
|
||||
INCLUDE_Bypass=false
|
||||
INCLUDE_OpenClash=true
|
||||
@@ -22,27 +22,21 @@ Diy_Core() {
|
||||
|
||||
Diy-Part1() {
|
||||
Diy_Part1_Base
|
||||
|
||||
|
||||
if [ "${Default_Device}" == "d-team_newifi-d2" ];then
|
||||
Replace_File Customize/system_newifi-d2 package/base-files/files/etc/config system
|
||||
else
|
||||
Replace_File Customize/system_common package/base-files/files/etc/config system
|
||||
fi
|
||||
|
||||
|
||||
Update_Makefile exfat package/kernel/exfat
|
||||
|
||||
# Replace_File Customize/mt76-20210127.mk package/kernel/mt76 Makefile
|
||||
# rm -rf package/kernel/mt76/patches
|
||||
|
||||
# ExtraPackages svn network/services dnsmasq https://github.com/openwrt/openwrt/trunk/package/network/services
|
||||
# ExtraPackages svn network/services dropbear https://github.com/openwrt/openwrt/trunk/package/network/services
|
||||
# ExtraPackages svn network/services ppp https://github.com/openwrt/openwrt/trunk/package/network/services
|
||||
# ExtraPackages svn network/services hostapd https://github.com/openwrt/openwrt/trunk/package/network/services
|
||||
# ExtraPackages svn kernel mt76 https://github.com/openwrt/openwrt/trunk/package/kernel
|
||||
|
||||
ExtraPackages git lean luci-theme-argon https://github.com/jerrykuku 18.06
|
||||
ExtraPackages git other luci-app-argon-config https://github.com/jerrykuku master
|
||||
ExtraPackages git other luci-app-adguardhome https://github.com/Hyy2001X master
|
||||
ExtraPackages git other luci-app-shutdown https://github.com/Hyy2001X master
|
||||
ExtraPackages svn other luci-app-smartdns https://github.com/project-openwrt/openwrt/trunk/package/ntlf9t
|
||||
ExtraPackages git other luci-app-serverchan https://github.com/tty228 master
|
||||
ExtraPackages svn other luci-app-socat https://github.com/Lienol/openwrt-package/trunk
|
||||
|
||||
Reference in New Issue
Block a user