[OpenWrt-Devel] [PATCH 05/13] Migrate au1000 platform to common led helper functions

2013-02-17 Thread Michael Heimpold
Signed-off-by: Michael Heimpold m...@heimpold.de --- target/linux/au1000/base-files/etc/diag.sh | 26 +++--- 1 file changed, 11 insertions(+), 15 deletions(-) diff --git a/target/linux/au1000/base-files/etc/diag.sh b/target/linux/au1000/base-files/etc/diag.sh index d974615

[OpenWrt-Devel] [PATCH 06/13] Trivial: fix whitespace to match coding style of other instances

2013-02-17 Thread Michael Heimpold
Signed-off-by: Michael Heimpold m...@heimpold.de --- target/linux/brcm47xx/base-files/etc/diag.sh | 24 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/target/linux/brcm47xx/base-files/etc/diag.sh b/target/linux/brcm47xx/base-files/etc/diag.sh index

[OpenWrt-Devel] [PATCH 13/13] Migrate rdc to common led helper functions

2013-02-17 Thread Michael Heimpold
Signed-off-by: Michael Heimpold m...@heimpold.de --- target/linux/x86/rdc/base-files/etc/diag.sh | 18 -- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/target/linux/x86/rdc/base-files/etc/diag.sh b/target/linux/x86/rdc/base-files/etc/diag.sh index 8d5c382

[OpenWrt-Devel] [PATCH 08/13] Migrate cns21xx platform to common led helper functions

2013-02-17 Thread Michael Heimpold
Signed-off-by: Michael Heimpold m...@heimpold.de --- target/linux/cns21xx/base-files/etc/diag.sh | 28 ++- 1 file changed, 2 insertions(+), 26 deletions(-) diff --git a/target/linux/cns21xx/base-files/etc/diag.sh b/target/linux/cns21xx/base-files/etc/diag.sh index

[OpenWrt-Devel] [PATCH 10/13] Migrate lantiq platform to common led helper functions

2013-02-17 Thread Michael Heimpold
Signed-off-by: Michael Heimpold m...@heimpold.de --- target/linux/lantiq/base-files/etc/diag.sh | 41 1 file changed, 12 insertions(+), 29 deletions(-) diff --git a/target/linux/lantiq/base-files/etc/diag.sh b/target/linux/lantiq/base-files/etc/diag.sh index

[OpenWrt-Devel] [PATCH 04/13] Migrate ar71xx platform to common led helper functions

2013-02-17 Thread Michael Heimpold
Signed-off-by: Michael Heimpold m...@heimpold.de --- target/linux/ar71xx/base-files/etc/diag.sh | 30 +++- 1 file changed, 3 insertions(+), 27 deletions(-) diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh index

[OpenWrt-Devel] [PATCH 02/13] Migrate adm5120 platform to common led helper functions

2013-02-17 Thread Michael Heimpold
Signed-off-by: Michael Heimpold m...@heimpold.de --- target/linux/adm5120/base-files/etc/diag.sh | 32 ++- 1 file changed, 2 insertions(+), 30 deletions(-) diff --git a/target/linux/adm5120/base-files/etc/diag.sh b/target/linux/adm5120/base-files/etc/diag.sh index

[OpenWrt-Devel] [PATCH 03/13] Migrate ar7 platform to common led helper functions

2013-02-17 Thread Michael Heimpold
Signed-off-by: Michael Heimpold m...@heimpold.de --- target/linux/ar7/base-files/etc/diag.sh | 60 ++- 1 file changed, 27 insertions(+), 33 deletions(-) diff --git a/target/linux/ar7/base-files/etc/diag.sh b/target/linux/ar7/base-files/etc/diag.sh index 25ec899

[OpenWrt-Devel] [PATCH 07/13] Migrate brcm63xx platform to common led helper functions

2013-02-17 Thread Michael Heimpold
Signed-off-by: Michael Heimpold m...@heimpold.de --- target/linux/brcm63xx/base-files/etc/diag.sh | 51 +- 1 file changed, 2 insertions(+), 49 deletions(-) diff --git a/target/linux/brcm63xx/base-files/etc/diag.sh b/target/linux/brcm63xx/base-files/etc/diag.sh index

