[OpenWrt-Devel] [PATCH] kernel: add missing config symbols

2014-06-29 Thread Michael Heimpold
Spotted by several buildbots. Signed-off-by: Michael Heimpold m...@heimpold.de --- target/linux/generic/config-3.10 |3 +++ target/linux/generic/config-3.13 |3 +++ target/linux/generic/config-3.14 |3 +++ 3 files changed, 9 insertions(+) diff --git a/target/linux/generic/config

[OpenWrt-Devel] [PATCH] toolchain: uClibc: fix build with CONFIG_BUILD_NLS selected

2014-09-17 Thread Michael Heimpold
. Use Pre-generated Locale Data (UCLIBC_PREGENERATED_LOCALE_DATA) (NEW) choice[1-3]: Signed-off-by: Michael Heimpold m...@heimpold.de --- toolchain/uClibc/common.mk |1 + toolchain/uClibc/config-0.9.33.2/common |3 +++ 2 files changed, 4 insertions(+) diff --git a/toolchain

[OpenWrt-Devel] [PATCH] toolchain: uClibc: refresh 009_backport_mount.h-update.patch

2014-09-18 Thread Michael Heimpold
Signed-off-by: Michael Heimpold m...@heimpold.de --- .../uClibc/patches-0.9.33.2/009_backport_mount.h-update.patch |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/toolchain/uClibc/patches-0.9.33.2/009_backport_mount.h-update.patch b/toolchain/uClibc/patches

[OpenWrt-Devel] [PATCH] toolchain: uClibc: fix compile with full language support enabled (fixes #13095)

2014-09-18 Thread Michael Heimpold
CONFIG_BUILD_NLS=y CONFIG_DOWNLOAD_FOLDER=/srv/downloads/downloads -snap- In the ticket mentioned above, a patch is referenced which solves this issue. Note, that this issue is also present on 14.07. Signed-off-by: Michael Heimpold m...@heimpold.de --- .../uClibc/patches-0.9.33.2/991

[OpenWrt-Devel] [PATCH] ramips: D-Link DIR-810L: make led naming consistent with other boards

2014-09-19 Thread Michael Heimpold
Signed-off-by: Michael Heimpold m...@heimpold.de --- I just stumbled over r42619 and wondered, whether we should not keep the boardname:color:function naming scheme. Or is there a reason to not follow this convention? Yours, Michael target/linux/ramips/base-files/etc/board.d/01_leds |2

[OpenWrt-Devel] [PATCH] kernel: add rtc-ds1307 module support

2014-09-20 Thread Michael Heimpold
Signed-off-by: Michael Heimpold m...@heimpold.de --- package/kernel/linux/modules/other.mk | 18 ++ 1 file changed, 18 insertions(+) diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk index 199e457..6861224 100644 --- a/package/kernel

[OpenWrt-Devel] [PATCH] kernel: add ledtrig-transient module support

2014-09-20 Thread Michael Heimpold
Signed-off-by: Michael Heimpold m...@heimpold.de --- package/kernel/linux/modules/leds.mk | 15 +++ 1 file changed, 15 insertions(+) diff --git a/package/kernel/linux/modules/leds.mk b/package/kernel/linux/modules/leds.mk index 24a03dd..9c54c78 100644 --- a/package/kernel/linux

[OpenWrt-Devel] [PATCH] at91: remove support for TQMa9263

2014-09-23 Thread Michael Heimpold
This board is EOL, we should not bother anymore with it. Signed-off-by: Michael Heimpold m...@heimpold.de --- .../files-3.10/arch/arm/mach-at91/board-tqma9263.c | 219 .../files-3.14/arch/arm/mach-at91/board-tqma9263.c | 219 .../at91/patches-3.10/700

Re: [OpenWrt-Devel] [PATCH] at91: remove support for TQMa9263

2014-10-06 Thread Michael Heimpold
Hi John, Am Freitag, 3. Oktober 2014, 21:43:29 schrieb John Crispin: EOL as in not produced anymore or has no existing users ? Both is true. On 23/09/2014 21:33, Michael Heimpold wrote: This board is EOL, we should not bother anymore with it. Signed-off-by: Michael Heimpold m

[OpenWrt-Devel] [PATCH] Add more license tags with SPDX identifiers

2014-11-02 Thread Michael Heimpold
-by: Michael Heimpold m...@heimpold.de --- Hi, this is a rebased version of the patch I sent in June, see http://patchwork.openwrt.org/patch/5636 Changes can also be pulled from https://github.com/mhei/openwrt/tree/spdx Regards, Michael package/base-files/Makefile|2

Re: [OpenWrt-Devel] [PATCH] Add more license tags with SPDX identifiers

2014-11-03 Thread Michael Heimpold
John On 02/11/2014 20:54, Michael Heimpold wrote: Note, that licensing stuff is a nightmare: many packages does not clearly state their licenses, and often multiple source files are simply copied together - each with different licensing information in the file headers. I tried hard

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

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

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

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] [packages] send: move patch to right location

