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