X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;ds=sidebyside;f=target%2Flinux%2Fixp4xx-2.6%2Fimage%2Fapex%2FMakefile;h=7b781cfbdb0613fc8057814c1d4b162992089f62;hb=d95a7917c4468d89ff2c0bb623b92626a29adb6e;hp=e950aa09b8cc4fc5378b566b0e8f86d71fc44073;hpb=c3d411344787911d91b7fed556a5fe99eff24ebc;p=openwrt-10.03%2F.git diff --git a/target/linux/ixp4xx-2.6/image/apex/Makefile b/target/linux/ixp4xx-2.6/image/apex/Makefile index e950aa09b..7b781cfbd 100644 --- a/target/linux/ixp4xx-2.6/image/apex/Makefile +++ b/target/linux/ixp4xx-2.6/image/apex/Makefile @@ -17,22 +17,9 @@ 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:=ed2183311aacf5714afbd825f3671417 -PKG_CAT:=zcat - -PKG_INSTALL_DIR:=$(TARGET) include $(INCLUDE_DIR)/package.mk -define Package/apex-nslu2 - TITLE:=apex-nslu2 - DESCRIPTION:=\ - The Apex Bootloader (compiled for the Linksys NSLU2). - URL:=http://wiki.buici.com/twiki/bin/view/Main/ApexBootloader - SECTION:=base - CATEGORY:=Boot Loaders - DEPENDS:=@LINUX_2_6_IXP4XX -endef - define Build/Configure $(MAKE) -C $(PKG_BUILD_DIR) \ ARCH=arm \ @@ -46,11 +33,8 @@ define Build/Compile all endef -compile-targets: ${PKG_BUILD_DIR}/.built - -ifneq ($(TARGET),) -install: compile +define Build/InstallDev $(INSTALL_BIN) $(PKG_BUILD_DIR)/apex.bin $(TARGET)/apex-nslu2-armeb.bin -endif +endef -$(eval $(call BuildPackage,apex-nslu2)) +$(eval $(call Build/DefaultTargets))