From: Sven Eckelmann Date: Thu, 3 Feb 2022 18:54:23 +0000 (+0100) Subject: alfred: update to version 2022.0 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;ds=sidebyside;h=3aa4cfbe7b31d2600fb6708d7d0aa55816b00138;p=feed%2Frouting.git alfred: update to version 2022.0 * coding style cleanups and refactoring * allow changing of batman-adv interface at runtime * allow to start alfred without interfaces specified Signed-off-by: Sven Eckelmann --- diff --git a/alfred/Makefile b/alfred/Makefile index 25730ad..aeb2c00 100644 --- a/alfred/Makefile +++ b/alfred/Makefile @@ -3,12 +3,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=alfred -PKG_VERSION:=2021.4 +PKG_VERSION:=2022.0 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://downloads.open-mesh.org/batman/releases/batman-adv-$(PKG_VERSION) -PKG_HASH:=4c79b6c45de4bcc8cbfe64cba9a0f8b4ef304ca84c194622f2bfa41e01e2cb95 +PKG_HASH:=abba1dac61eccfcd6329e7331d0555fecc937760fb36c6cf55ce6c1d751cfd98 PKG_MAINTAINER:=Simon Wunderlich PKG_LICENSE:=GPL-2.0-only MIT