summaryrefslogtreecommitdiff
path: root/target/linux/ixp4xx/image/apex/Makefile
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2008-11-29 02:25:36 +0000
committerRod Whitby <rod@whitby.id.au>2008-11-29 02:25:36 +0000
commited172748e11f197c320db7d1095fc0e3b0037fa5 (patch)
treefbaf382034c31638b01c08d8dbaecf99f943fe85 /target/linux/ixp4xx/image/apex/Makefile
parent570f4128cd31abaca659668f460e27b9e5f8fee0 (diff)
downloadmtk-20170518-ed172748e11f197c320db7d1095fc0e3b0037fa5.zip
mtk-20170518-ed172748e11f197c320db7d1095fc0e3b0037fa5.tar.gz
mtk-20170518-ed172748e11f197c320db7d1095fc0e3b0037fa5.tar.bz2
ixp4xx/apex: Update to Apex 1.5.14, and add support for the Freecom FSG-3
SVN-Revision: 13423
Diffstat (limited to 'target/linux/ixp4xx/image/apex/Makefile')
-rw-r--r--target/linux/ixp4xx/image/apex/Makefile14
1 files changed, 12 insertions, 2 deletions
diff --git a/target/linux/ixp4xx/image/apex/Makefile b/target/linux/ixp4xx/image/apex/Makefile
index e205fa5..fdb2a05 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.13
+PKG_VERSION:=1.5.14
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:=5feb7a05431e5e8a4aa36fb23347de8e
+PKG_MD5SUM:=22fb46e76c8221c7bcc9734602367460
include $(INCLUDE_DIR)/package.mk
export GCC_HONOUR_COPTS=s
@@ -47,6 +47,16 @@ define Build/Compile
ARCH=arm \
all
$(INSTALL_BIN) $(PKG_BUILD_DIR)/apex.bin $(TARGET)/apex-nslu2-16mb-armeb.bin
+ $(MAKE) -C $(PKG_BUILD_DIR) \
+ ARCH=arm \
+ slugos-fsg3-armeb_config
+ $(SED) 's,.*CONFIG_AEABI.*,$(if $(CONFIG_EABI_SUPPORT),CONFIG_AEABI=y,# CONFIG_AEABI is not set),' $(PKG_BUILD_DIR)/.config
+ $(MAKE) -C $(PKG_BUILD_DIR) \
+ $(TARGET_CONFIGURE_OPTS) \
+ KBUILD_HAVE_NLS=no \
+ ARCH=arm \
+ all
+ $(INSTALL_BIN) $(PKG_BUILD_DIR)/apex.bin $(TARGET)/apex-fsg3-armeb.bin
endef
define Build/InstallDev