[OpenWrt-Devel] [PATCH 12/13] Migrate rb532 platform to common led helper functions

2013-02-17 Thread Michael Heimpold
Signed-off-by: Michael Heimpold m...@heimpold.de --- target/linux/rb532/base-files/etc/diag.sh | 18 -- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/target/linux/rb532/base-files/etc/diag.sh b/target/linux/rb532/base-files/etc/diag.sh index d8f9a88..482b8e9

[OpenWrt-Devel] [PATCH 11/13] Migrate ramips platform to common led helper functions

2013-02-17 Thread Michael Heimpold
Signed-off-by: Michael Heimpold m...@heimpold.de --- target/linux/ramips/base-files/etc/diag.sh | 28 ++-- 1 file changed, 2 insertions(+), 26 deletions(-) diff --git a/target/linux/ramips/base-files/etc/diag.sh b/target/linux/ramips/base-files/etc/diag.sh index

[OpenWrt-Devel] [PATCH 09/13] Migrate cobalt platform to common led helper functions

2013-02-17 Thread Michael Heimpold
Signed-off-by: Michael Heimpold m...@heimpold.de --- target/linux/cobalt/base-files/etc/diag.sh | 27 --- 1 file changed, 12 insertions(+), 15 deletions(-) diff --git a/target/linux/cobalt/base-files/etc/diag.sh b/target/linux/cobalt/base-files/etc/diag.sh index

Re: [OpenWrt-Devel] [PATCH] Improve generated ext4 images

2012-08-29 Thread Michael Heimpold
Am Mittwoch, 29. August 2012, 07:01:43 schrieb Imre Kaloz: NAK. Journaling is disabled on purpose, as it wears out flash based devices faster. This is true. Actually, I use ext4 on eMMC flash device. Linux kernel modells this a block device, so this is the first mistake IMHO. What would be

[OpenWrt-Devel] [PATCH] base-files: release an attached loop device on umounting

2012-08-28 Thread Michael Heimpold
Signed-off-by: Michael Heimpold m...@heimpold.de --- package/base-files/files/etc/init.d/umount |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/base-files/files/etc/init.d/umount b/package/base-files/files/etc/init.d/umount index a4e477e..5a750b9 100755

[OpenWrt-Devel] [PATCH] Improve generated ext4 images

2012-08-28 Thread Michael Heimpold
Currently none of valuable ext4 features are used when ext4 image generation is selected, most notably the journaling function is missing. This patch enables the journaling feature and optimizes the directories in the created filesystem afterwards. Signed-off-by: Michael Heimpold m

[OpenWrt-Devel] [GIT PULL v2] Introduce php5 pecl packages

2012-04-21 Thread Michael Heimpold
is the next trial. The following changes since commit 0eb18dec38afd361e7a1cb5207a06b0b21cb82de: Merge branch 'master' of git://nbd.name/packages.git into php5 (2012-04-21 12:25:50 +0200) are available in the git repository at: git://github.com/mhei/openwrt-packages.git php5 Michael Heimpold

[OpenWrt-Devel] [RFC PATCH] avahi: do not announce a specific front page

2012-04-16 Thread Michael Heimpold
wonder/suggest whether the default avahi service could not announce such a specific frontpage but only the generic top level directory. Signed-off-by: Michael Heimpold m...@heimpold.de Index: libs/avahi/files/service-http === --- libs

[OpenWrt-Devel] [packages] libmodbus: install/inlcude all symlinks in package

2012-04-14 Thread Michael Heimpold
Signed-off-by: Michael Heimpold m...@heimpold.de Index: libs/libmodbus/Makefile === --- libs/libmodbus/Makefile (revision 31285) +++ libs/libmodbus/Makefile (working copy) @@ -1,6 +1,6 @@ -# -# Copyright (C) 2006-2011 OpenWrt.org

