Re: [OpenWrt-Devel] Add Artec ThinCan targets

2011-05-17 Thread John Crispin
Hi Lauri, next time please provide a description for your patches added in r26919 thanks, John ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] Add mkelfimage for generating Etherboot images

2011-05-17 Thread John Crispin
Hi Lauri, next time please provide a description for your patches added in r26918 thanks, John ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] add missing aes dependency to mv_cesa

2011-05-17 Thread John Crispin
applied in r26920 thanks, John ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] Upgrade Wing package

2011-05-17 Thread John Crispin
On 16/05/11 18:08, Roberto Riggio wrote: This patch updates the Wing package to the latest Git version which includes several bug fixes. The patch adds also a script wing_status which can be used to dump some information about the routing daemon (links, routes, statistics about the probes,

[OpenWrt-Devel] [PATCH] add missing autoload shortcut to crypto modules for btrfs

2011-05-17 Thread Jan Willies
Currently the btrfs module (and other fs modules) is loaded before other modules to provide early extroot compatibility. This will fail for btrfs however, because the dependencies crypto-core and crypto-hash are missing. This patch makes them available for early loading too. Signed-off-by: Jan

Re: [OpenWrt-Devel] [PATCH v2] AT91: Add Flexibity board subtarget

2011-05-17 Thread Maxim Osipov
On Tue, May 10, 2011 at 10:56 AM, Maxim Osipov maxim.osi...@gmail.com wrote: On Sat, May 7, 2011 at 1:46 PM, Maxim Osipov maxim.osi...@gmail.com wrote: Please find updated Flexibity board support patch. Signed-off-by: Maxim Osipov maxim.osi...@gmail.com --- If no comments - could someone

[OpenWrt-Devel] [PATCH] ipcalc.sh CIDR notation

2011-05-17 Thread Manuel Munz
Hi, the attached patch makes ipcalc.sh accept IP/Netmask combinations in CIDR notation. Before you could only do: # sh ipcalc.sh 192.168.0.0 255.255.255.0 1 10 IP=192.168.0.0 NETMASK=255.255.255.0 BROADCAST=192.168.0.255 NETWORK=192.168.0.0 PREFIX=24 START=192.168.0.1 END=192.168.0.11 with this