Add support Asus RT-AX89X

This commit is contained in:
remittor
2024-01-28 12:37:53 +03:00
parent 7aa73f065c
commit 771bba4633
3 changed files with 80 additions and 0 deletions

View File

@@ -94,6 +94,12 @@ if [ "$TARGET_INITRAMFS_FORCE" = y ]; then
sed -i '/CONFIG_TARGET_ROOTFS_INITRAMFS_SEPARATE=y/d' $CFG
fi
if [ "$TARGET_INITRAMFS_FORCE" = y ]; then
sed -i '/_DEFAULT_ipq-wifi-/d' $CFG
sed -i '/_PACKAGE_ipq-wifi-/d' $CFG
sed -i '/_PACKAGE_ath11k-firmware-/d' $CFG
fi
wpad_openssl=$( get_cfg_pkg_flag $XDIR/__current.config wpad-openssl )
if [ "$wpad_openssl" = y ]; then
logmsg "Forced using wpad-openssl !!!"