diff options
author | rwhitby <rwhitby@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-11-29 02:25:36 +0000 |
---|---|---|
committer | rwhitby <rwhitby@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-11-29 02:25:36 +0000 |
commit | 3bb225a16ae7c39f8d979bfa095bece2233bf0f2 (patch) | |
tree | 451475b88946badc4706ddba1057593dd7c61789 /target/linux/ixp4xx/image/apex/Makefile | |
parent | 7cb8a00831cc3d003a515f58b7cc7d13716c4658 (diff) |
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
Diffstat (limited to 'target/linux/ixp4xx/image/apex/Makefile')
-rw-r--r-- | target/linux/ixp4xx/image/apex/Makefile | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/target/linux/ixp4xx/image/apex/Makefile b/target/linux/ixp4xx/image/apex/Makefile index e205fa5e7..fdb2a054e 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 |