Skip to content

Commit

Permalink
iwinfo: update to latest HEAD
Browse files Browse the repository at this point in the history
c9f5c3f devices: add MediaTek MT7981 WMAC compatible
b3888b2 devices: add compatible strings for Ralink WiSoCs

Signed-off-by: David Bauer <[email protected]>
  • Loading branch information
blocktrron authored and aiamadeus committed May 18, 2023
1 parent 1b65d38 commit 52f16db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 42 deletions.
6 changes: 3 additions & 3 deletions package/network/utils/iwinfo/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ PKG_RELEASE:=1

PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=$(PROJECT_GIT)/project/iwinfo.git
PKG_SOURCE_DATE:=2023-02-06
PKG_SOURCE_VERSION:=c7eb8ebe33de2ff2d08064258edb047e5ac09f29
PKG_MIRROR_HASH:=f1124cf305710b0f04e2ea6dd42ba96ba4a3367da4d4afb4c19d5af9905b1cc2
PKG_SOURCE_DATE:=2023-05-17
PKG_SOURCE_VERSION:=c9f5c3f7b50d146f18be1458ab5591defc0af6da
PKG_MIRROR_HASH:=0d9263cbbe79d62966398af66b3b3ce7b58991da6b266f8f4ec2ec4be3d4ad97
PKG_MAINTAINER:=Jo-Philipp Wich <[email protected]>
PKG_LICENSE:=GPL-2.0

Expand Down
39 changes: 0 additions & 39 deletions package/network/utils/iwinfo/patches/001-ralink.patch
Original file line number Diff line number Diff line change
Expand Up @@ -1494,42 +1494,3 @@

compile: clean $(IWINFO_LIB) $(IWINFO_LUA) $(IWINFO_CLI)

--- a/devices.txt
+++ b/devices.txt
@@ -174,6 +174,36 @@
0x1814 0x3662 0x1814 0x000d 0 0 "Ralink" "Rt3662"
0x1814 0x3883 0x1814 0x000d 0 0 "Ralink" "Rt3883"
0x1814 0x5350 0x1814 0x000f 0 0 "Ralink" "Rt5350"
+/* MT7620 */
+0x1814 0x7620 0x1814 0x0000 0 0 "Mediatek" "MT7620"
+0x1814 0x7620 0x1814 0xffff 0 0 "Mediatek" "MT7620"
+0x1814 0x7620 0x1814 0x7620 0 0 "Mediatek" "MT7620"
+/* MT7610 */
+0x1814 0x7610 0x1814 0x0000 0 0 "Mediatek" "MT7610"
+0x1814 0x7610 0x1814 0xffff 0 0 "Mediatek" "MT7610"
+0x1814 0x7610 0x1814 0x7610 0 0 "Mediatek" "MT7610"
+/* MT7602/MT7612/MT7662 */
+0x1814 0x7662 0x1814 0x0000 0 0 "Mediatek" "MT7612"
+0x1814 0x7662 0x1814 0xffff 0 0 "Mediatek" "MT7612"
+0x1814 0x7662 0x1814 0x7602 0 0 "Mediatek" "MT7602"
+0x1814 0x7662 0x1814 0x7612 0 0 "Mediatek" "MT7612"
+0x1814 0x7662 0x1814 0x7662 0 0 "Mediatek" "MT7662"
+/* MT7603 */
+0x1814 0x7603 0x1814 0x0000 0 0 "Mediatek" "MT7603"
+0x1814 0x7603 0x1814 0xffff 0 0 "Mediatek" "MT7603"
+0x1814 0x7603 0x1814 0x7603 0 0 "Mediatek" "MT7603"
+/* MT7628/MT7688 */
+0x1814 0x7628 0x1814 0x0000 0 0 "Mediatek" "MT7628"
+0x1814 0x7628 0x1814 0xffff 0 0 "Mediatek" "MT7628"
+0x1814 0x7628 0x1814 0x7628 0 0 "Mediatek" "MT7628"
+0x1814 0x7628 0x1814 0x7688 0 0 "Mediatek" "MT7688"
+/* MT7615 */
+0x1814 0x7615 0x1814 0x0000 0 0 "Mediatek" "MT7615"
+0x1814 0x7615 0x1814 0xffff 0 0 "Mediatek" "MT7615"
+0x1814 0x7615 0x1814 0x7615 0 0 "Mediatek" "MT7615"
+
+0x14c3 0x7615 0x14c3 0x0000 0 0 "MediaTek" "MT7615E"
+
0x11ab 0x2a55 0x11ab 0x0000 0 0 "Marvell" "88W8864"
0x02df 0x9135 0x0000 0x0000 0 0 "Marvell" "88W8887"
0x11ab 0x2b40 0x11ab 0x0000 0 0 "Marvell" "88W8964"

0 comments on commit 52f16db

Please sign in to comment.