[2/2] Fixed offset warnings at prepare

Submitted by Jan Kraus on Nov. 24, 2016, 10:51 p.m.

Details

Message ID 1480027886-20305-2-git-send-email-mayosemmel@gmail.com
State Accepted
Commit 7f82f74d6281d80eeeb6f183c004b1f2001358d7
Headers show

Commit Message

Jan Kraus Nov. 24, 2016, 10:51 p.m.
Signed-off-by: Jan Kraus <mayosemmel@gmail.com>
---
 .../openwrt/0003-ar71xx-add-support-for-GL-AR150.patch         | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Patch hide | download patch | download mbox

diff --git a/build_patches/openwrt/0003-ar71xx-add-support-for-GL-AR150.patch b/build_patches/openwrt/0003-ar71xx-add-support-for-GL-AR150.patch
index ec96f81..deb6318 100644
--- a/build_patches/openwrt/0003-ar71xx-add-support-for-GL-AR150.patch
+++ b/build_patches/openwrt/0003-ar71xx-add-support-for-GL-AR150.patch
@@ -1,6 +1,6 @@ 
 --- target/linux/ar71xx/base-files/etc/uci-defaults/01_leds
 +++ target/linux/ar71xx/base-files/etc/uci-defaults/01_leds
-@@ -181,6 +181,10 @@ dlan-pro-1200-ac)
+@@ -188,6 +188,10 @@ dlan-pro-1200-ac)
  	ucidef_set_led_trigger_gpio "plcr" "dLAN" "devolo:error:dlan" "16" "0"
  	;;
  
@@ -13,7 +13,7 @@ 
  	ucidef_set_led_wlan "wlan" "WLAN" "gl-connect:red:wlan" "phy0tpt"
 --- target/linux/ar71xx/base-files/etc/uci-defaults/02_network
 +++ target/linux/ar71xx/base-files/etc/uci-defaults/02_network
-@@ -375,6 +375,7 @@ dir-505-a1)
+@@ -382,6 +382,7 @@ dir-505-a1)
  alfa-ap96 |\
  alfa-nx |\
  ap83 |\
@@ -23,7 +23,7 @@ 
  pb42 |\
 --- target/linux/ar71xx/base-files/lib/ar71xx.sh
 +++ target/linux/ar71xx/base-files/lib/ar71xx.sh
