projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ifxmips: fix mdio register access bitmask
[openwrt.git]
/
package
/
carl9170
/
Makefile
diff --git
a/package/carl9170/Makefile
b/package/carl9170/Makefile
index
10c83a4
..
09b94da
100644
(file)
--- a/
package/carl9170/Makefile
+++ b/
package/carl9170/Makefile
@@
-1,5
+1,5
@@
-#
-# Copyright (C) 20
06
OpenWrt.org
+#
+# Copyright (C) 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.
@@
-13,7
+13,8
@@
PKG_VERSION:=0.9.2.1
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
-PKG_SOURCE_URL:=http://www.kernel.org/pub/linux/kernel/people/chr/carl9170/$(PKG_VERSION)
+PKG_SOURCE_URL:=@KERNEL/linux/kernel/people/chr/carl9170/$(PKG_VERSION) \
+ @KERNEL/linux/kernel/people/chr/carl9170/old/$(PKG_VERSION)
PKG_MD5SUM:=5f0057ea651343460ea4f1fb093a4bdf
include $(INCLUDE_DIR)/package.mk
PKG_MD5SUM:=5f0057ea651343460ea4f1fb093a4bdf
include $(INCLUDE_DIR)/package.mk
This page took
0.024987 seconds
and
4
git commands to generate.