You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
329 B
Makefile
15 lines
329 B
Makefile
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=Configrure modem bands via mmcli utility
|
|
LUCI_DEPENDS:=+modemmanager +luci-compat
|
|
PKG_LICENSE:=GPLv3
|
|
PKG_VERSION:=0.0.5-4
|
|
|
|
define Package/luci-app-mmconfig/postrm
|
|
rm -f /etc/config/modemconfig
|
|
endef
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|