[OpenWrt-Devel] [PATCH] dnsmasq: fix config file typo

2015-06-07 Thread Jonathan McCrohan
s/loclal/local/ Signed-off-by: Jonathan McCrohan jmccro...@gmail.com --- package/network/services/dnsmasq/files/dhcp.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/network/services/dnsmasq/files/dhcp.conf b/package/network/services/dnsmasq/files/dhcp.conf index

Re: [OpenWrt-Devel] [PATCH] debootstrap: bumped version from 1.0.55 to 1.0.55~bpo70+1

2014-02-23 Thread Jonathan McCrohan
On Tue, 18 Feb 2014 13:46:15 +0100, Dirk Neukirchen wrote: On 18.02.2014 08:02, Michel Stempin wrote: Signed-off-by: Michel Stempin michel.stem...@wanadoo.fr -PKG_VERSION:=1.0.55 +PKG_VERSION:=1.0.55~bpo70+1 PKG_RELEASE:=1 I have 1.0.56 locally and it builds fine too. Just noticed that

Re: [OpenWrt-Devel] [PATCH] [packages] sslh: Bump to v1.15

2014-01-13 Thread Jonathan McCrohan
Hi, Any chance that I could get an ACK or NAK to this trivial version bump patch [1]? Cheers, Jon [1] http://patchwork.openwrt.org/patch/4206/ ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

[OpenWrt-Devel] [PATCH] [packages] sslh: Bump to v1.15

2013-10-20 Thread Jonathan McCrohan
Signed-off-by: Jonathan McCrohan jmccro...@gmail.com --- net/sslh/Makefile | 4 ++-- net/sslh/patches/001-no_sslh_select.patch | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net/sslh/Makefile b/net/sslh/Makefile index 2cde2fc..67ca101 100644

Re: [OpenWrt-Devel] wget-nossl compile problem in trunk..

2013-09-30 Thread Jonathan McCrohan
Hi Daniel, On Mon, 30 Sep 2013 11:49:31 +0300, Daniel Petre wrote: so i cannot compile wget-nossl , the error is this: [..] any ideas please? Thanks! This is due to new behaviour in Perl 5.18. I submitted a patch for this issue two weeks ago. http://patchwork.openwrt.org/patch/4062/ Jon

[OpenWrt-Devel] [PATCH] [packages] wget: Fix pod2man errors with Perl 5.18

2013-09-16 Thread Jonathan McCrohan
GNU Wget fails to compile using Perl 5.18, leading to errors such as: wget.pod around line : Expected text after =item, not a number This patch fixes this issue, allowing compilation with Perl 5.18. Signed-off-by: Jonathan McCrohan jmccro...@gmail.com --- net/wget/patches/001

[OpenWrt-Devel] [PATCH] firewall3: Fix typo in IPv6 ULA site border rule

2013-03-19 Thread Jonathan McCrohan
Two identical firewall rules introduced in (r35012). Backport fix to old firewall package too. Signed-off-by: Jonathan McCrohan jmccro...@gmail.com --- package/network/config/firewall/files/firewall.config |4 ++-- package/network/config/firewall3/files/firewall.config |4 ++-- 2 files

[OpenWrt-Devel] [PATCH] brcm47xx: Fix switch config on 4716/53115 devices

2013-02-04 Thread Jonathan McCrohan
Signed-off-by: Jonathan McCrohan jmccro...@gmail.com --- target/linux/brcm47xx/base-files/etc/init.d/netconfig |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/brcm47xx/base-files/etc/init.d/netconfig b/target/linux/brcm47xx/base-files/etc/init.d/netconfig

Re: [OpenWrt-Devel] [PATCH] ddns-scripts: Ensure busybox wget dependency

2013-01-03 Thread Jonathan McCrohan
On Mon, 31 Dec 2012 15:04:58 +0100, Bastian Bittorf wrote: this is only correct in the short run. maybe OpenWrt will switch to toybox later. We should deal with that if and when it happens. i understand the examples and the problem. it is possible to configure busybox wget to behave like GNU

