mirror of
https://github.com/openwrt/luci.git
synced 2026-06-17 14:50:21 +04:00
f578786152
migrate away from the old luci-app lua control system. See: https://github.com/openwrt/luci/issues/7310 The lua app was relatively broken prior to conversion. Strangely, bmx7-uci-config package is what installs the init.d service and uci config. Signed-off-by: Paul Donald <newtwen+github@gmail.com>
15 lines
445 B
Makefile
15 lines
445 B
Makefile
# 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
|