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
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
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
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
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
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
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
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
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
- 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
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
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
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
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
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
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
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
, 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
- 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
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
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
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
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
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
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
- 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
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
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
>
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
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
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
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
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
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
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 )
+
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
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 +++---
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 |
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
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
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
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
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
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
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
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
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
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
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
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
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 @@
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
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
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
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
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
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
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
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
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
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
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
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
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
.
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-
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
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
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
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
'
> 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
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
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
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
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
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
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
===
---
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
/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
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
201 - 279 of 279 matches
Mail list logo