Re: [OpenWrt-Devel] [PATCH] add pkgconfig information for popt library

2015-01-16 Thread Mike Brady
I meant to mention that, as well as being A Good Thing in general, this would make is possible for me to bring shairport-sync (https://github.com/mikebrady/shairport-sync) over to OpenWrt without having to patch its configuration file. Modify makefile to record pkgconfig information for the

[OpenWrt-Devel] [PATCH] add pkgconfig information for popt library

2015-01-15 Thread Mike Brady
Modify makefile to record pkgconfig information for the popt library. Signed-off-by: Mike Brady mikebr...@eircom.net --- package/libs/popt/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/libs/popt/Makefile b/package/libs/popt/Makefile index bd2e6e2..b31b311 100644

[OpenWrt-Devel] Happy New Year

2014-01-02 Thread Mike Brady
I hope you won't mind me wishing everybody a happy and productive 2014. Thanks for all your collective work on OpenWrt -- it is really a very impressive achievement from my perspective as a user and occasional contributor. Best wishes Mike Brady

[OpenWrt-Devel] Transcend WiFi SD Cards running Linux?

2013-10-24 Thread Mike Brady
Hi. It seems that Transcend WiFi cards are running some version of Linux. See: http://hackaday.com/2013/08/12/hacking-transcend-wifi-sd-cards/ Is anybody here familiar with any of that? Regards Mike ___ openwrt-devel mailing list

[OpenWrt-Devel] Question about Target Profiles

2013-09-08 Thread Mike Brady
I'm trying to figure out how to modify the set of packages included in the NSLU2 Target Profile on the current build, r37919, and I'm having no joy. Maybe I'm misunderstanding it, hence my email. Here is the profile file for the NSLU2: --- # # Copyright (C) 2006-2008 OpenWrt.org # # This is

[OpenWrt-Devel] [PATCH] Patch to procd/logread.c -- See Ticket #14079

2013-08-26 Thread Mike Brady
This patch fixes a problem with the logread utility built into procd. It adds a function to look up the correct priority and facility codes for output. Tested on r37834. It fixes Ticket #14079. Signed-off-by: Mike Bradymikebr...@eircom.net --- a/logread.c +++ b/logread.c @@ -60,6 +60,8 @@

[OpenWrt-Devel] [PATCH] Patch to procd/logread.c -- See Ticket #14079 [Second try: properly formatted patch]

2013-08-26 Thread Mike Brady
This patch fixes a problem with the logread utility built into procd. It adds a function to look up the correct priority and facility text strings for output. Tested on r37834. It fixes Ticket #14079. Signed-off-by: Mike Bradymikebr...@eircom.net Index:

[OpenWrt-Devel] [PATCH] Expose NSLU2 power and reset buttons to gpio-keys

2013-07-05 Thread Mike Brady
think) it runs as an interrupt handler. It interferes with other processes, e.g. pppd. The reset button powers the machine off directly. This patch fixes the situation by making the buttons accessible in the normal way via gpio-keys so that they can be used in the normal way. Signed-off-by Mike Brady

Re: [OpenWrt-Devel] [PATCH] Expose NSLU2 power and reset buttons to gpio-keys

2013-07-05 Thread Mike Brady
Fair enough -- might take a little time though; holidays beckon! Regards Mike On 5 Jul 2013, at 14:32, Jonas Gorski j...@openwrt.org wrote: On Fri, Jul 5, 2013 at 11:45 AM, Mike Brady mikebr...@eircom.net wrote: This match modifies the setup file for the Linksys NSLU2 (slug) to allow

[OpenWrt-Devel] [PATCH] libiconv-full: add clause to Makefile to actually install iconv

2012-09-02 Thread Mike Brady
At present, if you select the iconv utility it will be built but not installed. This patch adds the clauses necessary to the Makefile to actually install iconv. Signed-off-by: Mike Brady mikebr...@eircom.net Index: libs/libiconv-full/Makefile

[OpenWrt-Devel] [PATCH] avahi: Makefile fix to honor configuration changes

2012-08-27 Thread Mike Brady
This patch is to fix a long-standing problem with avahi builds: if you change the configuration, sometimes the relevant packages are not correctly rebuilt; see, for example, ticket #0. Background: avahi can be built in two modes: with or without D-BUS support. If you switch builds from one

