You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
430 B
Makefile
19 lines
430 B
Makefile
#
|
|
#-- PrivateRouter
|
|
#
|
|
#--Add +wpad-mesh-openssl or wpa package for build
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_NAME:=luci-app-easymesh
|
|
PKG_VERSION:=2.8.17
|
|
PKG_RELEASE:=$(AUTORELEASE)
|
|
PKG_MAINTAINER:=Jason Hawks <jason@torguard.net>
|
|
|
|
LUCI_TITLE:=LuCI Support for easymesh
|
|
LUCI_DEPENDS:= +kmod-cfg80211 +batctl-default +kmod-batman-adv +dawn +bash
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|