2013-10-29 Thread Michael Heimpold
Signed-off-by: Michael Heimpold m...@heimpold.de --- ipv6/send/Makefile |2 +- {send = ipv6/send}/patches/007-use-flex.patch |0 2 files changed, 1 insertion(+), 1 deletion(-) rename {send = ipv6/send}/patches/007-use-flex.patch (100%) diff --git a/ipv6/send

[OpenWrt-Devel] [PATCH] [packages] postgresql: fix build due to missing link to libpthread

2013-10-29 Thread Michael Heimpold
This fixes the following linker error: ./../src/interfaces/libpq/libpq.so: undefined reference to `pthread_sigmask' Signed-off-by: Michael Heimpold m...@heimpold.de --- libs/postgresql/Makefile |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/postgresql/Makefile b

[OpenWrt-Devel] [PATCH] mxs: duckbill: adjust leds to final hardware

2013-11-03 Thread Michael Heimpold
Signed-off-by: Michael Heimpold m...@heimpold.de --- target/linux/mxs/files/arch/arm/boot/dts/imx28-duckbill.dts |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/target/linux/mxs/files/arch/arm/boot/dts/imx28-duckbill.dts b/target/linux/mxs/files/arch/arm/boot/dts

Re: [OpenWrt-Devel] YATE 5.0.0 fails to build because PHP5 doesn't build

2013-11-16 Thread Michael Heimpold
Hi, CONFIG_PACKAGE_yate=y CONFIG_PACKAGE_yate-mod-accfile=y CONFIG_PACKAGE_yate-mod-jabberclient=y CONFIG_PACKAGE_yate-mod-jbfeatures=y CONFIG_PACKAGE_yate-mod-openssl=y CONFIG_PACKAGE_yate-mod-regexroute=y CONFIG_PACKAGE_yate-mod-regfile=y CONFIG_PACKAGE_yate-mod-rmanager=y

[OpenWrt-Devel] [PATCH] ramips: add mac address detection for Asus RT-G32 b1

2013-11-24 Thread Michael Heimpold
Theses devices ships with only one mac address printed on the device label which is used for all interfaces: lan, wan and wifi. Signed-off-by: Michael Heimpold m...@heimpold.de --- target/linux/ramips/base-files/etc/uci-defaults/02_network |4 1 file changed, 4 insertions(+) diff --git

[OpenWrt-Devel] how to depend on a busybox option / was: how to set busybox's some options now ?

2013-12-17 Thread Michael Heimpold
Hi, Am Dienstag, 17. Dezember 2013, 18:54:27 schrieb xinglp: There's some usefull options for me, such as SAVEHISTORY, REVERSE_SEARCH, WGET_TIMEOUT, netcat and TRACEROUTE6. But the recent commit disabled the busybox configure memu. How to set somethings for busybox now ? ... and another

[OpenWrt-Devel] [PATCH] libjson-c: also install .pc file for compatibility libjson

2014-01-10 Thread Michael Heimpold
Older packages, which did not follow the renaming yet, do not find the library otherwise via pkgconfig. Signed-off-by: Michael Heimpold m...@heimpold.de --- package/libs/libjson-c/Makefile |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package/libs/libjson-c/Makefile b

Re: [OpenWrt-Devel] please send nvram dump -- Microsoft MN-700

2014-01-12 Thread Michael Heimpold
Hi Hauke, please find attached the dump of my Microsoft MN-700. The dump seems to be tainted by some vars which were added during my testing of DD-WRT - shame on me ;-) - but I think, all important ones are still present and untouched. Regards, Michael olsrd_coverage=7 wl0_wds2_if=

[OpenWrt-Devel] [PATCH] packages: libdaemon: prevent an erroneous error message

2014-01-21 Thread Michael Heimpold
Signed-off-by: Michael Heimpold m...@heimpold.de --- I sent this patch already upstream to Lennart Poettering, however, he didn't respond yet. libs/libdaemon/Makefile|4 +-- .../patches/001-daemon_set_verbosity.patch | 30 2 files

[OpenWrt-Devel] [PATCH] mxs: enable usbgadget feature for Duckbills

2014-04-13 Thread Michael Heimpold
Duckbills feature an USB type A connector, so they can be used as USB gadgets. Signed-off-by: Michael Heimpold m...@heimpold.de --- target/linux/mxs/profiles/02-duckbill.mk |1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/mxs/profiles/02-duckbill.mk b/target/linux/mxs

Re: [OpenWrt-Devel] [PATCH] mxs: enable usbgadget feature for Duckbills

2014-04-26 Thread Michael Heimpold
HI Zoltan, do you have any objections regardings this patch? Ciao, Michael Am Sonntag, 13. April 2014, 14:47:33 schrieb Michael Heimpold: Duckbills feature an USB type A connector, so they can be used as USB gadgets. Signed-off-by: Michael Heimpold m...@heimpold.de --- target/linux/mxs

[OpenWrt-Devel] [PATCH 1/5] tools: genext2fs: add support for blocksize != 1024

2014-05-02 Thread Michael Heimpold
the data of one block results in erasing a whole erase block of the flash memory. Thus it is preferable to align the filesystem block size on a flash device with the erase blocksize, or at least bring it closer to the later one, to avoid unnecessary write amplification. Signed-off-by: Michael

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

2014-05-02 Thread Michael Heimpold
The following patch series tries to improve the creation of ext4 root filesystem images. It can also be pulled from: https://github.com/mhei/openwrt/tree/ext4images Michael Heimpold (5): tools: genext2fs: add support for blocksize != 1024 image: ext4: move ext4 specific options into submenu

[OpenWrt-Devel] [PATCH 5/5] image: ext4: rename config options as these are only used for ext4 image creation

2014-05-02 Thread Michael Heimpold
Signed-off-by: Michael Heimpold m...@heimpold.de --- config/Config-images.in |4 ++-- include/image.mk|2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/Config-images.in b/config/Config-images.in index e867391..93b55ec 100644 --- a/config/Config-images.in

[OpenWrt-Devel] [PATCH 2/5] image: ext4: move ext4 specific options into submenu

2014-05-02 Thread Michael Heimpold
Signed-off-by: Michael Heimpold m...@heimpold.de --- config/Config-images.in | 31 --- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/config/Config-images.in b/config/Config-images.in index c9a75e4..b71a0d6 100644 --- a/config/Config-images.in +++ b

[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 m...@heimpold.de --- 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

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

2014-05-02 Thread Michael Heimpold
Signed-off-by: Michael Heimpold m...@heimpold.de --- 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

[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 m...@heimpold.de --- target/linux/mxs/profiles/{02-duckbill.mk = 01-duckbill.mk} |2 +- .../mxs/profiles/{01-olinuxino-maxi.mk = 02-olinuxino-maxi.mk} |6

[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 m...@heimpold.de --- target/linux/imx6/Makefile |2 +- target/linux/mxs/Makefile |2 +- 2 files changed, 2 insertions

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

2014-05-02 Thread Michael Heimpold
Signed-off-by: Michael Heimpold m...@heimpold.de --- .../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

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

2014-05-02 Thread Michael Heimpold
Signed-off-by: Michael Heimpold m...@heimpold.de --- 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

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 m...@heimpold.de --- target/linux/mxs/modules.mk | 15 +++ 1 file changed, 15 insertions(+) diff --git a/target/linux/mxs/modules.mk b

[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 m...@heimpold.de --- .../mxs/files/arch/arm/boot/dts/imx28-duckbill.dts | 29 1 file changed, 24 insertions(+), 5 deletions(-) diff

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

2014-05-13 Thread Michael Heimpold
Signed-off-by: Michael Heimpold m...@heimpold.de --- 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

[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 m...@heimpold.de Cc: Luka Perkov l...@openwrt.org --- target/linux/imx6/Makefile |2 +- target/linux/mxs/Makefile |2

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

2014-05-13 Thread Michael Heimpold
Signed-off-by: Michael Heimpold m...@heimpold.de --- 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

[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 m...@heimpold.de --- 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

[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 m...@heimpold.de --- include/prereq

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

2014-05-19 Thread Michael Heimpold
/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 a journaling filesystem image: ext4: rename

[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 m...@heimpold.de --- package/network/config/soloscli/Makefile | 12 +-- .../config/soloscli/patches/000-Makefile.patch | 21 .../config/soloscli/patches/001-newline.patch

[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 m...@heimpold.de

[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 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 m...@heimpold.de --- 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

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

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

2014-05-29 Thread Michael Heimpold
Signed-off-by: Michael Heimpold m...@heimpold.de --- 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

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

2014-05-29 Thread Michael Heimpold
Signed-off-by: Michael Heimpold m...@heimpold.de --- 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

[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 m...@heimpold.de --- .../mxs/files/arch/arm/boot/dts/imx28-duckbill.dts | 29 1 file changed, 24 insertions(+), 5 deletions(-) diff

[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

[OpenWrt-Devel] [PATCH] Minor cosmetic corrections for functions.sh - update copyright header - remove superfluous shebang left-over from changeset 34794 - unify function declaration

2013-02-17 Thread Michael Heimpold
Signed-off-by: Michael Heimpold m...@heimpold.de --- package/base-files/files/lib/functions.sh |8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/package/base-files/files/lib/functions.sh b/package/base-files/files/lib/functions.sh index a488f4d..ac188f2 100755

[OpenWrt-Devel] [PATCH 01/13] Introduce commonly used helper functions for setting leds

2013-02-17 Thread Michael Heimpold
). Signed-off-by: Michael Heimpold m...@heimpold.de --- package/base-files/files/lib/functions/leds.sh | 49 1 file changed, 49 insertions(+) create mode 100644 package/base-files/files/lib/functions/leds.sh diff --git a/package/base-files/files/lib/functions/leds.sh b

[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

[OpenWrt-Devel] [PATCH v2] Provide global section_enabled, append_bool and append_string functions

2013-02-19 Thread Michael Heimpold
Since various packages implement such functions already on their own, it seems reasonable to provide these in globally available functions. Signed-off-by: Michael Heimpold m...@heimpold.de --- package/base-files/files/lib/functions.sh | 31 + 1 file changed, 31

[OpenWrt-Devel] [PATCH] openvpn/uhttpd: drop private section_enabled and append_{bool, string} functions in favour of the new globally available ones

2013-02-19 Thread Michael Heimpold
Signed-off-by: Michael Heimpold m...@heimpold.de --- package/network/services/openvpn/Makefile |4 +- .../network/services/openvpn/files/openvpn.init|6 --- package/network/services/uhttpd/Makefile |4 +- package/network/services/uhttpd/files/uhttpd.init | 56

[OpenWrt-Devel] [RFC] Patch for invoking (pre)init

2013-03-22 Thread Michael Heimpold
Hi devs, could anybody explain the idea behind the patch target/linux/generic/patches-3.9/921-use_preinit_as_init.patch ? The current patch drops all references to the standard init locations and only use /etc/preinit. I would like to have the ability to use the same kernel tree with other

Re: [OpenWrt-Devel] [PATCH] [RFC] imx61: add support for i.MX6 target

2013-04-12 Thread Michael Heimpold
Hi, +ARCH:=arm +BOARD:=imx61 I'm working on patches to add support for Freescale i.MX28 based boards, not yet published, but I've choosen BOARD:=mxs This is like the kernel already does in arm/mach-mxs. Does it make sense for you to choose BOARD:=imx ? (i.MX61 is mach-imx I guess) BR,

Re: [OpenWrt-Devel] [PATCHv3 1/2] [tools]: Add tools support for i.MX23

2013-05-23 Thread Michael Heimpold
Am Donnerstag, 23. Mai 2013, 13:39:31 schrieb Zoltan HERPAI: Adding tools support for booting up an i.MX23-based board via bootlets. Index: package/imx-bootlets ... Index: tools/elftosb/ I would prefer this patch splitted into two parts: first one adding imx-bootlets, second one the

Re: [OpenWrt-Devel] [PATCHv3 2/2] imx23: Add target for i.MX23

2013-05-23 Thread Michael Heimpold
Here too, I would factor out the stuff touching the already existing kernel/modules makefiles and then adding the imx23 stuff on top. Just my 2ct's, BR, Michael ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

[OpenWrt-Devel] [PATCH] [packages] php5-pecl-libevent: upgrade to 0.1.0

2013-07-14 Thread Michael Heimpold
Signed-off-by: Michael Heimpold m...@heimpold.de --- lang/php5-pecl-libevent/Makefile |8 .../patches/100-openwrt-libevent-include.patch | 20 .../patches/101-openwrt-libevent-libdir.patch | 13 - 3 files changed, 4

[OpenWrt-Devel] [PATCH] [packages] php5-pecl-http: upgrade to 1.7.6

2013-07-14 Thread Michael Heimpold
Signed-off-by: Michael Heimpold m...@heimpold.de --- lang/php5-pecl-http/Makefile |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/php5-pecl-http/Makefile b/lang/php5-pecl-http/Makefile index 15a0c69..0b4a00d 100644 --- a/lang/php5-pecl-http/Makefile +++ b/lang

[OpenWrt-Devel] [PATCH] [packages] php5-pecl-http: disable libevent support (fixes #13742)

2013-07-14 Thread Michael Heimpold
When libevent2 was found in staging directory the configure scripts automatically adds a dependency to it. This breaks the build as mentioned in #13742. To keep the footprint on the target small let's explicit disable it rather than adding an dependency on libevent2. Signed-off-by: Michael

[OpenWrt-Devel] [PATCH] mcs814x: enable POSIX file locking

2013-08-08 Thread Michael Heimpold
. With this patch opkg is fully functional on this platform. Signed-off-by: Michael Heimpold m...@heimpold.de --- target/linux/mcs814x/config-default |1 - 1 file changed, 1 deletion(-) diff --git a/target/linux/mcs814x/config-default b/target/linux/mcs814x/config-default index 00c6b6c..ce406e3 100644

Re: [OpenWrt-Devel] [PATCH] add a option in menuconfig to set a custom folder for the images packages -- fix typo, sorry for this

2013-08-15 Thread Michael Heimpold
Hi, Am Mittwoch, 14. August 2013, 22:41:07 schrieb Hartmut Knaack: Now I see. IMHO sending a [PATCH V2] would be the cleaner solution. +1 Oliver Ertl schrieb: Signed-off-by: Oliver Ertl oli...@ertls-netzwerk.de --- rules.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[OpenWrt-Devel] [PATCH 02/16] mxs: various small fixes for packages

2013-08-27 Thread Michael Heimpold
- rename package sound-soc-imx23 to sound-soc-mxs - be a little more descriptive about packages contents - fix minor/cosmetic coding style issues Signed-off-by: Michael Heimpold m...@heimpold.de --- target/linux/mxs/modules.mk | 35 ++--- target/linux/mxs

[OpenWrt-Devel] [PATCH 13/16] mxs: remove static default network configuration in image

2013-08-27 Thread Michael Heimpold
Signed-off-by: Michael Heimpold m...@heimpold.de --- target/linux/mxs/base-files.mk |3 +++ 1 file changed, 3 insertions(+) create mode 100644 target/linux/mxs/base-files.mk diff --git a/target/linux/mxs/base-files.mk b/target/linux/mxs/base-files.mk new file mode 100644 index 000

[OpenWrt-Devel] [PATCH 05/16] Improve wording for kernel/DT inclusion flags

2013-08-27 Thread Michael Heimpold
Signed-off-by: Michael Heimpold m...@heimpold.de --- Config.in | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Config.in b/Config.in index 0ef2f14..40a74e7 100644 --- a/Config.in +++ b/Config.in @@ -140,18 +140,20 @@ menu Target Images Allows you

[OpenWrt-Devel] [PATCH 08/16] mxs: add basic board runtime detection support

2013-08-27 Thread Michael Heimpold
Signed-off-by: Michael Heimpold m...@heimpold.de --- target/linux/mxs/base-files/etc/diag.sh| 32 .../mxs/base-files/etc/uci-defaults/02_network | 23 target/linux/mxs/base-files/lib/mxs.sh | 39 .../base-files

[OpenWrt-Devel] [PATCH 11/16] uboot-envtools: add support for mxs target

2013-08-27 Thread Michael Heimpold
Signed-off-by: Michael Heimpold m...@heimpold.de --- package/boot/uboot-envtools/Makefile |6 +- package/boot/uboot-envtools/files/mxs | 25 + 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 package/boot/uboot-envtools/files/mxs diff --git

[OpenWrt-Devel] [PATCH 06/16] Add hooks for kernel/DTB installation in root filesystem

2013-08-27 Thread Michael Heimpold
Signed-off-by: Michael Heimpold m...@heimpold.de --- include/image.mk |2 ++ 1 file changed, 2 insertions(+) diff --git a/include/image.mk b/include/image.mk index 09eda73..089519c 100644 --- a/include/image.mk +++ b/include/image.mk @@ -192,6 +192,7 @@ define BuildImage

[OpenWrt-Devel] [PATCH 04/16] mxs: enable device tree support in /proc

2013-08-27 Thread Michael Heimpold
Signed-off-by: Michael Heimpold m...@heimpold.de --- target/linux/mxs/config-default |1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/mxs/config-default b/target/linux/mxs/config-default index 7d05e9f..ae6d874 100644 --- a/target/linux/mxs/config-default +++ b/target/linux/mxs

[OpenWrt-Devel] [PATCH 16/16] uboot-envtools: fix mxs target

2013-08-27 Thread Michael Heimpold
Signed-off-by: Michael Heimpold m...@heimpold.de --- package/boot/uboot-envtools/files/mxs |1 + 1 file changed, 1 insertion(+) diff --git a/package/boot/uboot-envtools/files/mxs b/package/boot/uboot-envtools/files/mxs index c7fcb58..ab8b4ef 100644 --- a/package/boot/uboot-envtools/files

[OpenWrt-Devel] [PATCH 14/16] mxs: duckbill: drop mtd from default package set

2013-08-27 Thread Michael Heimpold
Signed-off-by: Michael Heimpold m...@heimpold.de --- target/linux/mxs/profiles/02-duckbill.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/mxs/profiles/02-duckbill.mk b/target/linux/mxs/profiles/02-duckbill.mk index 8fcede1..847460a 100644 --- a/target

[OpenWrt-Devel] [PATCH 03/16] elftosb: support static linking

2013-08-27 Thread Michael Heimpold
Signed-off-by: Michael Heimpold m...@heimpold.de --- tools/elftosb/Makefile | 11 +++ tools/elftosb/patches/003-use-ldflags.patch | 26 ++ 2 files changed, 29 insertions(+), 8 deletions(-) create mode 100644 tools/elftosb/patches/003-use

[OpenWrt-Devel] [PATCH 10/16] mxs: add/improve image generation support

2013-08-27 Thread Michael Heimpold
Signed-off-by: Michael Heimpold m...@heimpold.de --- target/linux/mxs/image/Makefile | 26 +- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/target/linux/mxs/image/Makefile b/target/linux/mxs/image/Makefile index b910237..f025da2 100644 --- a/target/linux

[OpenWrt-Devel] [PATCH 12/16] mxs: adjust default package set for Duckbills

2013-08-27 Thread Michael Heimpold
Signed-off-by: Michael Heimpold m...@heimpold.de --- target/linux/mxs/profiles/02-duckbill.mk |3 +++ 1 file changed, 3 insertions(+) diff --git a/target/linux/mxs/profiles/02-duckbill.mk b/target/linux/mxs/profiles/02-duckbill.mk index b56ecf4..8fcede1 100644 --- a/target/linux/mxs

[OpenWrt-Devel] [PATCH 09/16] mxs: add support for I2SE's Duckbill devices

2013-08-27 Thread Michael Heimpold
Signed-off-by: Michael Heimpold m...@heimpold.de --- .../mxs/files/arch/arm/boot/dts/imx28-duckbill.dts | 118 target/linux/mxs/patches/200-duckbill.patch| 57 ++ target/linux/mxs/profiles/02-duckbill.mk | 17 +++ 3 files changed, 192 insertions

Re: [OpenWrt-Devel] i.MX28 based device does not boot with latest stable kernel

2013-08-27 Thread Michael Heimpold
Hi Felix, your patch below allows the board to boot with kernel v3.10.9. Thank you very much! Regards, Michael Am Dienstag, 27. August 2013, 22:42:36 schrieben Sie: On 2013-08-27 9:10 PM, Michael Heimpold wrote: Hi Zoltan, currently I'm trying to port OpenWRT to a new i.MX28 based

[OpenWrt-Devel] [PATCH v2 04/10] mxs: enable device tree support in /proc

2013-08-28 Thread Michael Heimpold
Signed-off-by: Michael Heimpold m...@heimpold.de --- target/linux/mxs/config-default |1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/mxs/config-default b/target/linux/mxs/config-default index 7d05e9f..ae6d874 100644 --- a/target/linux/mxs/config-default +++ b/target/linux/mxs

  1   2   3   >