projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix wep encryption setting for madwifi
[openwrt.git]
/
target
/
linux
/
ixp4xx-2.6
/
image
/
apex
/
Makefile
diff --git
a/target/linux/ixp4xx-2.6/image/apex/Makefile
b/target/linux/ixp4xx-2.6/image/apex/Makefile
index
d01f3b1
..
e950aa0
100644
(file)
--- a/
target/linux/ixp4xx-2.6/image/apex/Makefile
+++ b/
target/linux/ixp4xx-2.6/image/apex/Makefile
@@
-14,7
+14,8
@@
PKG_RELEASE:=1
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=ftp://metalab.unc.edu/pub/Linux/system/boot/apex/
+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_MD5SUM:=ed2183311aacf5714afbd825f3671417
PKG_CAT:=zcat
This page took
0.034305 seconds
and
4
git commands to generate.