mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-02 14:11:44 +02:00
upgrade apex to 1.5.13, fixup EABI support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10484 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
8b6ea81a18
commit
b771ffff18
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user