Makefile 443 B

1234567891011121314
  1. # See /LICENSE for more information.
  2. # This is free software, licensed under the GNU General Public License v2.
  3. include $(TOPDIR)/rules.mk
  4. LUCI_TITLE:=LuCI support for BMX7
  5. LUCI_DEPENDS:=+luci-compat +luci-lib-json +luci-mod-admin-full +bmx7 +bmx7-json
  6. PKG_MAINTAINER:= Roger Pueyo <roger.pueyo@guifi.net> \
  7. Pau Escrich <p4u@dabax.net>
  8. PKG_LICENSE:=GPL-2.0-or-later
  9. include ../../luci.mk
  10. # call BuildPackage - OpenWrt buildroot signature