mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 14:23:38 +00:00
20 lines
434 B
Makefile
20 lines
434 B
Makefile
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_NAME:=luci-app-mtwifi
|
|
PKG_LICENSE:=GPLv2
|
|
PKG_MAINTAINER:=Hua Shao <nossiac@163.com>
|
|
|
|
LUCI_TITLE:=LuCI support for mt wifi driver
|
|
LUCI_DEPENDS:=@TARGET_ramips @!PACKAGE_kmod-mt7615d_dbdc +mt_wifi
|
|
LUCI_PKGARCH:=all
|
|
PKG_VERSION:=1
|
|
PKG_RELEASE:=8
|
|
|
|
define Package/luci-app-mtwifi/conffiles
|
|
/etc/wireless/mt7615/
|
|
endef
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|