Re: [OpenWrt-Devel] [PATCH] ddns-scripts: Ensure busybox wget dependency

2013-01-03 Thread Jonathan McCrohan
On Mon, 31 Dec 2012 19:38:38 +0400, Paul Fertser wrote: Can you please explain why wget without keep-alive works but with default doesn't? Why shouldn't wget work with the same user:pass@ syntax? In fact i tried both 2 and 4 on my desktop with old wget version 1.12 and both 2 and 4 work the

Re: [OpenWrt-Devel] [PATCH] ddns-scripts: Ensure busybox wget dependency

2012-12-30 Thread Jonathan McCrohan
Hi Bastian, On Sun, 30 Dec 2012 16:26:21 +0100, Bastian Bittorf wrote: why does it fail? It fails because they behave differently. ddns-scripts was written with BusyBox Wget in mind, and it breaks under certain circumstances when using GNU Wget. One such example is when using Hurricane

[OpenWrt-Devel] [PATCH] usb-modeswitch-data: Update homepage URL

2012-12-29 Thread Jonathan McCrohan
Signed-off-by: Jonathan McCrohan jmccro...@gmail.com --- utils/usb-modeswitch-data/Makefile |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/usb-modeswitch-data/Makefile b/utils/usb-modeswitch-data/Makefile index 5a0fa52..d5e9307 100644 --- a/utils/usb-modeswitch

[OpenWrt-Devel] [PATCH] [package] sslh: Bump to v1.14

2012-12-28 Thread Jonathan McCrohan
Disabled support for sslh 1.12's config file feature to avoid libconfig dependency; Redundant as we use UCI-based config file instead. Signed-off-by: Jonathan McCrohan jmccro...@gmail.com --- net/sslh/Makefile |7 --- net/sslh/files/sslh.init

Re: [OpenWrt-Devel] [PATCH V5 1/1] Add support for Raspberry Pi / brcm 2708 / 2835

2012-07-17 Thread Jonathan McCrohan
Hi Ian, On 15 July 2012 22:27, Ian Ridge ianri...@gmail.com wrote: I've made some minor updates to the patch. Thanks for these patches, I look forward to running a modern kernel on my Pi. I know a similar question was asked in one of your earlier patch versions, but, is there a reason why full

[OpenWrt-Devel] [PATCH] busybox: Update to 1.20.1

2012-07-01 Thread Jonathan McCrohan
Based on Peter Wagner's busybox 1.20.0 patch. 201204291418.19054.tripo...@gmx.at Signed-off-by: Jonathan McCrohan jmccro...@gmail.com --- package/busybox/Makefile |6 +- package/busybox/config/Config.in | 44 +++- package/busybox/config/archival

Re: [OpenWrt-Devel] [PATCH] dnsmasq: update to 2.62

2012-06-10 Thread Jonathan McCrohan
Hi Dave, On 9 June 2012 16:07, Dave Täht dave.t...@bufferbloat.net wrote:  PKG_NAME:=dnsmasq -PKG_VERSION:=2.59 +PKG_VERSION:=2.62  PKG_RELEASE:=4 I think PKG_RELEASE should also be set to 1. Jon ___ openwrt-devel mailing list

[OpenWrt-Devel] [PATCH] wavemon: Bump to v0.7.5

2012-05-06 Thread Jonathan McCrohan
Signed-off-by: Jonathan McCrohan jmccro...@gmail.com --- net/wavemon/Makefile |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/wavemon/Makefile b/net/wavemon/Makefile index 9724879..e3d5427 100644 --- a/net/wavemon/Makefile +++ b/net/wavemon/Makefile @@ -8,12 +8,12

[OpenWrt-Devel] [PATCH] dnsmasq: Bump to v2.61

