mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00

* 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
19 lines
409 B
Makefile
19 lines
409 B
Makefile
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_LICENSE:=GPLv2
|
|
PKG_MAINTAINER:=Hua Shao <nossiac@163.com>
|
|
|
|
LUCI_TITLE:=LuCI support for mt wifi driver
|
|
LUCI_DEPENDS:=@TARGET_ramips +mt_wifi @!PACKAGE_kmod-mt7615d_dbdc
|
|
LUCI_PKGARCH:=all
|
|
PKG_VERSION:=1
|
|
PKG_RELEASE:=16
|
|
|
|
define Package/luci-app-mtwifi/conffiles
|
|
/etc/wireless/mt7615/
|
|
endef
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|