From 6525bed75b1e63c1cb7492c416e2f1c874dde044 Mon Sep 17 00:00:00 2001 From: xopenwrt <98641952+xopenwrt@users.noreply.github.com> Date: Sun, 12 Mar 2023 23:55:38 +0800 Subject: [PATCH] Add Intel 3168 AC Support --- Configs/x86_64-X | 3 +++ Scripts/AutoBuild_DiyScript.sh | 2 +- Scripts/AutoBuild_Function.sh | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Configs/x86_64-X b/Configs/x86_64-X index ceee2a5..5c4f501 100644 --- a/Configs/x86_64-X +++ b/Configs/x86_64-X @@ -21,7 +21,10 @@ CONFIG_PACKAGE_luci-theme-material=y CONFIG_PACKAGE_luci-theme-neobird=y # wifi +# 7625d Adapter CONFIG_PACKAGE_iwlwifi-firmware-iwl7265d=y +# Intel 3168 Adapter +CONFIG_PACKAGE_iwlwifi-firmware-iwl3168=y CONFIG_PACKAGE_kmod-iwlwifi=y CONFIG_PACKAGE_hostapd=y CONFIG_PACKAGE_hostapd-common=y diff --git a/Scripts/AutoBuild_DiyScript.sh b/Scripts/AutoBuild_DiyScript.sh index e6bc936..3cdde41 100755 --- a/Scripts/AutoBuild_DiyScript.sh +++ b/Scripts/AutoBuild_DiyScript.sh @@ -115,7 +115,7 @@ EOF AddPackage git passwall-luci openwrt-passwall xiaorouji luci AddPackage git other luci-app-dockerman lisaac master rm -rf packages/lean/autocore - AddPackage git lean autocore-modify Hyy2001X master + AddPackage git lean autocore-modify xopenwrt master sed -i -- 's:/bin/ash:'/bin/bash':g' ${BASE_FILES}/etc/passwd #sed -i "s?6.0?5.19?g" ${WORK}/target/linux/x86/Makefile # patch < ${CustomFiles}/Patches/upgrade_intel_igpu_drv.patch -p1 -d ${WORK} diff --git a/Scripts/AutoBuild_Function.sh b/Scripts/AutoBuild_Function.sh index e83227a..8119e2e 100755 --- a/Scripts/AutoBuild_Function.sh +++ b/Scripts/AutoBuild_Function.sh @@ -126,7 +126,7 @@ Firmware_Diy_Main() { chmod 777 -R ${Scripts} ${CustomFiles} if [[ ${AutoBuild_Features} == true ]] then - AddPackage git other AutoBuild-Packages Hyy2001X master + AddPackage git other AutoBuild-Packages xopenwrt master echo -e "\nCONFIG_PACKAGE_luci-app-autoupdate=y" >> ${CONFIG_FILE} for i in ${GITHUB_ENV} $(PKG_Finder d package AutoBuild-Packages)/autoupdate/files/etc/autoupdate/default do