[OpenWrt-Devel] [PATCH] packages: update libmicrohttpd to 0.9.19

2012-04-14 Thread Michael Heimpold
Also include all library symlinks in the package. Signed-off-by: Michael Heimpold m...@heimpold.de Index: libs/libmicrohttpd/Makefile === --- libs/libmicrohttpd/Makefile (revision 31285) +++ libs/libmicrohttpd/Makefile (working copy

Re: [OpenWrt-Devel] Porting rrdtool 1.4 to openwrt

2012-03-20 Thread Michael Heimpold
Hi, several weeks ago I also tried to upgrade this package. Here's my patch which is only compile tested and not yet cleaned up. diff --git a/utils/rrdtool/Makefile b/utils/rrdtool/Makefile index c73b4e1..62feeed 100644 --- a/utils/rrdtool/Makefile +++ b/utils/rrdtool/Makefile @@ -8,12 +8,12

Re: [OpenWrt-Devel] New AT91 boards, calling the maintainers

2012-03-07 Thread Michael Heimpold
Hi, I would like to act as maintainer for tqma9263. This is a little System on Module which needs a carrier board to be useful. I was involved during the development of the TQMa9263 in my company. Actually only a few modules were sold and the development of such a carrier board is currently

[OpenWrt-Devel] [PATCH] packages: upgrade libconfig to 1.4.8

2012-02-18 Thread Michael Heimpold
Signed-off-by: Michael Heimpold m...@heimpold.de --- Index: Makefile === --- Makefile(revision 30618) +++ Makefile(working copy) @@ -1,5 +1,5 @@ # -# Copyright (C) 2008-2011 OpenWrt.org +# Copyright (C) 2008-2012 OpenWrt.org

[OpenWrt-Devel] [PATCH] packages: update libmbus to 0.7.0

2012-02-10 Thread Michael Heimpold
Signed-off-by: Michael Heimpold m...@heimpold.de Index: libs/libmbus/Makefile === --- libs/libmbus/Makefile (revision 29908) +++ libs/libmbus/Makefile (working copy) @@ -1,5 +1,5 @@ # -# Copyright (C) 2011 OpenWrt.org

[OpenWrt-Devel] [GIT PULL] Introduce php5 pecl packages

2012-02-04 Thread Michael Heimpold
. Since this is my first pull request at all, feel free to flame :-) Regards, Michael - Michael Heimpold (6): [packages] php5: Remove all patched-in pecl modules, prepare for standalone pecl modules [packages] Introduce php5-pecl-apc package [packages] Introduce

[OpenWrt-Devel] [PATCH 3/6] [packages] Introduce php5-pecl-bcompiler package

2012-02-04 Thread Michael Heimpold
Signed-off-by: Michael Heimpold m...@heimpold.de --- lang/php5-pecl-bcompiler/Makefile | 29 + 1 files changed, 29 insertions(+), 0 deletions(-) diff --git a/lang/php5-pecl-bcompiler/Makefile b/lang/php5-pecl-bcompiler/Makefile new file mode 100644 index 000

[OpenWrt-Devel] [PATCH 6/6] [packages] Introduce php5-pecl-libevent package

2012-02-04 Thread Michael Heimpold
Signed-off-by: Michael Heimpold m...@heimpold.de --- lang/php5-pecl-libevent/Makefile | 31 +++ 1 files changed, 31 insertions(+), 0 deletions(-) diff --git a/lang/php5-pecl-libevent/Makefile b/lang/php5-pecl-libevent/Makefile new file mode 100644 index 000

[OpenWrt-Devel] [PATCH 5/6] [packages] Introduce php5-pecl-http package

2012-02-04 Thread Michael Heimpold
Signed-off-by: Michael Heimpold m...@heimpold.de --- lang/php5-pecl-http/Makefile | 34 ++ 1 files changed, 34 insertions(+), 0 deletions(-) diff --git a/lang/php5-pecl-http/Makefile b/lang/php5-pecl-http/Makefile new file mode 100644 index 000..c3a7f4b

