Add Intel 3168 AC Support
This commit is contained in:
parent
084877506e
commit
6525bed75b
|
@ -21,7 +21,10 @@ CONFIG_PACKAGE_luci-theme-material=y
|
||||||
CONFIG_PACKAGE_luci-theme-neobird=y
|
CONFIG_PACKAGE_luci-theme-neobird=y
|
||||||
|
|
||||||
# wifi
|
# wifi
|
||||||
|
# 7625d Adapter
|
||||||
CONFIG_PACKAGE_iwlwifi-firmware-iwl7265d=y
|
CONFIG_PACKAGE_iwlwifi-firmware-iwl7265d=y
|
||||||
|
# Intel 3168 Adapter
|
||||||
|
CONFIG_PACKAGE_iwlwifi-firmware-iwl3168=y
|
||||||
CONFIG_PACKAGE_kmod-iwlwifi=y
|
CONFIG_PACKAGE_kmod-iwlwifi=y
|
||||||
CONFIG_PACKAGE_hostapd=y
|
CONFIG_PACKAGE_hostapd=y
|
||||||
CONFIG_PACKAGE_hostapd-common=y
|
CONFIG_PACKAGE_hostapd-common=y
|
||||||
|
|
|
@ -115,7 +115,7 @@ EOF
|
||||||
AddPackage git passwall-luci openwrt-passwall xiaorouji luci
|
AddPackage git passwall-luci openwrt-passwall xiaorouji luci
|
||||||
AddPackage git other luci-app-dockerman lisaac master
|
AddPackage git other luci-app-dockerman lisaac master
|
||||||
rm -rf packages/lean/autocore
|
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:/bin/ash:'/bin/bash':g' ${BASE_FILES}/etc/passwd
|
||||||
#sed -i "s?6.0?5.19?g" ${WORK}/target/linux/x86/Makefile
|
#sed -i "s?6.0?5.19?g" ${WORK}/target/linux/x86/Makefile
|
||||||
# patch < ${CustomFiles}/Patches/upgrade_intel_igpu_drv.patch -p1 -d ${WORK}
|
# patch < ${CustomFiles}/Patches/upgrade_intel_igpu_drv.patch -p1 -d ${WORK}
|
||||||
|
|
|
@ -126,7 +126,7 @@ Firmware_Diy_Main() {
|
||||||
chmod 777 -R ${Scripts} ${CustomFiles}
|
chmod 777 -R ${Scripts} ${CustomFiles}
|
||||||
if [[ ${AutoBuild_Features} == true ]]
|
if [[ ${AutoBuild_Features} == true ]]
|
||||||
then
|
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}
|
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
|
for i in ${GITHUB_ENV} $(PKG_Finder d package AutoBuild-Packages)/autoupdate/files/etc/autoupdate/default
|
||||||
do
|
do
|
||||||
|
|
Loading…
Reference in New Issue