projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[kernel] kmod-usb-core is buildin on etrax target
[openwrt.git]
/
toolchain
/
eglibc
/
Makefile
diff --git
a/toolchain/eglibc/Makefile
b/toolchain/eglibc/Makefile
index
b72b4bd
..
3d3a1da
100644
(file)
--- a/
toolchain/eglibc/Makefile
+++ b/
toolchain/eglibc/Makefile
@@
-1,5
+1,5
@@
#
#
-# Copyright (C) 2006-20
09
OpenWrt.org
+# Copyright (C) 2006-20
10
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.
@@
-30,6
+30,12
@@
endif
ifneq ($(CONFIG_EGLIBC_VERSION_2_10),)
PKG_SOURCE_URL:=svn://svn.eglibc.org/branches/eglibc-2_10
endif
ifneq ($(CONFIG_EGLIBC_VERSION_2_10),)
PKG_SOURCE_URL:=svn://svn.eglibc.org/branches/eglibc-2_10
endif
+ifneq ($(CONFIG_EGLIBC_VERSION_2_11),)
+ PKG_SOURCE_URL:=svn://svn.eglibc.org/branches/eglibc-2_11
+endif
+ifneq ($(CONFIG_EGLIBC_VERSION_2_12),)
+ PKG_SOURCE_URL:=svn://svn.eglibc.org/branches/eglibc-2_12
+endif
ifneq ($(CONFIG_EGLIBC_VERSION_TRUNK),)
PKG_SOURCE_URL:=svn://svn.eglibc.org/trunk
endif
ifneq ($(CONFIG_EGLIBC_VERSION_TRUNK),)
PKG_SOURCE_URL:=svn://svn.eglibc.org/trunk
endif
This page took
0.018288 seconds
and
4
git commands to generate.