aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ixp4xx-2.6/image/apex
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-04-02 12:05:57 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-04-02 12:05:57 +0000
commit120d15cd19c62a07e3f74949091fffd30b4b5eb1 (patch)
tree0362458af8f0f946ab81d4357d39c624fd8d0dcc /target/linux/ixp4xx-2.6/image/apex
parentcbb4b957862c4c2a8fc5247e4df61f4cce83842d (diff)
downloadmaster-187ad058-120d15cd19c62a07e3f74949091fffd30b4b5eb1.tar.gz
master-187ad058-120d15cd19c62a07e3f74949091fffd30b4b5eb1.tar.bz2
master-187ad058-120d15cd19c62a07e3f74949091fffd30b4b5eb1.zip
fix xscale compile (#1495)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6827 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ixp4xx-2.6/image/apex')
-rw-r--r--target/linux/ixp4xx-2.6/image/apex/Makefile22
1 files changed, 3 insertions, 19 deletions
diff --git a/target/linux/ixp4xx-2.6/image/apex/Makefile b/target/linux/ixp4xx-2.6/image/apex/Makefile
index e950aa09b8..7b781cfbdb 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))