Skip to content

lime-proto-olsr2

https://github.com/libremesh/lime-packages/blob/master/packages/lime-proto-olsr2

Makefile

#
# Copyright (C) 2006-2016 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v3.
#

include ../../libremesh.mk

define Package/$(PKG_NAME)
	TITLE:=LiMe OLSR2 proto support (IPv4/v6)
	CATEGORY:=LibreMesh
	MAINTAINER:=Gabriel <gabriel@autistici.org>
	URL:=http://libremesh.org
	DEPENDS:=+lua +libuci-lua +lime-system +oonf-olsrd2 +luci-lib-ip \
		 +luci-lib-nixio
	PKGARCH:=all
endef

$(eval $(call BuildPackage,$(PKG_NAME)))