[OpenWrt-Devel] [PATCH 4/6] [packages] Introduce php5-pecl-dio package

2012-02-04 Thread Michael Heimpold
Signed-off-by: Michael Heimpold m...@heimpold.de --- lang/php5-pecl-dio/Makefile| 29 .../patches/010-additional-baudrates.patch | 29 2 files changed, 58 insertions(+), 0 deletions(-) diff --git a/lang/php5-pecl-dio

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

2012-01-24 Thread Michael Heimpold
Hi, In my opinion, the main issue is not that we don't give out SVN access fast enough, from my personal experience I can say that I got SVN access very quickly after I offered taking over maintainership for php5 package. After some months I suggested to split php into multiple packages (for

[OpenWrt-Devel] [PATCH v2] [packages] curl: upgrade to 7.23.1

2012-01-14 Thread Michael Heimpold
First patch version doesn't apply to current trunk, so please try this one. Signed-off-by: Michael Heimpold m...@heimpold.de --- libs/curl/Makefile|4 +- libs/curl/patches/100-cross-compile.patch | 119 - libs/curl/patches/510-no_sslv2

[OpenWrt-Devel] [PATCH] New package mbus

2012-01-14 Thread Michael Heimpold
Signed-off-by: Michael Heimpold m...@heimpold.de --- libs/libmbus/Makefile | 105 + 1 files changed, 105 insertions(+), 0 deletions(-) create mode 100644 libs/libmbus/Makefile diff --git a/libs/libmbus/Makefile b/libs/libmbus/Makefile new file

[OpenWrt-Devel] [PATCH] packages: new package libsml

2012-01-14 Thread Michael Heimpold
Signed-off-by: Michael Heimpold m...@heimpold.de --- libs/libsml/Makefile| 51 +++ libs/libsml/patches/010-no-examples-tests.patch | 13 ++ libs/libsml/patches/020-ldflags.patch | 11 + libs/libsml/patches/030-cross

[OpenWrt-Devel] [PATCH] [packages] curl: upgrade to 7.23.1

2012-01-07 Thread Michael Heimpold
Adjust patches, i.e remove patches which don't apply anymore. Signed-off-by: Michael Heimpold m...@heimpold.de --- libs/curl/Makefile|4 +- libs/curl/patches/100-cross_compile.patch | 87 - libs/curl/patches/200-no_docs_tests.patch | 16

[OpenWrt-Devel] [PATCH] Provide a global section_enabled function

2011-11-19 Thread Michael Heimpold
Since various packages implement such a function already on their own, it seems reasonable to provide this a globally available function. Signed-off-by: Michael Heimpold m...@heimpold.de Index: package/base-files/files/lib/functions.sh

[OpenWrt-Devel] [RFC] Introducing new pecl infrastructure in OpenWRT

2011-11-02 Thread Michael Heimpold
. +# + +define Package/php5-pecl/Default + SUBMENU:=PHP + SECTION:=lang + CATEGORY:=Languages + URL:=http://pecl.php.net/ + MAINTAINER:=Michael Heimpold m...@heimpold.de + DEPENDS:=php5 +endef + +define Build/Configure + ( cd $(PKG_BUILD_DIR); $(STAGING_DIR_HOST)/usr/bin/phpize

Re: [OpenWrt-Devel] Patch: Use system zoneinfo files instead of embedded

2011-10-19 Thread Michael Heimpold
Am Mittwoch, 12. Oktober 2011, 15:12:28 schrieb Peter Naulls: These are taken from the Debian PHP patches. Thanks to jow and mhei for suggestions. I tested this with my eglibc setup/zoneinfo files. I think the comments in the patches describe the intent here. Signed-off-by: Peter

[OpenWrt-Devel] [PATCH] [packages] chrony: Upgrade to 1.26

2011-09-18 Thread Michael Heimpold
This patch upgrades chrony to 1.26. Beside several minor bugfixes and improvements, also several vulnerabilities are fixed (compared to 1.23). Signed-off-by: Michael Heimpold m...@heimpold.de --- net/chrony/Makefile |6 +++--- net/chrony/patches/001-crosscompile.patch

