blob: 242f6a1dfae9cf7ffe81463a08529b0a01082525 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# See /LICENSE for more information.
# This is free software, licensed under the GNU General Public License v2.
include $(TOPDIR)/rules.mk
LUCI_TITLE:=LuCI support for BMX7
LUCI_DEPENDS:=+luci-base +bmx7 +bmx7-uci-config +bmx7-json +bmx7-tun +bmx7-iwinfo
PKG_MAINTAINER:= Roger Pueyo <roger.pueyo@guifi.net> \
Pau Escrich <p4u@dabax.net>
PKG_LICENSE:=GPL-2.0-or-later
include ../../luci.mk
# call BuildPackage - OpenWrt buildroot signature
|