mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-08-08 20:03:41 +08:00

* mtwifi: add mt7612 support (Thx TangHaili) * mtwifi: mt7603/7612: disable autoload (Thx TangHaili) * ramips: newifi3: use mtwifi * luci-app-mtwifi: sync TangHaili's Source
19 lines
381 B
Makefile
19 lines
381 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
|
|
LUCI_PKGARCH:=all
|
|
PKG_VERSION:=1
|
|
PKG_RELEASE:=12
|
|
|
|
define Package/luci-app-mtwifi/conffiles
|
|
/etc/wireless/mt7615/
|
|
endef
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|