[OpenWrt-Devel] [PATCH] Fix detection of standalone ldd

2011-07-24 Thread Michael Heimpold
When standalone ldd is selected in config the binary is installed in /usr/bin/ldd. Signed-off-by: Michael Heimpold m...@heimpold.de --- Index: package/base-files/files/etc/profile === --- package/base-files/files/etc/profile

[OpenWrt-Devel] [packages] Fix mysql dependencies

2011-07-24 Thread Michael Heimpold
/mod_mysql_vhost.so File not found 1970-01-01 05:07:30: (server.c.650) loading plugins finally failed /snap Signed-off-by: Michael Heimpold m...@heimpold.de --- Index: libs/mysql/Makefile === --- libs/mysql/Makefile (revision 27363) +++ libs

Re: [OpenWrt-Devel] [PATCH] Introduce syslog parameter for udhcpc

2011-07-16 Thread Michael Heimpold
Any comments, suggestions... ? Am Montag, 27. Juni 2011, 22:44:49 schrieb Michael Heimpold: This patch adds a new config option 'syslog' which will -when present- enable udhcpc's capability to send log message to syslog. Signed-off-by: Michael Heimpold m...@heimpold.de Index: package

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

2011-07-16 Thread Michael Heimpold
Ping? :-) Am Samstag, 2. Juli 2011, 21:56:37 schrieb Michael Heimpold: I'm not sure which approach would be the better one: I'm fine with both. So here is the variant with second bool parameter. --- Index: package/base-files/files/lib/network/config.sh

[OpenWrt-Devel] [PATCH] Upgrade loop-aes to 3.6c

2011-07-02 Thread Michael Heimpold
This patch upgrades loop-aes to latest version 3.6c. This fixes #9614, however, I didn't test other platforms or other kernel version than 2.6.39.2. Signed-off-by: Michael Heimpold m...@heimpold.de --- Index: utils/loop-aes/Makefile

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

2011-07-02 Thread Michael Heimpold
I'm not sure which approach would be the better one: I'm fine with both. So here is the variant with second bool parameter. --- Index: package/base-files/files/lib/network/config.sh === ---

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

2011-06-28 Thread Michael Heimpold
Your link and the dhcp-client-identifier stuff is not related to this topic, sorry. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

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

2011-06-27 Thread Michael Heimpold
OpenWRT with it's hostname in the network overview. To prevent sending a hostname at all (and to be backwards compatible) the configuration option can be set to none. Signed-off-by: Michael Heimpold m...@heimpold.de Index: package/base-files/files/lib/network/config.sh

[OpenWrt-Devel] [PATCH] Introduce syslog parameter for udhcpc

2011-06-27 Thread Michael Heimpold
This patch adds a new config option 'syslog' which will -when present- enable udhcpc's capability to send log message to syslog. Signed-off-by: Michael Heimpold m...@heimpold.de Index: package/base-files/files/lib/network/config.sh

Re: [OpenWrt-Devel] [PATH] New package jsonpath

2011-06-27 Thread Michael Heimpold
Just a few comments... +# Copyright (C) 2008 OpenWrt.org My calendar claims year 2011 :-) Index: net/wing/files/lib/network/wing.sh ... Index: net/wing/files/usr/bin/wing_status ... Index: net/wing/Makefile Seems that your patch got scrambled with additional (unrelated) modifications. I

Re: [OpenWrt-Devel] [PATCH] AT91 Flexibity initial board support

2011-05-03 Thread Michael Heimpold
Am Dienstag, 3. Mai 2011 09:48:20 schrieb Maxim Osipov: Please use a profile for this instead of a completely separate target. If your profile requires a different kernel configuration, then let profiles also supply their specific kernel configuration. Okay. But what the purpose of

Re: [OpenWrt-Devel] php5 compilation problem

