Add Intel 3168 AC Support

This commit is contained in:
xopenwrt 2023-03-12 23:55:38 +08:00 committed by GitHub
parent 084877506e
commit 6525bed75b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -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}

View File

@ -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