[OpenWrt-Devel] [PATCH] avahi: remove inappropriate dependency on dbus in Changeset 32330

2012-08-22 Thread Mike Brady
only is avahi dbus support has been selected. Signed-off-by Mike Brady mikebr...@eircom.net Index: libs/avahi/Makefile === --- libs/avahi/Makefile (revision 33223) +++ libs/avahi/Makefile (working copy) @@ -16,7 +16,7 @@ PKG_NAME

[OpenWrt-Devel] [PATCH] avahi fix for Ticket #11039 -- rlimit-nproc set too low

2012-08-20 Thread Mike Brady
the setting of rlimit-nproc to 3, the same setting as is in the default avahi-daemon.conf file. The issue was reported in Ticket #11039. Signed-off-by Mike Brady mikebr...@eircom.net Index: libs/avahi/files/avahi-daemon.conf === --- libs

Re: [OpenWrt-Devel] Running avahi-daemon without D-Bus

2012-08-17 Thread Mike Brady
Hi Damiano. Even if you don't want avahi to support or need D-BUS, you still need the dbus package to be present in the build environment so that avahi's compilation dependencies can be satisfied. However, as I think you've discovered, libdbus won't be included in the runtime package. Regards

[OpenWrt-Devel] [PATCH] avahi version bump to 0.6.31, Makefile improvements

2012-04-22 Thread Mike Brady
support to including it, or vice-versa, the correct packages are actually generated. Until now, you had to do a make clean when you made such changes. Signed-off-by Mike Brady mikebr...@eircom.net Index: libs/avahi/patches/020-automake-compat.patch

[OpenWrt-Devel] [PATCH] avahi version bump to 0.6.31, Makefile improvements, take 2!

2012-04-22 Thread Mike Brady
to including it, or vice-versa, the correct packages are actually generated. Until now, you had to do a make clean when you made a change like that. [V2 -- fixed MD5SUM calculation oops] Signed-off-by Mike Brady mikebr...@eircom.net Index: libs/avahi/patches/020-automake-compat.patch

[OpenWrt-Devel] [PATCH] avahi version bump to 0.6.31

