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

2015-06-07 Thread Jonathan McCrohan
s/loclal/local/ Signed-off-by: Jonathan McCrohan --- 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 a6e7867..362b90a

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 >> -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 1.0.59 is availa

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

2014-02-18 Thread Jonathan McCrohan
On 14/01/14 00:14, Jonathan McCrohan wrote: > Any chance that I could get an ACK or NAK to this trivial version bump > patch [1]? Ping? Jon > [1] http://patchwork.openwrt.org/patch/4206/ ___ openwrt-devel mailing list openwrt-devel@lists.op

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 https://lists.openwrt.org/cgi-bin/mailman/list

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

2013-10-20 Thread Jonathan McCrohan
Signed-off-by: Jonathan McCrohan --- 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 --- a/net/sslh/Makefile

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/

[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 --- net/wget/patches/001-wget_perl_5_18_fix.patch | 81

[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 --- package/network/config/firewall/files/firewall.config |4 ++-- package/network/config/firewall3/files/firewall.config |4 ++-- 2 files changed, 4

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

2013-02-04 Thread Jonathan McCrohan
Signed-off-by: Jonathan McCrohan --- 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 index b4840c2..303ab56

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

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

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 Electr

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

2012-12-29 Thread Jonathan McCrohan
Signed-off-by: Jonathan McCrohan --- 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-data/Makefile +++ b

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

2012-12-29 Thread Jonathan McCrohan
ddns-scripts currently fails if GNU Wget is installed. Ensure that ddns-scripts depends on, and prefers BusyBox Wget to GNU Wget. While at it, fix small typo too: s/ERRROR/ERROR/ Signed-off-by: Jonathan McCrohan --- net/ddns-scripts/Makefile|7

[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 --- net/sslh/Makefile |7 --- net/sslh/files/sslh.init |5 + net

Re: [OpenWrt-Devel] [PATCH] busybox: Update to 1.20.2

2012-10-19 Thread Jonathan McCrohan
Hi Alexey, On 19/10/12 16:59, Alexey I. Froloff wrote: > On Fri, Oct 19, 2012 at 04:17:11PM +0100, Jonathan McCrohan wrote: >> Replaced 950-partial-checksum.patch with upstream commit >> 3c62bbae94642e6d05bc9f900bbdb5173d26cc51. > Do I need to do something about that? Nope. Th

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 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 hardware floating

[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 --- package/busybox/Makefile |6 +- package/busybox/config/Config.in | 44 +++- package/busybox/config/archiva

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 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@lists.openwrt.org https://li

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

2012-05-06 Thread Jonathan McCrohan
Signed-off-by: Jonathan McCrohan --- 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 @@ include $(TOPDIR

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

2012-04-29 Thread Jonathan McCrohan
Signed-off-by: Jonathan McCrohan --- 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 9fc70b3..c0d9c8a 100644

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

2012-03-18 Thread Jonathan McCrohan
Signed-off-by: Jonathan McCrohan --- 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 @@ include

[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

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@lists

[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 offli

Re: [OpenWrt-Devel] [PATCH] ar71xx: fix WNDR3x00 factory image generation

2011-12-19 Thread Jonathan McCrohan
On 18/12/11 23:14, Olipro wrote: > The WNDR3700 should be split entirely from the WNDR3700v2/3800 - having > them in the same profile will cause a build failure if you have configured > enough packages to push you over the 8MB limit of the 3700 - I have > currently modified my scripts so that al

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 o

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

2011-12-11 Thread Jonathan McCrohan
Signed-off-by: Jonathan McCrohan --- 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-friendly.patch diff

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

2011-12-05 Thread Jonathan McCrohan
On Mon, Dec 5, 2011 at 5:15 AM, Mark Mentovai wrote: >> Of course. It's failing while attempting to build a WNDR3700 (v1) >> image, because there's no way to produce an image for WNDR3700 this >> large. It'd never fit in its flash. I believe it's correct to produce >> an error in this case. What y

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 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 sounds, an

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 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/sslh/patches/002

[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 diff --git a/net/sslh/Makefile b/net/sslh/Makefile index 3703f90..58e90c2 100644 --- a

Re: [OpenWrt-Devel] GIT mirror of feeds

2011-11-22 Thread Jonathan McCrohan
Hi, On 22/11/11 17:40, Jochen Friedrich wrote: > svn co svn://svn.openwrt.org/openwrt/feeds/ > > That's the one I'm looking for a GIT mirror (or "clone of feeds")... You can use git-svn [1] as a workaround. It can also be used in a feeds.conf file [2] too. Regards, Jon [1] git svn clone svn://

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 jus

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 Index: packages/net/sslh/files/sslh.init === --- packages/net/sslh/files/sslh.init (revision 28296) +++ packages/net/sslh/files

[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 Index: net/sslh/files/sslh.init

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

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

2011-05-19 Thread Jonathan McCrohan
Signed-off-by: Jonathan McCrohan 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/brcm63xx/patches-2.6.37

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

2011-05-18 Thread Jonathan McCrohan
; 'src-cpy' => \&install_generic, > 'src-link' => \&install_generic, > 'src-git' => \&install_generic, > 'src-bzr' => \&install_generic, > 'src-hg' => \&install_gen

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

2011-05-13 Thread Jonathan McCrohan
Signed-off-by: Jonathan McCrohan Index: feeds === --- feeds (revision 26887) +++ feeds (working copy) @@ -117,6 +117,10 @@ 'init_branch' => "git clone --depth 1 --bra

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 ~/.o

[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 === --