2 # Copyright (C) 2006-2011 OpenWrt.org
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
8 include $(TOPDIR
)/rules.mk
14 PKG_SOURCE
:=$(PKG_NAME
)-$(PKG_VERSION
).
tar.gz
15 PKG_SOURCE_URL
:=ftp
://ftp.buici.com
/pub
/apex
/ \
16 ftp
://metalab.unc.edu
/pub
/Linux
/system
/boot
/apex
/
17 PKG_MD5SUM
:=9606cf2e3fd2c9a86fe0b61388509a30
20 include $(INCLUDE_DIR
)/package.mk
22 export GCC_HONOUR_COPTS
=s
26 CATEGORY
:=Boot Loaders
27 DEPENDS
:=@TARGET_ixp4xx
29 TITLE
:=Boot loader for NSLU2
, FSG3
, NAS100D and others
30 URL
:=http
://wiki.buici.com
/wiki
/Apex_Bootloader
34 $(MAKE
) -C
$(PKG_BUILD_DIR
) \
37 $(MAKE
) -C
$(PKG_BUILD_DIR
) \
38 $(TARGET_CONFIGURE_OPTS
) \
42 $(INSTALL_BIN
) $(PKG_BUILD_DIR
)/apex.bin
$(PKG_BUILD_DIR
)/out
/apex-
$(2).bin
46 $(INSTALL_DIR
) $(PKG_BUILD_DIR
)/out
47 $(call build_apex
,slugos-nslu2-armeb
,nslu2-armeb
)
48 $(call build_apex
,slugos-nslu2-16mb-armeb
,nslu2-16mb-armeb
)
49 $(call build_apex
,slugos-fsg3-armeb
,fsg3-armeb
)
50 $(call build_apex
,slugos-nas100d-armeb
,nas100d-armeb
)
53 define Package
/apex
/install
54 $(INSTALL_DIR
) $(STAGING_DIR
)/apex
55 $(CP
) $(PKG_BUILD_DIR
)/out
/*.bin
$(1)/
58 $(eval
$(call BuildPackage
,apex
))