0
0
mirror of https://github.com/openwrt/luci.git synced 2025-02-22 18:56:38 +00:00
Sergey Ponomarev 2edb20189a applications: replace +luci-mod-admin-full with +luci-base
The apps don't need for the admin full.

Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
2023-09-24 11:10:06 +03:00

15 lines
433 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-compat +luci-lib-json +luci-base +bmx7 +bmx7-json
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