diff --git a/package/lean/mt/drivers/mt7615d/src/mt_wifi/embedded/mcu/andes_mt.c b/package/lean/mt/drivers/mt7615d/src/mt_wifi/embedded/mcu/andes_mt.c index e1215cd3f..339b4f28e 100644 --- a/package/lean/mt/drivers/mt7615d/src/mt_wifi/embedded/mcu/andes_mt.c +++ b/package/lean/mt/drivers/mt7615d/src/mt_wifi/embedded/mcu/andes_mt.c @@ -2675,8 +2675,8 @@ static VOID GenericEventHandler(UINT8 EID, UINT8 ExtEID, UINT8 *Data) break; default: - MTWF_LOG(DBG_CAT_FW, DBG_SUBCAT_ALL, DBG_LVL_OFF, - ("%s: Unknown Event(%x)\n", __func__, EID)); + /* MTWF_LOG(DBG_CAT_FW, DBG_SUBCAT_ALL, DBG_LVL_OFF, + ("%s: Unknown Event(%x)\n", __func__, EID)); */ break; } } diff --git a/target/linux/ramips/Makefile b/target/linux/ramips/Makefile index ca358d6c6..d3f2d4b8f 100644 --- a/target/linux/ramips/Makefile +++ b/target/linux/ramips/Makefile @@ -10,7 +10,7 @@ BOARDNAME:=MediaTek Ralink MIPS SUBTARGETS:=mt7620 mt7621 mt76x8 rt288x rt305x rt3883 FEATURES:=squashfs gpio -KERNEL_PATCHVER:=5.10 +KERNEL_PATCHVER:=5.4 KERNEL_TESTING_PATCHVER:=5.10 define Target/Description diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk index 0c73c3459..83df9b1b6 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/image/mt7621.mk @@ -1156,7 +1156,7 @@ define Device/phicomm_k2p DEVICE_VENDOR := Phicomm DEVICE_MODEL := K2P SUPPORTED_DEVICES += k2p - DEVICE_PACKAGES := kmod-mt7615d_dbdc -luci-newapi -wpad-openssl + DEVICE_PACKAGES := -luci-newapi -wpad-openssl kmod-mt7615d_dbdc wireless-tools endef TARGET_DEVICES += phicomm_k2p