|
|
@ -6,18 +6,13 @@
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
|
|
|
|
PKG_NAME:=luci-app-easymesh
|
|
|
|
PKG_NAME:=luci-app-easymesh
|
|
|
|
PKG_VERSION:=2.8.12
|
|
|
|
PKG_VERSION:=2.8.17
|
|
|
|
PKG_RELEASE:=$(AUTORELEASE)
|
|
|
|
PKG_RELEASE:=$(AUTORELEASE)
|
|
|
|
PKG_MAINTAINER:=Jason Hawks <jason@torguard.net>
|
|
|
|
PKG_MAINTAINER:=Jason Hawks <jason@torguard.net>
|
|
|
|
|
|
|
|
|
|
|
|
LUCI_TITLE:=LuCI Support for easymesh
|
|
|
|
LUCI_TITLE:=LuCI Support for easymesh
|
|
|
|
LUCI_DEPENDS:= +kmod-cfg80211 +batctl-default +kmod-batman-adv +dawn +bash
|
|
|
|
LUCI_DEPENDS:= +kmod-cfg80211 +batctl-default +kmod-batman-adv +dawn +bash
|
|
|
|
|
|
|
|
|
|
|
|
# Keep the config file safe
|
|
|
|
|
|
|
|
define Package/luci-app-easymesh/conffiles
|
|
|
|
|
|
|
|
/etc/config/easymesh
|
|
|
|
|
|
|
|
endef
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
|
|
|
|
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|
|
|
|