Commit Graph

35 Commits

Author SHA1 Message Date
AmadeusGhost
aabb9a49f7 mtk_apcli: move to wireless 2021-10-29 00:15:23 +08:00
AmadeusGhost
f4ff087e02 luci-app-mtwifi: sync upstream source
From: https://github.com/MeIsReallyBa/MT7915_7621-MT_WIFI-Openwrt
2021-10-29 00:11:18 +08:00
AmadeusGhost
974cee715d mtwifi: add default config for mt7915d
Based on: https://github.com/MeIsReallyBa/MT7915_7621-MT_WIFI-Openwrt
2021-10-29 00:05:06 +08:00
coolsnowwolf
e7b3959470 mtk_apcli: move catagory 2021-07-19 18:56:46 +08:00
coolsnowwolf
4329a501b5 pacakge: add mtk_apcli for mt proprietary driver 2021-07-19 18:53:24 +08:00
coolsnowwolf
ea79bf45a6 ramips: add wireless tool for K2P 2021-07-19 17:05:35 +08:00
coolsnowwolf
6d64ad25d0 mt7615: reduce noise log 2021-07-15 22:12:39 +08:00
AmadeusGhost
d48bf5b190
mtwifi: mt7612: fix build error (#6990) 2021-06-15 17:59:09 +08:00
AmadeusGhost
8724adeaac
Revert "mtwifi: enable autoload by default" (#6070)
This reverts commit 653b7e432e due to
the combination of the mtwifi driver for mt603 and mt7615 will cause
some modules to fail to load normally.
2020-12-21 16:34:56 +08:00
AmadeusGhost
653b7e432e
mtwifi: enable autoload by default (#5905) 2020-12-10 19:08:51 +08:00
练亮斌
13ec6bcfd6
Using luci native support for MT7615(K2P),support muilti SSID (#5844)
* mt7615: try wext and cfg80211

* iwinfo: support ra frequency offset

* iwinfo: ra support assolist, support AC bandwidth, read device id from mtd

* mt7615: clean code

* k2p: wireless interface should not add to bridge, wifi system will handle this

* mt7615: adapt for modern luci

* mt7615: fix Makefile, conflicts with luci-app-mtwifi

* mt_wifi: conflicts with mt7615d

* iwinfo: fix ra probe, scan list

* iwinfo: fix ra scan list

* mt7615: speed up wifi reload

* mt7615: fix bug

* mt7615: fix isolate

* mt7615: clean code

* mt7615: fix CE without cfg80211

* mt7615: split dbdc variant

* mt7615: revert config for non dbdc variant devices

* mt7615: move maccalc dependency to dbdc variant

* mt7615: append author info

* mt7615: move config generation to uci-defaults
2020-12-07 12:55:18 +08:00
AmadeusGhost
73e554dab2
ramips: add support for JCG Y2 (#5815)
JCG Y2 is an AC1300M router

Hardware specs:
  SoC: MediaTek MT7621AT
  Flash: Winbond W25Q128JVSQ 16MiB
  RAM: Nanya NT5CB128M16 256MiB
  2.4GHz: MT7615D 2x2
  5GHz: MT7615D 2x2
  Ethernet: 1 x WAN and 4 x LAN
  LED: POWER, INTERNET, 2.4G, 5G
  USB: 1 x 3.0
  Button: Reset

Flash instructions:
  Upload factory.bin in stock firmware's upgrade page.

Signed-off-by: AmadeusGhost <amadeus@jmu.edu.cn>
2020-11-21 13:36:02 +08:00
AmadeusGhost
91b4f75974
mtwifi: adjust some files calling location (#5805) 2020-11-17 19:18:01 +08:00
acooler15
047d6ea928
mt_wifi lua detect wanif name not null (#5748) 2020-11-08 17:06:51 +08:00
Texot
d61db96155
mtwifi: mt7615: fix multi-profile merge (#5622)
* mtwifi: mt7615: fix multi-profile merge

Currently some settings like AutoChannelSelect, CountryRegion(ABand),
HT_BW/VHT_BW are not respected. This is due to wrong multi-profile
merging when l1profile.dat is not consistent with compiling flag
DEFAULT_5G_PROFILE.

5g profile should be put before 2g profile when DEFAULT_5G_PROFILE is
set.

References:
- 099439f051/package/lean/mt/drivers/mt7615d/Makefile (L52)
- 099439f051/package/lean/mt/drivers/mt7615d/src/mt_wifi/os/linux/rt_profile.c (L211)

* mtwifi: mt7615: fix reload
2020-10-13 01:06:34 +08:00
liuchao
94a7c85782
if wan iface set to apcli0 or apclii0 while wireless relay, add them to lan should be avoided (#5528) 2020-09-23 16:51:29 +08:00
acooler15
0a796c092b
add check and format 'security' parameter in function scan_app , and function connect_ap add bssid option (#5200)
* check and format security

* apcli add bssid option

* updat PKG_RELEASE to 16
2020-07-28 12:44:57 +08:00
AmadeusGhost
30decd5f30
ramips/mtwifi: disable bind apcli interface to lan by default (#5178)
The apcli interface can be bound to either lan or wan, so cancel the
default settings.
2020-07-26 15:02:08 +08:00
AmadeusGhost
6f156e443d
luci-app-mtwifi: add wifi relay support (#5168)
* luci-app-mtwifi: add wifi relay support

Source code: Nossiac/mtk-openwrt-feeds
Based on commit 'wireless: wext: remove ndo_do_ioctl fallback'

* luci-app-mtwifi: fix ap-scan failed

* luci-app-mtwifi: show overview when relay is enabled
2020-07-23 22:39:25 +08:00
AmadeusGhost
15b5fbbc0a
ramips: improve support for dir878/882 (#5058) 2020-07-10 11:58:12 +08:00
AmadeusGhost
0c94245788
mtwifi: update dual 7615 config (Thx zmzhuai and MeIsReallyBa) (#5025) 2020-07-07 17:02:20 +08:00
AmadeusGhost
6647c14b61
rampis: newifi3: adjust led settings (#4999) 2020-07-06 11:41:46 +08:00
coolsnowwolf
108ef02c85 Revert "mtwifi: repair options (#4980)"
This reverts commit 23eb8b49a7.
2020-07-05 18:03:39 +08:00
AmadeusGhost
23eb8b49a7
mtwifi: repair options (#4980) 2020-07-05 17:46:48 +08:00
AmadeusGhost
7dbd43f75f
mtwifi: mt7615: fix install (#4979) 2020-07-05 17:11:28 +08:00
AmadeusGhost
f8baa878b1
mtwifi: mt7615: update config and disable autoload (#4975) 2020-07-05 15:19:40 +08:00
AmadeusGhost
24cb7521b6
mtwifi: add mt7612 support (#4968)
* mtwifi: add mt7612 support (Thx TangHaili)

* mtwifi: mt7603/7612: disable autoload (Thx TangHaili)

* ramips: newifi3: use mtwifi

* luci-app-mtwifi: sync TangHaili's Source
2020-07-05 11:57:49 +08:00
coolsnowwolf
d4539c3188 ramips: fix AC2100/R6850 wireless setting 2020-07-04 20:16:43 +08:00
AmadeusGhost
4c3334c5ba mtwifi: add dual 7615 support (Thx TangHaili) 2020-07-04 13:39:48 +08:00
coolsnowwolf
1c1aef021d add mt proprietary driver for linux 5.4 (Thx MeIsReallyBa and hanwckf) 2020-07-04 11:23:36 +08:00
AmadeusGhost
5e437f378a mtwifi: bump to 5.0.4.0
Source code: https://github.com/MeIsReallyBa/mt7615-dbdc-linux5.4
2020-07-03 12:28:23 +08:00
deadlineOvO
420e0e8579
/sbin/mtkwifi 777 to 755
只是认为 777 没有必要
2020-06-23 09:39:20 +08:00
Shuanglei Tao
4ceb25fb46 luci-app-mtwifi: keep config on backup and upgrade (#2573) 2019-12-25 09:10:10 +08:00
LEAN-ESX
87ddda1137 ramips: enabled firstboot wireless 2019-12-13 21:09:11 -08:00
LEAN-ESX
b1a1360792 packages: add mt packages 2019-11-28 06:45:09 -08:00