[v1,1/3] buildscript: update lede to 17.01.2

Submitted by Tim Niemeyer on July 1, 2017, 5:06 p.m.

Details

Message ID 1498928816-12109-1-git-send-email-tim@tn-x.org
State Superseded
Headers show

Commit Message

Tim Niemeyer July 1, 2017, 5:06 p.m.
Signed-off-by: Tim Niemeyer <tim@tn-x.org>
---

 bsp/ar71xx/.config | 1 +
 buildscript        | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

Patch hide | download patch | download mbox

diff --git a/bsp/ar71xx/.config b/bsp/ar71xx/.config
index c0e9b4a..43d063c 100644
--- a/bsp/ar71xx/.config
+++ b/bsp/ar71xx/.config
@@ -85,6 +85,7 @@  CONFIG_CLEAN_IPKG=y
 # CONFIG_PACKAGE_ALFRED_VIS is not set
 CONFIG_PACKAGE_ath10k-firmware-qca988x-ct=m
 CONFIG_PACKAGE_kmod-ath10k-ct=m
+CONFIG_PACKAGE_kmod-hwmon-core=m
 CONFIG_PACKAGE_kmod-ifb=y
 CONFIG_PACKAGE_kmod-ledtrig-heartbeat=y
 CONFIG_PACKAGE_kmod-ledtrig-netdev=y
diff --git a/buildscript b/buildscript
index 72374cd..afa77f8 100755
--- a/buildscript
+++ b/buildscript
@@ -13,9 +13,9 @@ 
 
 builddir=./build
 
-OPENWRTREV="3dbc4175a82c0cfe6c8f435b49bd9370ab442a4f" # LEDE 17.01.1 plus WR841 v12
+OPENWRTREV="2da512ecf4631cd7812283f0931cf6bbf842a313" # LEDE 17.01.2
 OPENWRTURL="https://git.lede-project.org/source.git"
-PACKAGEREV="0f81b6e9bbdcd4668e546f316522b3bfa2d2d133" # lede-17.01 from 2017-03-10
+PACKAGEREV="f2539c5847cea6a36e3363babacd7d8f37252ec3" # lede-17.01 from 2017-06-29
 PACKAGEURL="https://github.com/openwrt/packages.git"
 
 ## Feed definition [0]: name aka directory, [1]: url, [2]: revision, [3..n]: patches

Comments

Christian Dresel July 2, 2017, 2:16 p.m.
hi

Tested-by: Christian Dresel <fff@chrisi01.de>

auf einer Ubnt Loco M2
Diesmal bin ich in kein Firstboot Problem gerannt (#26), bitte
beobachten vielleicht lag es doch am LEDE und wurde nun behoben.

Reviewed-by: Christian Dresel <fff@chrisi01.de>


On 01.07.2017 19:06, Tim Niemeyer wrote:
> Signed-off-by: Tim Niemeyer <tim@tn-x.org>
> ---
> 
>  bsp/ar71xx/.config | 1 +
>  buildscript        | 4 ++--
>  2 files changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/bsp/ar71xx/.config b/bsp/ar71xx/.config
> index c0e9b4a..43d063c 100644
> --- a/bsp/ar71xx/.config
> +++ b/bsp/ar71xx/.config
> @@ -85,6 +85,7 @@ CONFIG_CLEAN_IPKG=y
>  # CONFIG_PACKAGE_ALFRED_VIS is not set
>  CONFIG_PACKAGE_ath10k-firmware-qca988x-ct=m
>  CONFIG_PACKAGE_kmod-ath10k-ct=m
> +CONFIG_PACKAGE_kmod-hwmon-core=m

Falls mir jemand genauer erklären kann, warum ath10k-ct nun
kmod-hwmon-core als Abhängigkeit hat, bitte los legen ;)

Was ich dazu gefunden habe:
https://git.lede-project.org/?p=source.git;a=commitdiff;h=d27dd6298b0f9a66199758b32ce19c0932ef2ee0
https://patchwork.kernel.org/patch/5490421/

Anscheinend kann der WLAN Treiber nun irgendwelche Temperaturen (für
jeden chain?) auslesen. Mich würde aus pers. Interesse interessieren
warum er das machen soll und was es bringt?
Wer also mehr Infos hat bitte raus damit.

mfg

Christian

