X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;ds=sidebyside;f=target%2Flinux%2Fixp4xx%2Fimage%2Fapex%2FMakefile;h=d6c4c4a0c22ea978cd9f3c38de69287c1ff76b30;hb=1846ada5d5a04c61bdbe38ba42180ac6d62c0dab;hp=e205fa5e74e27e60bed2aa5273a69de17a0f8ab1;hpb=f776f63b764e970f2298bf09bd7b4f9902af4799;p=openwrt-10.03%2F.git diff --git a/target/linux/ixp4xx/image/apex/Makefile b/target/linux/ixp4xx/image/apex/Makefile index e205fa5e7..d6c4c4a0c 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_RELEASE:=1 +PKG_VERSION:=1.5.14 +PKG_RELEASE:=2 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