2024-10-09 13:57:25 +08:00

23 lines
529 B
Makefile

# Copyright (C) 2024 Tom <fjrcn@outlook.com>
# This is free software, licensed under the GNU General Public License v3.
include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-qmodem-hc
LUCI_TITLE:=hc-g80 sim switch
LUCI_PKGARCH:=all
PKG_VERSION:=2.1
PKG_LICENSE:=GPLv3
PKG_LINCESE_FILES:=LICENSE
PKG_MAINTAINER:=Tom <fjrcn@outlook.com>
LUCI_DEPENDS:=+luci-app-qmodem
define Package/luci-app-qmodem-hc/conffiles
/etc/config/qmodem_hc_sim
endef
include $(TOPDIR)/feeds/luci/luci.mk
# call BuildPackage - OpenWrt buildroot signature