From 8136a3603d656a1856372c8874e8451cbe209ebc Mon Sep 17 00:00:00 2001 From: Sven Roederer Date: Fri, 18 Mar 2016 02:44:25 +0100 Subject: [PATCH 1/2] [olsr, oonf] change to new repo --- olsrd/Makefile | 2 +- oonf-dlep-proxy/Makefile | 2 +- oonf-dlep-radio/Makefile | 2 +- oonf-olsrd2/Makefile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/olsrd/Makefile b/olsrd/Makefile index 16cf474..2c31cba 100644 --- a/olsrd/Makefile +++ b/olsrd/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=0.9.0.3 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git -PKG_SOURCE_URL:=http://olsr.org/git/olsrd.git +PKG_SOURCE_URL:=https://github.com/OLSR/olsrd.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_VERSION:=v0.9.0.3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz diff --git a/oonf-dlep-proxy/Makefile b/oonf-dlep-proxy/Makefile index 87fdb60..05bd432 100644 --- a/oonf-dlep-proxy/Makefile +++ b/oonf-dlep-proxy/Makefile @@ -6,7 +6,7 @@ PKG_REV:=35a1f944074e4b832ca39cd9bcccec7f21e65fa9 PKG_RELEASE:=$(PKG_REV) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=http://olsr.org/git/oonf.git +PKG_SOURCE_URL:=https://github.com/OLSR/OONF.git PKG_SOURCE_PROTO:=git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_VERSION:=$(PKG_REV) diff --git a/oonf-dlep-radio/Makefile b/oonf-dlep-radio/Makefile index e4ab37f..9b6a931 100644 --- a/oonf-dlep-radio/Makefile +++ b/oonf-dlep-radio/Makefile @@ -6,7 +6,7 @@ PKG_REV:=35a1f944074e4b832ca39cd9bcccec7f21e65fa9 PKG_RELEASE:=$(PKG_REV) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=http://olsr.org/git/oonf.git +PKG_SOURCE_URL:=https://github.com/OLSR/OONF.git PKG_SOURCE_PROTO:=git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_VERSION:=$(PKG_REV) diff --git a/oonf-olsrd2/Makefile b/oonf-olsrd2/Makefile index a5e7982..fd578d6 100644 --- a/oonf-olsrd2/Makefile +++ b/oonf-olsrd2/Makefile @@ -6,7 +6,7 @@ PKG_REV:=35a1f944074e4b832ca39cd9bcccec7f21e65fa9 PKG_RELEASE:=$(PKG_REV) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=http://olsr.org/git/oonf.git +PKG_SOURCE_URL:=https://github.com/OLSR/OONF.git PKG_SOURCE_PROTO:=git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_VERSION:=$(PKG_REV) From 8a7364f2578f07cce3d07b4a4f59a907bb65f8bf Mon Sep 17 00:00:00 2001 From: Sven Roederer Date: Fri, 18 Mar 2016 08:51:39 +0100 Subject: [PATCH 2/2] olsrd: update (c)-header date --- olsrd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/olsrd/Makefile b/olsrd/Makefile index 2c31cba..e6f85f7 100644 --- a/olsrd/Makefile +++ b/olsrd/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2009-2012 OpenWrt.org +# Copyright (C) 2009-2016 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information.