mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
ramips: add wireless tool for K2P
This commit is contained in:
parent
f15b1ec524
commit
ea79bf45a6
@ -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;
|
||||
}
|
||||
}
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user