X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=alfred%2FMakefile;h=09f62d4dda9cd2c43fd62e2e8bd74e22978d4021;hb=8e27d38c71b04d1c846e0e0bd12cc3737e8a34f3;hp=319795a4cb06cd06911caf7699e8185aaf5616dc;hpb=b429e28714296aaa14c03a0db6e53dd84cad3b25;p=feed%2Frouting.git diff --git a/alfred/Makefile b/alfred/Makefile index 319795a..09f62d4 100644 --- a/alfred/Makefile +++ b/alfred/Makefile @@ -11,9 +11,9 @@ include $(TOPDIR)/rules.mk # The latest alfred git hash in PKG_REV can be obtained from https://git.open-mesh.org/alfred.git # PKG_NAME:=alfred -PKG_VERSION:=2016.3 +PKG_VERSION:=2016.4 PKG_RELEASE:=0 -PKG_MD5SUM:=8a33199b8926a960889d1cf08535ef63 +PKG_MD5SUM:=172501ca734ac584fa13f10dcfa708da PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://downloads.open-mesh.org/batman/releases/batman-adv-$(PKG_VERSION) @@ -66,7 +66,6 @@ MAKE_ALFRED_FLAGS=\ TARGET_CFLAGS += -ffunction-sections -fdata-sections -flto TARGET_LDFLAGS += -Wl,--gc-sections -fuse-linker-plugin -TARGET_CPPFLAGS += -D_GNU_SOURCE define Build/Compile CFLAGS="$(TARGET_CPPFLAGS) $(TARGET_CFLAGS)" \