From e30b4855f5841523ecf1b7f748ef8ee60768c834 Mon Sep 17 00:00:00 2001 From: Rod Whitby Date: Sat, 29 Nov 2008 02:25:36 +0000 Subject: ixp4xx/apex: Update to Apex 1.5.14, and add support for the Freecom FSG-3 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13423 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ixp4xx/image/apex/Makefile | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'target/linux/ixp4xx/image/apex/Makefile') diff --git a/target/linux/ixp4xx/image/apex/Makefile b/target/linux/ixp4xx/image/apex/Makefile index e205fa5e74..fdb2a054e6 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 -- cgit v1.2.3