移除开关 Upload_VM_Firmware(暂时)
This commit is contained in:
parent
2d62e6be9f
commit
51843a7312
|
@ -1,6 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# https://github.com/Hyy2001X/AutoBuild-Actions
|
# AutoBuild Module by Hyy2001 <https://github.com/Hyy2001X/AutoBuild-Actions>
|
||||||
# AutoBuild Module by Hyy2001
|
|
||||||
# AutoBuild DiyScript
|
# AutoBuild DiyScript
|
||||||
|
|
||||||
Diy_Core() {
|
Diy_Core() {
|
||||||
|
@ -14,19 +13,13 @@ Diy_Core() {
|
||||||
INCLUDE_DRM_I915=true
|
INCLUDE_DRM_I915=true
|
||||||
INCLUDE_Theme_Argon=true
|
INCLUDE_Theme_Argon=true
|
||||||
INCLUDE_Obsolete_PKG_Compatible=false
|
INCLUDE_Obsolete_PKG_Compatible=false
|
||||||
|
|
||||||
Upload_VM_Firmware=false
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Firmware-Diy() {
|
Firmware-Diy() {
|
||||||
TIME "Starting run Firmware-Diy commands..."
|
case "${TARGET_PROFILE}" in
|
||||||
AddPackage git other luci-app-adguardhome Hyy2001X
|
|
||||||
|
|
||||||
case ${TARGET_PROFILE} in
|
|
||||||
d-team_newifi-d2)
|
d-team_newifi-d2)
|
||||||
Replace_File CustomFiles/mac80211.sh package/kernel/mac80211/files/lib/wifi
|
Replace_File CustomFiles/mac80211.sh package/kernel/mac80211/files/lib/wifi
|
||||||
Replace_File CustomFiles/system_d-team_newifi-d2 package/base-files/files/etc/config system
|
Replace_File CustomFiles/system_d-team_newifi-d2 package/base-files/files/etc/config system
|
||||||
# Replace_File CustomFiles/Patches/102-mt7621-fix-cpu-clk-add-clkdev.patch target/linux/ramips/patches-5.4
|
# Replace_File CustomFiles/Patches/102-mt7621-fix-cpu-clk-add-clkdev.patch target/linux/ramips/patches-5.4
|
||||||
;;
|
|
||||||
esac
|
esac
|
||||||
}
|
}
|
Loading…
Reference in New Issue