mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
20 lines
524 B
Makefile
20 lines
524 B
Makefile
#
|
|
# Copyright (C) 2015 OpenWrt.org
|
|
#
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
# See /LICENSE for more information.
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=Modem Server
|
|
LUCI_DEPENDS:=+luci-compat +quectel-CM-5G +kmod-usb-acm \
|
|
+kmod-usb-net-cdc-ether +kmod-usb-net-cdc-mbim \
|
|
+kmod-usb-net-qmi-wwan +kmod-usb-net-rndis \
|
|
+kmod-usb-serial-option +kmod-usb-wdm \
|
|
+kmod-qmi_wwan_f +kmod-qmi_wwan_q
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|