diff --git a/bird2/Makefile b/bird2/Makefile index 26a3ee5..9c672c5 100644 --- a/bird2/Makefile +++ b/bird2/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=bird2 PKG_VERSION:=2.15.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=bird-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=ftp://bird.network.cz/pub/bird @@ -97,6 +97,10 @@ protocols, telling BIRD to show various information, telling it to show a routing table filtered by a filter, or asking BIRD to reconfigure. endef +ifeq ($(ARCH),arm) +TARGET_CFLAGS+=-mno-unaligned-access +endif + CONFIGURE_ARGS += --disable-libssh define Package/bird2/conffiles