[OpenWrt-Devel] [PATCH 3/5] image: ext4: allow to choose a block size for the rootfs

2014-05-02 Thread Michael Heimpold
Signed-off-by: Michael Heimpold --- config/Config-images.in | 24 include/image.mk|4 ++-- 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/config/Config-images.in b/config/Config-images.in index b71a0d6..2deee67 100644 --- a/config/Config

[OpenWrt-Devel] [PATCH 4/5] image: ext4: allow creation of a journaling filesystem

2014-05-02 Thread Michael Heimpold
Signed-off-by: Michael Heimpold --- config/Config-images.in |7 +++ include/image.mk|2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/config/Config-images.in b/config/Config-images.in index 2deee67..e867391 100644 --- a/config/Config-images.in +++ b/config

[OpenWrt-Devel] [PATCH] mxs: rename files so that profiles are sorted alphabetically

2014-05-02 Thread Michael Heimpold
While at it, make spelling at little bit more consistent, at least for my taste :-) Signed-off-by: Michael Heimpold --- target/linux/mxs/profiles/{02-duckbill.mk => 01-duckbill.mk} |2 +- .../mxs/profiles/{01-olinuxino-maxi.mk => 02-olinuxino-maxi.mk} |6 +++--- target/lin

[OpenWrt-Devel] [PATCH] mxs/imx6: make boardnames consistent with other targets

2014-05-02 Thread Michael Heimpold
Remove 'series' as all other target do not use this, too. It should be obviously clear, that these targets refer to a whole CPU family. Signed-off-by: Michael Heimpold --- target/linux/imx6/Makefile |2 +- target/linux/mxs/Makefile |2 +- 2 files changed, 2 insertions(+), 2

[OpenWrt-Devel] [PATCH] mxs: fix typo in patch filename

2014-05-02 Thread Michael Heimpold
Signed-off-by: Michael Heimpold --- .../mxs/patches-3.13/{110-dt-add-lradc.path => 110-dt-add-lradc.patch} |0 1 file changed, 0 insertions(+), 0 deletions(-) rename target/linux/mxs/patches-3.13/{110-dt-add-lradc.path => 110-dt-add-lradc.patch} (100%) diff --git a/target/lin

[OpenWrt-Devel] [PATCH] mxs: add kernel module for spi interface

2014-05-02 Thread Michael Heimpold
Signed-off-by: Michael Heimpold --- target/linux/mxs/modules.mk | 15 +++ 1 file changed, 15 insertions(+) diff --git a/target/linux/mxs/modules.mk b/target/linux/mxs/modules.mk index 0584a73..2db4961 100644 --- a/target/linux/mxs/modules.mk +++ b/target/linux/mxs/modules.mk

Re: [OpenWrt-Devel] [PATCH] mxs: add kernel module for spi interface

2014-05-03 Thread Michael Heimpold
Hi Zoltan, Am Samstag, 3. Mai 2014, 16:41:30 schrieben Sie: > Hi Michael, > > Michael Heimpold wrote: > > Signed-off-by: Michael Heimpold > > --- > > target/linux/mxs/modules.mk | 15 +++ > > 1 file changed, 15 insertions(+) > > > &g

[OpenWrt-Devel] [PATCH 0/6] Various updates for mxs target

2014-05-13 Thread Michael Heimpold
This series bundles various patches to improve support for mxs target infrastructure, but also updates Duckbill support. Michael Heimpold (6): mxs/imx6: make boardnames consistent with other targets mxs: add kernel module for spi interface mxs: add kernel module for i2c interface mxs

[OpenWrt-Devel] [PATCH 4/6] mxs: disable debugging noise for i2c

2014-05-13 Thread Michael Heimpold
I tested I2C with two PCA9554 attached on a custom board. To the first PCA9554, I attached several LEDs, the second one was wired to some push buttons. This all worked like a charm, so I would like to disable debug messages per default as it fills up the kernel log. Signed-off-by: Michael

[OpenWrt-Devel] [PATCH 5/6] mxs: update dts file for Duckbill

2014-05-13 Thread Michael Heimpold
- fix ethernet reset gpio - fix bus width for micro SD card - make I2C0 available - make SPI0 available Signed-off-by: Michael Heimpold --- .../mxs/files/arch/arm/boot/dts/imx28-duckbill.dts | 29 1 file changed, 24 insertions(+), 5 deletions(-) diff --git a/target/linux

[OpenWrt-Devel] [PATCH 2/6] mxs: add kernel module for spi interface

2014-05-13 Thread Michael Heimpold
Signed-off-by: Michael Heimpold --- target/linux/mxs/modules.mk | 15 +++ 1 file changed, 15 insertions(+) diff --git a/target/linux/mxs/modules.mk b/target/linux/mxs/modules.mk index 0584a73..2db4961 100644 --- a/target/linux/mxs/modules.mk +++ b/target/linux/mxs/modules.mk