2012-04-29 Thread Jonathan McCrohan
Signed-off-by: Jonathan McCrohan jmccro...@gmail.com --- package/dnsmasq/Makefile |6 +++--- package/dnsmasq/patches/101-ipv6.patch | 12 +++- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/package/dnsmasq/Makefile b/package/dnsmasq/Makefile index

[OpenWrt-Devel] [PATCH] Add munin to /etc/services

2012-03-18 Thread Jonathan McCrohan
The muninlite postinst fails to add munin to /etc/services. This patch removes this broken postinst and add an entry for munin in /etc/services. This should have been done when the rest of the /etc/services postinsts were being removed (changesets 26142-26149). Signed-off-by: Jonathan McCrohan

[OpenWrt-Devel] [PATCH] wavemon: Bump to v0.7.4

2012-03-18 Thread Jonathan McCrohan
Signed-off-by: Jonathan McCrohan jmccro...@gmail.com --- net/wavemon/Makefile |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net/wavemon/Makefile b/net/wavemon/Makefile index 14b099b..9724879 100644 --- a/net/wavemon/Makefile +++ b/net/wavemon/Makefile @@ -8,12 +8,12

Re: [OpenWrt-Devel] OpenWrt Logo

2012-02-09 Thread Jonathan McCrohan
On 09/02/12 10:53, Gregers Petersen wrote: I actually already have a logo version formatted for sticker-printing - should I try to make it available somewhere? If you could, that would be great. Jon ___ openwrt-devel mailing list

[OpenWrt-Devel] OpenWrt Logo

2012-02-08 Thread Jonathan McCrohan
Hi, Does the OpenWrt project have any alternate versions of the logo [1]? It would be nice to have a small version logo that could be turned into a favicon for both the website itself, and for LuCI. Jon 1: https://openwrt.org/.styles/img/openwrt-logo.png

Re: [OpenWrt-Devel] Let's fix the OpenWrt patch acceptance problem!

2012-01-24 Thread Jonathan McCrohan
On 24/01/12 08:22, Dave Taht wrote: My principal critique of this workflow is that I tend to view svn as part of the problem to a large extent. If I do a patch in my own (git) tree to test with, I invariably have to rebase that tree when it comes down from svn. as I am frequently offline,

Re: [OpenWrt-Devel] [UPLOAD] lcd4linux-r1163

2011-12-17 Thread Jonathan McCrohan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, On 12/12/11 00:33, Jonathan McCrohan wrote: I plan to commit a new version of the lcd4linux package in the next few days, but I need the attached file uploaded to the openwrt download mirrors first. The SSL certificate on the LCD4Linux

[OpenWrt-Devel] [PATCH] htop: Bump to v1.0

2011-12-11 Thread Jonathan McCrohan
Signed-off-by: Jonathan McCrohan jmccro...@gmail.com --- admin/htop/Makefile |8 +++- admin/htop/patches/001-uClibc-friendly.patch | 52 -- 2 files changed, 6 insertions(+), 54 deletions(-) delete mode 100644 admin/htop/patches/001-uClibc

Re: [OpenWrt-Devel] [PATCH] ar71xx: Reclaim unused space in WNDR3700 image

2011-12-04 Thread Jonathan McCrohan
Hi Mark, On 29/11/11 18:51, Dave Taht wrote: On Tue, Nov 29, 2011 at 7:44 PM, Mark Mentovai m...@moxienet.com wrote: Jonathan Bennett wrote: This patch seems like a really good idea for the ar71xx family. What sorts of problems are preventing this from being implemented? As small as it

[OpenWrt-Devel] [PATCH] sslh: Bump to v1.10

2011-11-30 Thread Jonathan McCrohan
This patch bumps the sslh package to v1.10. This update brings the following changes: * Improved IPv4/IPv6 interoperability * XMPP support Tested and working on ar71xx. Signed-off by: Jonathan McCrohan jmccro...@gmail.com diff --git a/net/sslh/Makefile b/net/sslh/Makefile index 3703f90