2012-04-06 Thread Mike Brady
This patch updates avahi to latest version -- 0.6.31. It also adds a note to the description. Signed-off-by Mike Brady mikebr...@eircom.net Index: Makefile === --- Makefile(revision 31212) +++ Makefile(working copy

Re: [OpenWrt-Devel] [OpenWrt] #11110: avahi with dbus not possible

2012-03-15 Thread Mike Brady
Thanks, I'll check. M On 15 Mar 2012, at 18:43, OpenWrt openwrt-devel@lists.openwrt.org wrote: #0: avahi with dbus not possible ---+ Reporter: Oskari Rauta oskari.rauta@… | Owner: developers

[OpenWrt-Devel] [PATCH] Fix avahi build problems

2011-11-21 Thread Mike Brady
-by Mike Brady mikebr...@eircom.net Index: Makefile === --- Makefile (revision 29283) +++ Makefile (working copy) @@ -7,40 +7,50 @@ include $(TOPDIR)/rules.mk +ifeq ($(BUILD_VARIANT),dbus) +PKG_BUILD_DIR=$(BUILD_DIR)/$(PKG_NAME

[OpenWrt-Devel] uci-12012009.7.tar.gz

2011-11-16 Thread Mike Brady
Just building backfire now, and it can't find uci-12012009.7.tar.gz. --2011-11-16 20:37:23-- http://mirror2.openwrt.org/sources/uci-12012009.7.tar.gz Resolving mirror2.openwrt.org... 46.4.11.11 Connecting to mirror2.openwrt.org|46.4.11.11|:80... connected. HTTP request sent, awaiting

[OpenWrt-Devel] [PATCH] Fix dbus to compile in brcm-2.4 -- See Ticket #10274 and Changeset 27521

2011-11-16 Thread Mike Brady
This patch fixes a bug in the dbus package which prevents it from compiling on brcm-2.4 (Ticket #10274). In turn, it also prevents the avahi package from compiling on brcm-2.4. (Changeset 27521 is a workaround). The cause of the problem was that the existing patches, which were correct, were

[OpenWrt-Devel] Help -- Noob Question -- Driving Me Crazy

2011-11-11 Thread Mike Brady
Can someone tell be or direct me to an example of how to put a linux version conditional into an OpenWrt package Makefile please? What I want to do is say if this is and version of Linux 2.4 then do stufft. I've tried something like ifeq ($(CONFIG_LINUX_2_4),1) do stuff endif but no

Re: [OpenWrt-Devel] Avahi package problems

2011-11-08 Thread Mike Brady
. ;-) Jon [1] Daniel Dickinson dan...@cshore.neomailbox.net [2] Travis Kemen thepeo...@openwrt.org On 6 November 2011 15:55, Mike Brady mikebr...@eircom.net wrote: Hi everybody. This is a long note, and it's about the avahi package. It's about changes made in Changeset 27479 (June 7

Re: [OpenWrt-Devel] Avahi package problems

2011-11-08 Thread Mike Brady
. Regards Mike On 8 Nov 2011, at 21:09, Nico wrote: Hi, On Tue, Nov 8, 2011 at 6:46 PM, Mike Brady mikebr...@eircom.net wrote: Hi Jon. Thanks for the pointers. Yeah, I was a tiny bit surprised to hear nothing. I didn't know how to contact the committers, TBH. Are you a maintainer yourself

[OpenWrt-Devel] Avahi package problems

2011-11-06 Thread Mike Brady
it was before Changeset 27479 (but including a change introduced in Changeset 27521, to disable DBUS support on brcm-2.4, unrelated to the issues discussed here). FYI I'm compiling 10.03.1-RC6 for a Linksys NSLU2. Best wishes Mike Brady (I) Problems with Changeset 27479 1. Changeset 27479

[OpenWrt-Devel] [PATCH] Update avahi to version 0.6.30 (ref Ticket 7424, , ipv6)

2011-04-06 Thread Mike Brady
-off-by: Mike Brady mikebr...@eircom.net Index: Makefile === --- Makefile (revision 26496) +++ Makefile (working copy) @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=avahi -PKG_VERSION:=0.6.29 -PKG_RELEASE:=2 +PKG_VERSION

[OpenWrt-Devel] [PATCH] Update avahi to included D-Bus support, libavahi-client library and avahi-utils tools (ref Ticket 8929)

2011-03-26 Thread Mike Brady
daemon is set to start up _after_ avahi-daemon starts looking for it. (This patch adjusts the init.d start priority of the avahi-daemon to later than that of D-Bus.) Signed-off-by: Mike Brady mikebr...@eircom.net Index: files/avahi-daemon.init

[OpenWrt-Devel] [PATCH] Update avahi to included D-Bus support, avahi-client interfaces and avahi-utils tools

2011-03-13 Thread Mike Brady
, as it is at present. (b) The init.d start priority of avahi-daemon is changed from 50 to 61 so that it loads after D-Bus. Signed-off-by: Mike Brady mikebr...@eircom.net --- Index: files/avahi-daemon.init === --- files/avahi-daemon.init (revision

[OpenWrt-Devel] [PATCH] New package: nss-mdns.

2011-03-06 Thread Mike Brady
in the ad-hoc mDNS domain .local. nss-mdns needs the GNU C Library to be chosen as the C library when OpenWRT is being built (the default is uClibc). The package installs the library files and a sample nsswitch.conf file called nsswitch-README.conf in /etc Signed-off-by: Mike Brady mikebr

Re: [OpenWrt-Devel] [PATCH] [RFC] Always include hostname in DHCP request

2010-10-30 Thread Mike Brady
Great! I often wondered about that! Mike On 29 Oct 2010, at 23:13, Michael Heimpold wrote: Currently, the hostname is sent in a DHCP request only if configured explicitely. Changing this behaviour so that the hostname is sent per default has the advantage that e.g. a Fritz!Box (acting

[OpenWrt-Devel] [PATCH] w_scan package

2010-10-25 Thread Mike Brady
. Signed-off-by: Mike Brady mikebr...@eircom.net --- I have included the patch as an attachment -- I hope that's OK. From the packages directory the patch adds one directory which contains one Makefile: + utils/w_scan/ + utils/W_scan/Makefile Index: utils/w_scan/Makefile