[OpenWrt-Devel] help

Christian Beier cb at shoutrlabs.com
Tue Sep 29 11:16:32 EDT 2015


Am Tue, 29 Sep 2015 15:32:15 +0200
schrieb openwrt-devel-request at lists.openwrt.org:

> Send openwrt-devel mailing list submissions to
> 	openwrt-devel at lists.openwrt.org
> 
> To subscribe or unsubscribe via the World Wide Web, visit
> 	https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
> or, via email, send a message with subject or body 'help' to
> 	openwrt-devel-request at lists.openwrt.org
> 
> You can reach the person managing the list at
> 	openwrt-devel-owner at lists.openwrt.org
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of openwrt-devel digest..."
> 
> 
> Today's Topics:
> 
>    1. Re: [PATCH netifd] netifd-proto.sh: add table argument to
>       proto_add_ipv4_route() (Steven Barth)
>    2. [PATCH] [SIGNED-OFF] Correct WeIO board name (Drasko DRASKOVIC)
>    3. periodic task checking for usb flash media? (Karl Palsson)
>    4. [PATCH] base-files: create /var/tmp on boot (Paul Fertser)
>    5. Re: periodic task checking for usb flash media? (Karl Palsson)
>    6. [PATCH][odhcpd] Limit size of IPv4 DHCP reply (Dmitry Ivanov)
>    7. unsubscribe (Christian Beier)
> 
> 
> ----------------------------------------------------------------------
> 
> Message: 1
> Date: Tue, 29 Sep 2015 12:06:20 +0200
> From: Steven Barth <cyrus at openwrt.org>
> To: Alexander Couzens <lynxis at fe80.eu>,
> 	openwrt-devel at lists.openwrt.org
> Subject: Re: [OpenWrt-Devel] [PATCH netifd] netifd-proto.sh: add table
> 	argument to proto_add_ipv4_route()
> Message-ID: <560A629C.5040000 at openwrt.org>
> Content-Type: text/plain; charset=windows-1252
> 
> Alexander,
> 
> I don't have a problem with that particular patch. However since the
> other patch was redundant and the only user of this one it seemed
> redundant to me as well. If you have another usecase for this then
> please let us know.
> 
> 
> Cheers,
> 
> Steven
> 
> 
> On 29.09.2015 11:37, Alexander Couzens wrote:
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: SHA256
> >
> > Hi Steven,
> >
> > you rejected this patch as well.
> >
> > Why would you not allow to define a specific table for ipv4, but for
> > ipv6?
> >
> >> cyrus at openwrt.org
> >> NAK. Use "option ip4table" and "option ip6table" which works with
> >> all protocols already.
> > -----BEGIN PGP SIGNATURE-----
> > Version: GnuPG v2
> >
> > iQIcBAEBCAAGBQJWClv2AAoJEMKenaag34YEpGUP/1j+pipA5j9C7vkfAMyYqkkU
> > ZzDR3k/rEXK9JeAXVABagSG3SRmfOGOCkgFMShW4vxapO7beKViAFU/tUroSB69K
> > +hdCFMqkUcKtAa9AMm0JDkA5tkNxQ3uBPNAnj/PTxNMFFRDk2+qX7Do05Y4KbB2g
> > FWeialu1K5pJydPFeu2fP1ajID05phOlJPHjalLyDjYLtPU2KDDSiGICmldGo18J
> > 0RDgy4/9GVxGkU8v3+3S5szQWZxns2M/CJSJ0T182cHpLRzP2qOFvt802q+hdm1i
> > latOWvVJ6+qsX0rMJh3SlSMF75vWo6FkAkld4vpiWtF0KT718v1+xEF+DDou9pw4
> > QLhb/OO52Ic2Qv81St7kkknVQU45jcOA3JNQsB9UpDxRSng0QnTZyX507B8iHfJh
> > XfHOz5ZBgZ1J+OW/RgPf889ChUtGWYlFU31snZWPfBcSVsHuKpZ396SoKyqDWOZI
> > GuSnNQViYrgBQAba98Y0UlYQ+lFxHs4+Vivd2qzGE/9RxhR4wuSWbiI5vKic2S1r
> > anEklRrDpv0zo8tyaEKKetMyE9K2l2k3zEJ54jJhALC9vldX+cEnYnvqt5zN3ImE
> > hHO8BtlrjcdUGOu9xHyWG4Igsra23wGZ0UGAuGVDGyED3oBFX4kJlv3JF4g9DEiV
> > 6xqiqLeAcZ/f5+gVaua3
> > =Xe6x
> > -----END PGP SIGNATURE-----
> 
> 
> ------------------------------
> 
> Message: 2
> Date: Tue, 29 Sep 2015 13:20:37 +0200
> From: Drasko DRASKOVIC <drasko.draskovic at gmail.com>
> To: openwrt-devel at lists.openwrt.org
> Subject: [OpenWrt-Devel] [PATCH] [SIGNED-OFF] Correct WeIO board name
> Message-ID:
> 	<1443525637-27087-1-git-send-email-drasko.draskovic at gmail.com>
> 
> Trivial parch to correct WeIO board name in the system.
> 
> Signed-off-by: Drasko DRASKOVIC <drasko.draskovic at gmail.com>
> ---
>  target/linux/ar71xx/base-files/lib/ar71xx.sh | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh
> b/target/linux/ar71xx/base-files/lib/ar71xx.sh index ad98cfb..4679a4b 100755
> --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
> +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
> @@ -850,7 +850,7 @@ ar71xx_board_detect() {
>  	*"UniFi AP Pro")
>  		name="uap-pro"
>  		;;
> -	*"WeIO")
> +	"WeIO"*)
>  		name="weio"
>  		;;
>  	*WHR-G301N)
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list