[OpenWrt-Devel] PATCH net/hiawatha: added init scripts

2012-10-09 Thread Henning Meyer
From: Henning Meyer added init.d script to hiawatha Signed-off-by: Henning Meyer --- diff --git a/Makefile b/Makefile index 943a57c..5331bc8 100644 --- a/Makefile +++ b/Makefile @@ -53,11 +53,31 @@ define Package/hiawatha/conffiles endef define Package/hiawatha/install

Re: [OpenWrt-Devel] PATCH libs/multimedia (lib)gphoto2 bump to 2.5.0

2012-10-06 Thread Henning Meyer
What's wrong with this patch? 2012/9/10 Henning Meyer : > From: Henning Meyer > > Update from libgphoto2 2.4.12 to 2.5.0 and gphoto2 2.4.11 to 2.5.0. > > Signed-off-by: Henning Meyer > --- > svn diff packages > Index: pack

[OpenWrt-Devel] PATCH libs/multimedia (lib)gphoto2 bump to 2.5.0

2012-09-09 Thread Henning Meyer
From: Henning Meyer Update from libgphoto2 2.4.12 to 2.5.0 and gphoto2 2.4.11 to 2.5.0. Signed-off-by: Henning Meyer --- svn diff packages Index: packages/libs/libgphoto2/Makefile === --- packages/libs/libgphoto2/Makefile

[OpenWrt-Devel] Trac on openwrt

2009-05-25 Thread Henning Meyer
Hi All, I'd like to get Trac running on openwrt. Unfortunatly Trac requires easy_install, setuptools and Genshi (http://trac.edgewall.org/wiki/TracInstall). I think easy_install and setuptools are just needed for the build - not needed for the running system. Can anybody give any hints how to st

[OpenWrt-Devel] [PATCH] Retry: PHP5 SPL support

2009-05-05 Thread Henning Meyer
[PATCH] Support for SPL (Standard PHP Library) Sorry - the last mail (5 min ago) was an old version. This one is current. Signed-off-by: Henning Meyer smime.p7s Description: S/MIME Cryptographic Signature ___ openwrt-devel mailing list openwrt-devel

[OpenWrt-Devel] [PATCH] PHP5 SPL support

2009-05-05 Thread Henning Meyer
[PATCH] Support for SPL (Standard PHP Library) Signed-off-by: Henning Meyer --- a/feeds/packages/lang/php5/Makefile +++ b/feeds/packages/lang/php5/Makefile @@ -31,9 +31,27 @@ define Package/php5/Default/description suited for Web development and can be embedded into HTML. endef +define

[OpenWrt-Devel] PHP5/SPL Support

2009-04-20 Thread Henning Meyer
luded, but the build fails when it tries to package the pcre module. How do I get rid of this module, in case SPL is selected? Thanks to all, Henning Signed-off-by: Henning Meyer diff --git a/feeds/packages/lang/php5/Makefile b/feeds/packages/lang/php5/Makefile index b3590ca..008647d 100644 -

Re: [OpenWrt-Devel] [PATCH] Kamikaze ddns-scripts shell_get bug

2009-04-11 Thread Henning Meyer
[PATCH] Kamikaze ddns-scripts shell_get functions behaves incorrectly with awk on x86/eglibc Signed-off-by: Henning Meyer diff -Naur a/ddns-scripts/files/usr/lib/ddns/shell_get.sh b/ddns-scripts/files/usr/lib/ddns/shell_get.sh --- a/ddns-scripts/files/usr/lib/ddns/shell_get.sh +++ b/ddns

[OpenWrt-Devel] [PATCH] Kamikaze libnl against eglibc missing ULONG_MAX macro

2009-03-19 Thread Henning Meyer
[PATCH] Kamikaze libnl against eglibc missing ULONG_MAX macro when compiling libnl against eglibc: ULONG_MAX is not found in netlink-local.h Signed-off-by: Henning Meyer --- a/include/netlink-local.h +++ b/include/netlink-local.h @@ -26,6 +26,7 @@ #include #include #include +#include