Re: [OpenWrt-Devel] [PATCH] sslh: Bump to v1.10

2011-11-30 Thread Jonathan McCrohan
Git decided not to remove a now empty file in that last patch. This patch removes that file. Signed-off by: Jonathan McCrohan jmccro...@gmail.com diff --git a/net/sslh/patches/002-no_strip.patch b/net/sslh/patches/002-no_strip.patch deleted file mode 100644 index 5ca74ee..000 --- a/net

Re: [OpenWrt-Devel] Avahi package problems

2011-11-08 Thread Jonathan McCrohan
Hi Mike, I'm a bit surprised you haven't got any replies yet; Either nobody seems to care, or else nobody else seems to use avahi. You might be better off emailing cshore [1] directly as he committed r27479. Failing that, you can email thepeople [2] and offer to be the avahi maintainer. Then

[OpenWrt-Devel] [PATCH] sslh: Bump to v1.9

2011-09-24 Thread Jonathan McCrohan
This patch bumps the sslh package to v1.9. This update brings about some useful changes, including: * Multiple bind address support * IPv6 support * OpenVPN support * tinc VPN support Tested and working on ar71xx. Signed-off-by: Jonathan McCrohan jmccro...@gmail.com Index: net/sslh/files

Re: [OpenWrt-Devel] [PATCH] sslh: Bump to v1.9

2011-09-24 Thread Jonathan McCrohan
It would help if I was in the root directory before running diff... Signed-off-by: Jonathan McCrohan jmccro...@gmail.com Index: packages/net/sslh/files/sslh.init === --- packages/net/sslh/files/sslh.init (revision 28296

[OpenWrt-Devel] [PATCH] brcm63xx: Add support for BT Voyager 2110

2011-05-19 Thread Jonathan McCrohan
Signed-off-by: Jonathan McCrohan jmccro...@gmail.com Index: target/linux/brcm63xx/patches-2.6.37/980-board_BTV2110.patch === --- target/linux/brcm63xx/patches-2.6.37/980-board_BTV2110.patch (revision 0) +++ target/linux

Re: [OpenWrt-Devel] [PATCH] brcm63xx: Add support for BT Voyager 2110

2011-05-19 Thread Jonathan McCrohan
I should also add that patch closes ticket #8810. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] Add support for git-svn package feeds

2011-05-18 Thread Jonathan McCrohan
. Added to updated patch. Jonathan Signed-off-by: Jonathan McCrohan jmccro...@gmail.com Index: scripts/feeds === --- scripts/feeds (revision 26941) +++ scripts/feeds (working copy) @@ -117,6 +117,10

Re: [OpenWrt-Devel] [PATCH 1/1] flashrom: use msr path compatible w/ hotplug2

2011-03-30 Thread Jonathan McCrohan
Hi Philip, Yeah, I wanted to ask about that... does anyone actually use udev with openwrt? I do (or at least tried to and failed). I failed to get udev to assign a static /dev/ttyUSBx file to a specific USB device. If this is possible with mdev/hotplug2, perhaps it needs to be documented.

Re: [OpenWrt-Devel] coreutils changes

2011-02-22 Thread Jonathan McCrohan
Hi Philip, On 22/02/2011 19:01, Philip Prindeville wrote: On 2/22/11 1:05 AM, Florian Fainelli wrote: Hello Philip, On Tuesday 22 February 2011 03:02:58 Philip Prindeville wrote: Did anything change in coreutils that would stop it from working with make defconfig? Because I have in my

[OpenWrt-Devel] [PATCH] Update lcd4linux to r1143

2011-02-17 Thread Jonathan McCrohan
Updating lcd4linux package to r1143 to enable support for Sure Electronics 1602 LCD device, which is supported as of lcd4linux r1126. http://www.sureelectronics.net/goods.php?id=885 Index: feeds/packages/utils/lcd4linux/Makefile ===