projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[package] resolveip: fix whitespace
[openwrt.git]
/
package
/
apex
/
Makefile
diff --git
a/package/apex/Makefile
b/package/apex/Makefile
index
75a8ad7
..
f17118e
100644
(file)
--- a/
package/apex/Makefile
+++ b/
package/apex/Makefile
@@
-1,22
+1,20
@@
-#
-# Copyright (C) 2006 OpenWrt.org
+#
+# Copyright (C) 2006
-2011
OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
-# $Id$
include $(TOPDIR)/rules.mk
PKG_NAME:=apex
include $(TOPDIR)/rules.mk
PKG_NAME:=apex
-PKG_VERSION:=1.
5.14
-PKG_RELEASE:=
3
+PKG_VERSION:=1.
6.9
+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_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:=
22fb46e76c8221c7bcc973460236746
0
+PKG_MD5SUM:=
9606cf2e3fd2c9a86fe0b61388509a3
0
PKG_TARGETS:=bin
include $(INCLUDE_DIR)/package.mk
PKG_TARGETS:=bin
include $(INCLUDE_DIR)/package.mk
@@
-36,7
+34,6
@@
define build_apex
$(MAKE) -C $(PKG_BUILD_DIR) \
ARCH=arm \
$(1)_config
$(MAKE) -C $(PKG_BUILD_DIR) \
ARCH=arm \
$(1)_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 \
$(MAKE) -C $(PKG_BUILD_DIR) \
$(TARGET_CONFIGURE_OPTS) \
KBUILD_HAVE_NLS=no \
This page took
0.020435 seconds
and
4
git commands to generate.