mirror of
https://github.com/sirpdboy/sirpdboy-package.git
synced 2025-01-09 04:17:45 +08:00
14 lines
287 B
Makefile
14 lines
287 B
Makefile
#
|
|
#-- Copyright (C) 2021 dz <dingzhong110@gmail.com>
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=LuCI Support for easymesh
|
|
LUCI_DEPENDS:= +batctl-full +kmod-batman-adv +wpad-openssl
|
|
PKG_VERSION:=1.1
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|