同步 AutoBuild_Function.sh 改动
Load_CustomPackages_List: 加载 /CustomPackages 下的第三方软件包列表 Checkout_Virtual_Images: x86 设备上传虚拟磁盘固件到 Release
This commit is contained in:
parent
06029eb63a
commit
1295df0c0a
|
@ -11,15 +11,16 @@ Diy_Core() {
|
||||||
INCLUDE_DRM_I915=true
|
INCLUDE_DRM_I915=true
|
||||||
INCLUDE_Argon=true
|
INCLUDE_Argon=true
|
||||||
INCLUDE_Obsolete_PKG_Compatible=false
|
INCLUDE_Obsolete_PKG_Compatible=false
|
||||||
|
|
||||||
|
Load_CustomPackages_List=true
|
||||||
|
Checkout_Virtual_Images=true
|
||||||
}
|
}
|
||||||
|
|
||||||
Firmware-Diy() {
|
Firmware-Diy() {
|
||||||
case "${TARGET_PROFILE}" in
|
case "${TARGET_PROFILE}" in
|
||||||
d-team_newifi-d2)
|
d-team_newifi-d2)
|
||||||
Copy CustomFiles/mac80211.sh package/kernel/mac80211/files/lib/wifi
|
Copy CustomFiles/mac80211.sh package/kernel/mac80211/files/lib/wifi
|
||||||
Copy CustomFiles/system_${TARGET_PROFILE} package/base-files/files/etc/config system
|
# Copy CustomFiles/system_${TARGET_PROFILE} package/base-files/files/etc/config system
|
||||||
;;
|
;;
|
||||||
*)
|
|
||||||
:
|
|
||||||
esac
|
esac
|
||||||
}
|
}
|
Loading…
Reference in New Issue