[OpenWrt-Devel] [PATCH 1/6] mxs/imx6: make boardnames consistent with other targets

2014-05-13 Thread Michael Heimpold
Remove 'series' as all other target do not use this, too. It should be obviously clear, that these targets refer to a whole CPU family. Signed-off-by: Michael Heimpold Cc: Luka Perkov --- target/linux/imx6/Makefile |2 +- target/linux/mxs/Makefile |2 +- 2 files changed, 2

[OpenWrt-Devel] [PATCH 3/6] mxs: add kernel module for i2c interface

2014-05-13 Thread Michael Heimpold
Signed-off-by: Michael Heimpold --- target/linux/mxs/modules.mk | 15 +++ 1 file changed, 15 insertions(+) diff --git a/target/linux/mxs/modules.mk b/target/linux/mxs/modules.mk index 2db4961..94876e7 100644 --- a/target/linux/mxs/modules.mk +++ b/target/linux/mxs/modules.mk

[OpenWrt-Devel] [PATCH 6/6] mxs: add I2C and SPI packages to Duckbill's profile as default

2014-05-13 Thread Michael Heimpold
Signed-off-by: Michael Heimpold --- target/linux/mxs/profiles/01-duckbill.mk |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/target/linux/mxs/profiles/01-duckbill.mk b/target/linux/mxs/profiles/01-duckbill.mk index 3f75a7a..ccd3881 100644 --- a/target/linux/mxs/profiles

[OpenWrt-Devel] [PATCH/RFC] Check for openssl development headers during prereq

2014-05-17 Thread Michael Heimpold
Some host tools needs the host openssl headers in place, e.g. U-Boot's mkimage. We could try to make this check configuration dependent but I think it's not worth it. Also the check might be smarter - but it just works :-) Signed-off-by: Michael Heimpold --- include/prereq-build

Re: [OpenWrt-Devel] [PATCH 0/5] Improve ext4 image generation

2014-05-19 Thread Michael Heimpold
ps://github.com/mhei/openwrt/tree/ext4images > > Michael Heimpold (5): > tools: genext2fs: add support for blocksize != 1024 > image: ext4: move ext4 specific options into submenu > image: ext4: allow to choose a block size for the rootfs > image: ext4: allow creation of

Re: [OpenWrt-Devel] [PATCH/RFC] Check for openssl development headers during prereq

