23 lines
558 B
Makefile
23 lines
558 B
Makefile
# Copyright (C) 2023 Siriling <siriling@qq.com>
|
|
# This is free software, licensed under the GNU General Public License v3.
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_NAME:=luci-app-qmodem-mwan
|
|
LUCI_TITLE:=Luci qwrt modem mwan support
|
|
LUCI_PKGARCH:=all
|
|
PKG_VERSION:=1
|
|
PKG_LICENSE:=GPLv3
|
|
PKG_LINCESE_FILES:=LICENSE
|
|
PKG_MAINTAINER:=Tom <fjrcn@outlook.com>
|
|
LUCI_DEPENDS:=+luci-app-qmodem +luci-app-mwan3
|
|
|
|
|
|
define Package/luci-app-qmodem-mwan/conffiles
|
|
/etc/config/modem_mwan
|
|
endef
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|