-@@ -454,6 +454,9 @@ ar71xx_board_detect() {
+@@ -461,6 +461,9 @@ ar71xx_board_detect() {
  		name="gl-inet"
  		gl_inet_board_detect
  		;;
@@ -35,7 +35,7 @@ 
  		;;
 --- target/linux/ar71xx/base-files/lib/upgrade/platform.sh
 +++ target/linux/ar71xx/base-files/lib/upgrade/platform.sh
-@@ -216,6 +216,7 @@ platform_check_image() {
+@@ -217,6 +217,7 @@ platform_check_image() {
  	esr900 | \
  	ew-dorin | \
  	ew-dorin-router | \
@@ -45,7 +45,7 @@ 
  	mzk-w04nu | \
 --- target/linux/ar71xx/config-3.18
 +++ target/linux/ar71xx/config-3.18
-@@ -68,6 +68,7 @@ CONFIG_ATH79_MACH_ESR1750=y
+@@ -70,6 +70,7 @@ CONFIG_ATH79_MACH_ESR1750=y
  CONFIG_ATH79_MACH_ESR900=y
  CONFIG_ATH79_MACH_EW_DORIN=y
  CONFIG_ATH79_MACH_F9K1115V2=y

Comments

Tim Niemeyer Jan. 6, 2017, 8:58 a.m.
Moin

Sieht ganz gut aus.

Am Donnerstag, den 24.11.2016, 23:51 +0100 schrieb Jan Kraus:
> Signed-off-by: Jan Kraus <mayosemmel@gmail.com>
Reviewed-by: Tim Niemeyer <tim@tn-x.org>

Tim

> ---
>  .../openwrt/0003-ar71xx-add-support-for-GL-AR150.patch         | 10 +++++-----
>  1 file changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/build_patches/openwrt/0003-ar71xx-add-support-for-GL-AR150.patch b/build_patches/openwrt/0003-ar71xx-add-support-for-GL-AR150.patch
> index ec96f81..deb6318 100644
> --- a/build_patches/openwrt/0003-ar71xx-add-support-for-GL-AR150.patch
> +++ b/build_patches/openwrt/0003-ar71xx-add-support-for-GL-AR150.patch
> @@ -1,6 +1,6 @@
>  --- target/linux/ar71xx/base-files/etc/uci-defaults/01_leds
>  +++ target/linux/ar71xx/base-files/etc/uci-defaults/01_leds
> -@@ -181,6 +181,10 @@ dlan-pro-1200-ac)
> +@@ -188,6 +188,10 @@ dlan-pro-1200-ac)
>   	ucidef_set_led_trigger_gpio "plcr" "dLAN" "devolo:error:dlan" "16" "0"
>   	;;
>   
> @@ -13,7 +13,7 @@
>   	ucidef_set_led_wlan "wlan" "WLAN" "gl-connect:red:wlan" "phy0tpt"
>  --- target/linux/ar71xx/base-files/etc/uci-defaults/02_network
>  +++ target/linux/ar71xx/base-files/etc/uci-defaults/02_network
> -@@ -375,6 +375,7 @@ dir-505-a1)
> +@@ -382,6 +382,7 @@ dir-505-a1)
>   alfa-ap96 |\
>   alfa-nx |\
>   ap83 |\
> @@ -23,7 +23,7 @@
>   pb42 |\
>  --- target/linux/ar71xx/base-files/lib/ar71xx.sh
>  +++ target/linux/ar71xx/base-files/lib/ar71xx.sh
> -@@ -454,6 +454,9 @@ ar71xx_board_detect() {
> +@@ -461,6 +461,9 @@ ar71xx_board_detect() {
>   		name="gl-inet"
>   		gl_inet_board_detect
>   		;;
> @@ -35,7 +35,7 @@
>   		;;
>  --- target/linux/ar71xx/base-files/lib/upgrade/platform.sh
>  +++ target/linux/ar71xx/base-files/lib/upgrade/platform.sh
> -@@ -216,6 +216,7 @@ platform_check_image() {
> +@@ -217,6 +217,7 @@ platform_check_image() {
>   	esr900 | \
>   	ew-dorin | \
>   	ew-dorin-router | \
> @@ -45,7 +45,7 @@
>   	mzk-w04nu | \
>  --- target/linux/ar71xx/config-3.18
>  +++ target/linux/ar71xx/config-3.18
> -@@ -68,6 +68,7 @@ CONFIG_ATH79_MACH_ESR1750=y
> +@@ -70,6 +70,7 @@ CONFIG_ATH79_MACH_ESR1750=y
>   CONFIG_ATH79_MACH_ESR900=y
>   CONFIG_ATH79_MACH_EW_DORIN=y
>   CONFIG_ATH79_MACH_F9K1115V2=y
> -- 
> 2.1.4
>
Tim Niemeyer Jan. 6, 2017, 11:31 a.m.
Moin

Und Applied.

Tim

Am Freitag, den 06.01.2017, 09:58 +0100 schrieb Tim Niemeyer:
> Moin
> 
> Sieht ganz gut aus.
> 
> Am Donnerstag, den 24.11.2016, 23:51 +0100 schrieb Jan Kraus:
> > Signed-off-by: Jan Kraus <mayosemmel@gmail.com>
> Reviewed-by: Tim Niemeyer <tim@tn-x.org>
> 
> Tim
> 
> > ---
> >  .../openwrt/0003-ar71xx-add-support-for-GL-AR150.patch         | 10 +++++-----
> >  1 file changed, 5 insertions(+), 5 deletions(-)
> > 
> > diff --git a/build_patches/openwrt/0003-ar71xx-add-support-for-GL-AR150.patch b/build_patches/openwrt/0003-ar71xx-add-support-for-GL-AR150.patch
> > index ec96f81..deb6318 100644
> > --- a/build_patches/openwrt/0003-ar71xx-add-support-for-GL-AR150.patch
> > +++ b/build_patches/openwrt/0003-ar71xx-add-support-for-GL-AR150.patch
> > @@ -1,6 +1,6 @@
> >  --- target/linux/ar71xx/base-files/etc/uci-defaults/01_leds
> >  +++ target/linux/ar71xx/base-files/etc/uci-defaults/01_leds
> > -@@ -181,6 +181,10 @@ dlan-pro-1200-ac)
> > +@@ -188,6 +188,10 @@ dlan-pro-1200-ac)
> >   	ucidef_set_led_trigger_gpio "plcr" "dLAN" "devolo:error:dlan" "16" "0"
> >   	;;
> >   
> > @@ -13,7 +13,7 @@
> >   	ucidef_set_led_wlan "wlan" "WLAN" "gl-connect:red:wlan" "phy0tpt"
> >  --- target/linux/ar71xx/base-files/etc/uci-defaults/02_network
> >  +++ target/linux/ar71xx/base-files/etc/uci-defaults/02_network
> > -@@ -375,6 +375,7 @@ dir-505-a1)
> > +@@ -382,6 +382,7 @@ dir-505-a1)
> >   alfa-ap96 |\
> >   alfa-nx |\
> >   ap83 |\
> > @@ -23,7 +23,7 @@
> >   pb42 |\
> >  --- target/linux/ar71xx/base-files/lib/ar71xx.sh
> >  +++ target/linux/ar71xx/base-files/lib/ar71xx.sh
> > -@@ -454,6 +454,9 @@ ar71xx_board_detect() {
> > +@@ -461,6 +461,9 @@ ar71xx_board_detect() {
> >   		name="gl-inet"
> >   		gl_inet_board_detect
> >   		;;
> > @@ -35,7 +35,7 @@
> >   		;;
> >  --- target/linux/ar71xx/base-files/lib/upgrade/platform.sh
> >  +++ target/linux/ar71xx/base-files/lib/upgrade/platform.sh
> > -@@ -216,6 +216,7 @@ platform_check_image() {
> > +@@ -217,6 +217,7 @@ platform_check_image() {
> >   	esr900 | \
> >   	ew-dorin | \
> >   	ew-dorin-router | \
> > @@ -45,7 +45,7 @@
> >   	mzk-w04nu | \
> >  --- target/linux/ar71xx/config-3.18
> >  +++ target/linux/ar71xx/config-3.18
> > -@@ -68,6 +68,7 @@ CONFIG_ATH79_MACH_ESR1750=y
> > +@@ -70,6 +70,7 @@ CONFIG_ATH79_MACH_ESR1750=y
> >   CONFIG_ATH79_MACH_ESR900=y
> >   CONFIG_ATH79_MACH_EW_DORIN=y
> >   CONFIG_ATH79_MACH_F9K1115V2=y
> > -- 
> > 2.1.4
> > 
> 
> -- 
> franken-dev mailing list
> franken-dev@freifunk.net
> http://lists.freifunk.net/mailman/listinfo/franken-dev-freifunk.net