2014-05-20 Thread Michael Heimpold
Hi Florian, Should we build a host version of OpenSSL (or LibreSSL now?) which has evp enabled instead and link u-boot mkimage against it? this would be another approach. I see the following... Pros: - fewer deps to the host system - full control of the version and library used (openssl vs

[OpenWrt-Devel] [PATCH] soloscli: upgrade to 1.04

2014-05-24 Thread Michael Heimpold
, since I do not own any test hardware. Signed-off-by: Michael Heimpold --- package/network/config/soloscli/Makefile | 12 +-- .../config/soloscli/patches/000-Makefile.patch | 21 .../config/soloscli/patches/001-newline.patch | 15

[OpenWrt-Devel] [PATCH v2] soloscli: upgrade to 1.04

2014-05-24 Thread Michael Heimpold
- The package does not compile at the moment. Since there is a new upstream version avaiable, use this new source instead. - Upstream has already included our both patches. - This is only compile tested, since I do not own any test hardware. Signed-off-by: Michael Heimpold --- Changelog: v1

[OpenWrt-Devel] [PATCH RESEND 4/6] mxs: disable debugging noise for i2c

2014-05-29 Thread Michael Heimpold
I tested I2C with two PCA9554 attached on a custom board. To the first PCA9554, I attached several LEDs, the second one was wired to some push buttons. This all worked like a charm, so I would like to disable debug messages per default as it fills up the kernel log. Signed-off-by: Michael

[OpenWrt-Devel] [PATCH v2 1/6] mxs: make boardname consistent with other targets

2014-05-29 Thread Michael Heimpold
Remove 'series' as all other targets do not use this, too. It should be obviously clear, that these targets refer to a whole CPU family. Signed-off-by: Michael Heimpold --- target/linux/mxs/Makefile |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/mx

[OpenWrt-Devel] [PATCH RESEND 6/6] mxs: add I2C and SPI packages to Duckbill's profile as default

2014-05-29 Thread Michael Heimpold
Signed-off-by: Michael Heimpold --- target/linux/mxs/profiles/01-duckbill.mk |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/target/linux/mxs/profiles/01-duckbill.mk b/target/linux/mxs/profiles/01-duckbill.mk index 3f75a7a..ccd3881 100644 --- a/target/linux/mxs/profiles

[OpenWrt-Devel] [PATCH v2 0/6] Various updates for mxs target

2014-05-29 Thread Michael Heimpold
This series bundles various patches to improve support for mxs target infrastructure, but also updates Duckbill support. Changelog: v2: - Rebased on current head -> Patch 1 stripped, since Luka commited the imx6 part in r40758. -> All other patches are unchanged. v1: - Initial version M

[OpenWrt-Devel] [PATCH RESEND 3/6] mxs: add kernel module for i2c interface

2014-05-29 Thread Michael Heimpold
Signed-off-by: Michael Heimpold --- target/linux/mxs/modules.mk | 15 +++ 1 file changed, 15 insertions(+) diff --git a/target/linux/mxs/modules.mk b/target/linux/mxs/modules.mk index 2db4961..94876e7 100644 --- a/target/linux/mxs/modules.mk +++ b/target/linux/mxs/modules.mk

[OpenWrt-Devel] [PATCH RESEND 2/6] mxs: add kernel module for spi interface

2014-05-29 Thread Michael Heimpold
Signed-off-by: Michael Heimpold --- target/linux/mxs/modules.mk | 15 +++ 1 file changed, 15 insertions(+) diff --git a/target/linux/mxs/modules.mk b/target/linux/mxs/modules.mk index 0584a73..2db4961 100644 --- a/target/linux/mxs/modules.mk +++ b/target/linux/mxs/modules.mk

[OpenWrt-Devel] [PATCH RESEND 5/6] mxs: update dts file for Duckbill

2014-05-29 Thread Michael Heimpold
- fix ethernet reset gpio - fix bus width for micro SD card - make I2C0 available - make SPI0 available Signed-off-by: Michael Heimpold --- .../mxs/files/arch/arm/boot/dts/imx28-duckbill.dts | 29 1 file changed, 24 insertions(+), 5 deletions(-) diff --git a/target/linux

[OpenWrt-Devel] RFC: convert PKG_LICENSE fields to SPDX identifiers

2014-06-03 Thread Michael Heimpold
Hi all, "recently", the PKG_LICENSE field was introduced in commit https://dev.openwrt.org/changeset/33861 I really like the approach to add such license information to each package, so that generating license clearing reports is easy. The original commit author does not mention any rules about

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 >

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

[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 --- Index: package/base-files/files/etc/profile === --- package/base-files/files/etc/profile(revision

[OpenWrt-Devel] [packages] Fix mysql dependencies

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

[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 --- net/chrony/Makefile |6 +++--- net/chrony/patches/001-crosscompile.patch | 18

Re: [OpenWrt-Devel] OpenWrt GPL compliance

2011-09-20 Thread Michael Heimpold
Hi, > I can understand how it works for tagged feeds, e.g. > svn://svn.openwrt.org/openwrt/branches/packages_10.03.1 hm, I think when you are using such a branch the result is still not every time the same since changesets are still merged to such a "stable" branch. The only thing you could consi

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] [RFC] Introducing new pecl infrastructure in OpenWRT

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

[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 Index: package/base-files/files/lib/functions.sh

[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 --- libs/curl/Makefile|4 +- libs/curl/patches/100-cross_compile.patch | 87 - libs/curl/patches/200-no_docs_tests.patch | 16 +++---

[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 --- libs/curl/Makefile|4 +- libs/curl/patches/100-cross-compile.patch | 119 - libs/curl/patches/510-no_sslv2.patch |

[OpenWrt-Devel] [PATCH] New package mbus

2012-01-14 Thread Michael Heimpold
Signed-off-by: Michael Heimpold --- 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 mode 100644 index

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

2012-01-14 Thread Michael Heimpold
Signed-off-by: Michael Heimpold --- 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-compile.patch |8

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] [GIT PULL] Introduce php5 pecl packages

2012-02-04 Thread Michael Heimpold
m47xx. 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] Intr

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

2012-02-04 Thread Michael Heimpold
Signed-off-by: Michael Heimpold --- 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..978c01f --- /dev

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

2012-02-04 Thread Michael Heimpold
Signed-off-by: Michael Heimpold --- 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..2da25ec --- /dev

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

2012-02-04 Thread Michael Heimpold
Signed-off-by: Michael Heimpold --- 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 --- /dev/null +++ b

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

2012-02-04 Thread Michael Heimpold
Signed-off-by: Michael Heimpold --- 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/Makefile b/lang

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

2012-02-04 Thread Michael Heimpold
Signed-off-by: Michael Heimpold --- lang/php5-pecl-apc/Makefile | 33 + 1 files changed, 33 insertions(+), 0 deletions(-) diff --git a/lang/php5-pecl-apc/Makefile b/lang/php5-pecl-apc/Makefile new file mode 100644 index 000..fc2dac1 --- /dev/null +++ b

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

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

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

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

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 stalle

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

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

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

[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 Index: libs/libmicrohttpd/Makefile === --- libs/libmicrohttpd/Makefile (revision 31285) +++ libs/libmicrohttpd/Makefile (working copy) @@ -1,5 +1,5

[OpenWrt-Devel] [PATCH] libconfig: install pkgconfig data in staging dir

2012-04-15 Thread Michael Heimpold
And while at it, include all symlinks for the library file in the package. Signed-off-by: Michael Heimpold Index: libs/libconfig/Makefile === --- libs/libconfig/Makefile (revision 31296) +++ libs/libconfig/Makefile (working copy

[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 Index: libs/avahi/files/service-http === --- libs/a

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

2012-04-21 Thread Michael Heimpold
s for your comments. So here 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/o

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

2010-01-17 Thread Michael Heimpold
support 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 Index: lang/php5/patches/001-configure_c

[OpenWrt-Devel] [PATCH 2/4] packages/lang/php5: Remove uts domain patch

2010-01-17 Thread Michael Heimpold
This patch removes the domain name patch for the new php version 5.3.1 as it doesn't apply anymore. Signed-off-by: Michael Heimpold Index: lang/php5/patches/002-uts_domainname.patch === --- lang/php5/patche

[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 Index: lang/php5/files/php.ini === --- lang/php5/files/php.ini (Revision 19124) +++ lang/php5/files/php.ini (Arbeitskopie) @@ -200,11 +200,6

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

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

2010-10-20 Thread Michael Heimpold
Also add the required package dependencies. See also ticket #7237 for reference. A simple test case is the following php script: It hangs and triggers the max execution time without this patch. Signed-off-by: Michael Heimpold --- lang/php5/Makefile | 10 +- 1 files changed, 5

[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 --- lang/php5/Makefile |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/lang/php5/Makefile b/lang/php5/Makefile index

[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 --- lang/php5/Makefile |8 +--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/lang/php5

[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 --- lang/php5/Makefile | 439 1 files c

[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 Index: package/base-files/files/lib/network/config.sh === --- package/base-

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

2010-12-02 Thread Michael Heimpold
Ping? :-) Am Donnerstag, 28. Oktober 2010 22:23:52 schrieb Michael Heimpold: > - Introduce /etc/php5 which is scanned for additional configuration files. > So it is possible that a installed modules is automatically enabled > without the need to modify the php.ini. > - Remove

[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 --- diff --git a/lang/php5/Makefile b/lang/php5/Makefile index 8022f63..d568901 100644 --- a/lang/php5/Makefile +++ b/lang

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

2011-03-09 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 --- diff --git a/lang/php5/Makefile b/lang/php5/Makefile index 8022f63..d568901 100644 --- a/lang/php5/Makefile +++ b/lang

Re: [OpenWrt-Devel] Problem with Ralink RT305x Ethernet/Switch Drivers (ramips_eth/ramips_esw)

2011-03-10 Thread Michael Heimpold
Hi, I'm currently working on support for Asus RT-G32 which is also a Ralink Rt3052 based low-cost router. I experience the same problems: ethernet driver loads fine but nothing works actually. This my time is currently very limited I didn't manage to inspect details. On my roadmap is still a wires

Re: [OpenWrt-Devel] php5 compilation problem

2011-04-18 Thread Michael Heimpold
' > php_crypt_r.c:(.text+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/chang

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

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

2011-06-27 Thread Michael Heimpold
nning 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 Index: package/base-files/files/l

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

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] 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 --- 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 === --- package/base-files/files/lib/network/config

[OpenWrt-Devel] [PATCH] Add support for Microsoft MN-700 platform with its dualcolor power LED (fixes #2575)

2008-05-30 Thread Michael Heimpold
/proc. Signed-off-by: Michael Heimpold --- Index: target/linux/brcm-2.4/profiles/MN700.mk === --- target/linux/brcm-2.4/profiles/MN700.mk (Revision 0) +++ target/linux/brcm-2.4/profiles/MN700.mk (Revision 0) @@ -0,0 +1,16

Re: [OpenWrt-Devel] [PATCH] Add support for Microsoft MN-700 platform with its dualcolor power LED (fixes #2575)

2008-07-01 Thread Michael Heimpold
Hi, I'm wondering if anything with my proposed patch was wrong or could be done in a "cleaner" fashion? Feedback is welcome! Best regards, Michael Heimpold Am Samstag 31 Mai 2008 06:11:03 schrieb Michael Heimpold: > [PATCH] Add support for Microsoft MN-700 platform with i

<    1   2   3