X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=target%2Flinux%2Fixp4xx%2Fimage%2Fapex%2FMakefile;h=789d4f21312487a808c4e40ec6e41f042d4836c1;hb=b771ffff183d7f173dcf09d717cb0d9c99def2b2;hp=759a4ef75be3f4e52c3df73d84a9e414dc55924c;hpb=17c7b6c3fdc48301e50d22cc6138ede16bd1be24;p=openwrt-10.03%2F.git diff --git a/target/linux/ixp4xx/image/apex/Makefile b/target/linux/ixp4xx/image/apex/Makefile index 759a4ef75..789d4f213 100644 --- a/target/linux/ixp4xx/image/apex/Makefile +++ b/target/linux/ixp4xx/image/apex/Makefile @@ -9,14 +9,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=apex -PKG_VERSION:=1.5.8 +PKG_VERSION:=1.5.13 PKG_RELEASE:=1 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=ftp://ftp.buici.com/pub/apex/ \ ftp://metalab.unc.edu/pub/Linux/system/boot/apex/ -PKG_MD5SUM:=bb96cc8d50b4f00ee653f0800643ea8a +PKG_MD5SUM:=5feb7a05431e5e8a4aa36fb23347de8e include $(INCLUDE_DIR)/package.mk @@ -24,6 +24,7 @@ define Build/Configure $(MAKE) -C $(PKG_BUILD_DIR) \ ARCH=arm \ slugos-nslu2-armeb_config + $(SED) 's,.*CONFIG_AEABI.*,$(if $(CONFIG_EABI_SUPPORT),CONFIG_AEABI=y,# CONFIG_AEABI is not set),' $(PKG_BUILD_DIR)/.config endef define Build/Compile