>  CONFIG_PACKAGE_kmod-ifb=y
>  CONFIG_PACKAGE_kmod-ledtrig-heartbeat=y
>  CONFIG_PACKAGE_kmod-ledtrig-netdev=y
> diff --git a/buildscript b/buildscript
> index 72374cd..afa77f8 100755
> --- a/buildscript
> +++ b/buildscript
> @@ -13,9 +13,9 @@
>  
>  builddir=./build
>  
> -OPENWRTREV="3dbc4175a82c0cfe6c8f435b49bd9370ab442a4f" # LEDE 17.01.1 plus WR841 v12
> +OPENWRTREV="2da512ecf4631cd7812283f0931cf6bbf842a313" # LEDE 17.01.2
>  OPENWRTURL="https://git.lede-project.org/source.git"
> -PACKAGEREV="0f81b6e9bbdcd4668e546f316522b3bfa2d2d133" # lede-17.01 from 2017-03-10
> +PACKAGEREV="f2539c5847cea6a36e3363babacd7d8f37252ec3" # lede-17.01 from 2017-06-29
>  PACKAGEURL="https://github.com/openwrt/packages.git"
>  
>  ## Feed definition [0]: name aka directory, [1]: url, [2]: revision, [3..n]: patches
>
Adrian Schmutzler July 2, 2017, 2:39 p.m.
Mit diesem Patch werden meine beiden Updates

[1/2] LEDE: update revision to LEDE 17.01.2
[2/2] feeds/packages: update

überflüssig.

-----Original Message-----
From: franken-dev [mailto:franken-dev-bounces@freifunk.net] On Behalf Of
Christian Dresel
Sent: Sonntag, 2. Juli 2017 16:16
To: Tim Niemeyer <tim@tn-x.org>; franken-dev@freifunk.net
Subject: Re: [PATCH v1 1/3] buildscript: update lede to 17.01.2

hi

...

On 01.07.2017 19:06, Tim Niemeyer wrote:
> Signed-off-by: Tim Niemeyer <tim@tn-x.org>
> ---
> 
>  bsp/ar71xx/.config | 1 +
>  buildscript        | 4 ++--
>  2 files changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/bsp/ar71xx/.config b/bsp/ar71xx/.config index 
> c0e9b4a..43d063c 100644
> --- a/bsp/ar71xx/.config
> +++ b/bsp/ar71xx/.config
> @@ -85,6 +85,7 @@ CONFIG_CLEAN_IPKG=y
>  # CONFIG_PACKAGE_ALFRED_VIS is not set  
> CONFIG_PACKAGE_ath10k-firmware-qca988x-ct=m
>  CONFIG_PACKAGE_kmod-ath10k-ct=m
> +CONFIG_PACKAGE_kmod-hwmon-core=m

Falls mir jemand genauer erklären kann, warum ath10k-ct nun kmod-hwmon-core
als Abhängigkeit hat, bitte los legen ;)

Was ich dazu gefunden habe:
https://git.lede-project.org/?p=source.git;a=commitdiff;h=d27dd6298b0f9a6619
9758b32ce19c0932ef2ee0
https://patchwork.kernel.org/patch/5490421/

Anscheinend kann der WLAN Treiber nun irgendwelche Temperaturen (für jeden
chain?) auslesen. Mich würde aus pers. Interesse interessieren warum er das
machen soll und was es bringt?
Wer also mehr Infos hat bitte raus damit.

mfg

Christian

>  CONFIG_PACKAGE_kmod-ifb=y
>  CONFIG_PACKAGE_kmod-ledtrig-heartbeat=y
>  CONFIG_PACKAGE_kmod-ledtrig-netdev=y
> diff --git a/buildscript b/buildscript index 72374cd..afa77f8 100755
> --- a/buildscript
> +++ b/buildscript
> @@ -13,9 +13,9 @@
>  
>  builddir=./build
>  
> -OPENWRTREV="3dbc4175a82c0cfe6c8f435b49bd9370ab442a4f" # LEDE 17.01.1 
> plus WR841 v12
> +OPENWRTREV="2da512ecf4631cd7812283f0931cf6bbf842a313" # LEDE 17.01.2
>  OPENWRTURL="https://git.lede-project.org/source.git"
> -PACKAGEREV="0f81b6e9bbdcd4668e546f316522b3bfa2d2d133" # lede-17.01 
> from 2017-03-10
> +PACKAGEREV="f2539c5847cea6a36e3363babacd7d8f37252ec3" # lede-17.01 
> +from 2017-06-29
>  PACKAGEURL="https://github.com/openwrt/packages.git"
>  
>  ## Feed definition [0]: name aka directory, [1]: url, [2]: revision, 
> [3..n]: patches
>
Tim Niemeyer July 2, 2017, 2:49 p.m.
Hi