2011-04-18 Thread Michael Heimpold
+0x5bc): undefined reference to `atomic_add_int' collect2: ld returned 1 exit status are you sure, that your package feed is at this revision? I ask because this problem should be already fixed with the following changeset: https://dev.openwrt.org/changeset/25335 Best regards, Michael Heimpold

[OpenWrt-Devel] [PATCH] [packages] lang/php5: Fix build when simplexml is selected

2011-02-27 Thread Michael Heimpold
The build fails since the php module is statically disabled. This patch adds the required magic. This should also finally close #7758. Signed-off-by: Michael Heimpold m...@heimpold.de --- diff --git a/lang/php5/Makefile b/lang/php5/Makefile index 8022f63..d568901 100644 --- a/lang/php5

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

2010-10-29 Thread Michael Heimpold
. To prevent sending a hostname at all (and to be backwards compatible) the configuration option can be set to none. Signed-off-by: Michael Heimpold m...@heimpold.de Index: package/base-files/files/lib/network/config.sh === --- package/base

[OpenWrt-Devel] [PATCH 3/3] [packages] lang/php5: Add missing dependency on libsqlite3/libpthread

2010-10-28 Thread Michael Heimpold
The binaries are already dependent on sqlite3 and pthread, not only the corresponding php modules. This closes #7724. Signed-off-by: Michael Heimpold m...@heimpold.de --- lang/php5/Makefile |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/lang/php5/Makefile b/lang/php5

[OpenWrt-Devel] [PATCH 2/3] [packages] lang/php5: Upgrade to version 5.3.3

2010-10-28 Thread Michael Heimpold
Prevent configure from detecting atomic.h. This is necessary as php otherwise uses some membar_* functions which are [currently] missing in uclibc. Signed-off-by: Michael Heimpold m...@heimpold.de --- lang/php5/Makefile |8 +--- 1 files changed, 5 insertions(+), 3 deletions(-) diff

[OpenWrt-Devel] [PATCH 1/3] [packages] lang/php5: First steps to simplify the Makefile

2010-10-28 Thread Michael Heimpold
support for PCNTL module. - Modularize System V stuff. - Rename BuildPlugin to BuildModule which IMHO fits better to the commonly used terminology of PHP module. Signed-off-by: Michael Heimpold m...@heimpold.de --- lang/php5/Makefile | 439 1

[OpenWrt-Devel] [PATCH] php5: Php's sqlite3 module needs to be explicite linked to -lpthread with uClibc.

2010-10-21 Thread Michael Heimpold
Also add the required package dependencies. See also ticket #7237 for reference. A simple test case is the following php script: ?php $db = new SQLite3(test.db); ? It hangs and triggers the max execution time without this patch. Signed-off-by: Michael Heimpold mhei at heimpold.de --- lang

[OpenWrt-Devel] Strange usb-storage behaviour

2010-10-09 Thread Michael Heimpold
Hi, I'm trying to get OpenWRT running on a AT91 ARM926-based device with 2 usb host ports. After booting, all important drivers get loaded: ohci_hcd and usb-storage. Before powering on the system, an usb flash drive is connected to one usb port. --snip-- Press the [f] key and hit [enter] to

[OpenWrt-Devel] [PATCH 1/4] packages/lang/php5: Update to version 5.3.1

2010-01-17 Thread Michael Heimpold
is now a core feature the php5-fastcgi package now depends on the php5-cgi package, containing just a link to the binary and the startup script. The cross-compile patch is updated to fit the new version. Signed-off-by: Michael Heimpold michael.heimp...@s2000.tu-chemnitz.de Index: lang/php5/patches

[OpenWrt-Devel] [PATCH 4/4] packages/lang/php5: Cleanup php.ini

2010-01-17 Thread Michael Heimpold
Cleanup php.ini by removing dropped config items. Signed-off-by: Michael Heimpold michael.heimp...@s2000.tu-chemnitz.de Index: lang/php5/files/php.ini === --- lang/php5/files/php.ini (Revision 19124) +++ lang/php5/files/php.ini

<    1   2   3