mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-27 18:41:15 +08:00
16 lines
422 B
Makefile
16 lines
422 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 wireless repeater / client uplink
|
|
LUCI_DEPENDS:=+luci-base +luci-mod-network
|
|
LUCI_PKGARCH:=all
|
|
|
|
PKG_LICENSE:=GPL-2.0
|
|
PKG_MAINTAINER:=lean (coolsnowwolf@gmail.com)
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|