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
3 changed files with 5 additions and 2 deletions
+1 -1
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