Am Sonntag, den 02.07.2017, 16:39 +0200 schrieb
mail@adrianschmutzler.de:
> Mit diesem Patch werden meine beiden Updates
> 
> [1/2] LEDE: update revision to LEDE 17.01.2
> [2/2] feeds/packages: update
> 
> überflüssig.

Ach shit.. Übersehen. :(

Tim

> 
> -----Original Message-----
> From: franken-dev [mailto:franken-dev-bounces@freifunk.net] On Behalf Of
> Christian Dresel
> Sent: Sonntag, 2. Juli 2017 16:16
> To: Tim Niemeyer <tim@tn-x.org>; franken-dev@freifunk.net
> Subject: Re: [PATCH v1 1/3] buildscript: update lede to 17.01.2
> 
> hi
> 
> ...
> 
> On 01.07.2017 19:06, Tim Niemeyer wrote:
> > Signed-off-by: Tim Niemeyer <tim@tn-x.org>
> > ---
> > 
> >  bsp/ar71xx/.config | 1 +
> >  buildscript        | 4 ++--
> >  2 files changed, 3 insertions(+), 2 deletions(-)
> > 
> > diff --git a/bsp/ar71xx/.config b/bsp/ar71xx/.config index 
> > c0e9b4a..43d063c 100644
> > --- a/bsp/ar71xx/.config
> > +++ b/bsp/ar71xx/.config
> > @@ -85,6 +85,7 @@ CONFIG_CLEAN_IPKG=y
> >  # CONFIG_PACKAGE_ALFRED_VIS is not set  
> > CONFIG_PACKAGE_ath10k-firmware-qca988x-ct=m
> >  CONFIG_PACKAGE_kmod-ath10k-ct=m
> > +CONFIG_PACKAGE_kmod-hwmon-core=m
> 
> Falls mir jemand genauer erklären kann, warum ath10k-ct nun kmod-hwmon-core
> als Abhängigkeit hat, bitte los legen ;)
> 
> Was ich dazu gefunden habe:
> https://git.lede-project.org/?p=source.git;a=commitdiff;h=d27dd6298b0f9a6619
> 9758b32ce19c0932ef2ee0
> https://patchwork.kernel.org/patch/5490421/
> 
> Anscheinend kann der WLAN Treiber nun irgendwelche Temperaturen (für jeden
> chain?) auslesen. Mich würde aus pers. Interesse interessieren warum er das
> machen soll und was es bringt?
> Wer also mehr Infos hat bitte raus damit.
> 
> mfg
> 
> Christian
> 
> >  CONFIG_PACKAGE_kmod-ifb=y
> >  CONFIG_PACKAGE_kmod-ledtrig-heartbeat=y
> >  CONFIG_PACKAGE_kmod-ledtrig-netdev=y
> > diff --git a/buildscript b/buildscript index 72374cd..afa77f8 100755
> > --- a/buildscript
> > +++ b/buildscript
> > @@ -13,9 +13,9 @@
> >  
> >  builddir=./build
> >  
> > -OPENWRTREV="3dbc4175a82c0cfe6c8f435b49bd9370ab442a4f" # LEDE 17.01.1 
> > plus WR841 v12
> > +OPENWRTREV="2da512ecf4631cd7812283f0931cf6bbf842a313" # LEDE 17.01.2
> >  OPENWRTURL="https://git.lede-project.org/source.git"
> > -PACKAGEREV="0f81b6e9bbdcd4668e546f316522b3bfa2d2d133" # lede-17.01 
> > from 2017-03-10
> > +PACKAGEREV="f2539c5847cea6a36e3363babacd7d8f37252ec3" # lede-17.01 
> > +from 2017-06-29
> >  PACKAGEURL="https://github.com/openwrt/packages.git"
> >  
> >  ## Feed definition [0]: name aka directory, [1]: url, [2]: revision, 
> > [3..n]: patches
> > 
> 
> 
>