Hi,
On 10.11.2016 12:49, Karl Palsson wrote:
>
> Again, we're getting major version package updates in the stable
> for-15.05 branch. haproxy has just been updated from 1.5.x to
> 1.6.x, with no pull request, no mailing list discussion and by a
> committer without a proper name.
Iam sorry for pu
Hi,
On 25.07.2016 17:32, Imre Kaloz wrote:
> Hi Thomas,
>
> On Sun, 24 Jul 2016 15:06:18 +0200, Thomas Heil
> wrote:
>
>> Hi, Kaloz,
>>
>> On 24.07.2016 00:09, Hauke Mehrtens wrote:
>>> Hi Kaloz,
>>>
>>> could you please change the ss
Hi, Kaloz,
On 24.07.2016 00:09, Hauke Mehrtens wrote:
> Hi Kaloz,
>
> could you please change the ssl certificate. With HSTS it is pretty hard
> to circumvent the warning.
If you need any help with issue (money or config) let us know.
thomas
>
> Hauke
>
> On 07/22/2016 11:19 PM, Eric Schultz
Hi,
On 08.10.2014 14:08, Ning Ye wrote:
> Sorry for the late reply. To answer your questions, first I am trying to
> save the hassle with another target, but hyper-v supports are enabled either
> by manually selecting the hyper-v modules under virtualization or build VHD
> disk output. If you ar
Hi,
On 18.08.2014 01:43, Daniel Golle wrote:
> Hi!
>
> I was thinking about porting wayland/weston to OpenWrt for a while.
> Now I finally searched for that I saw that it has already been done!
> I love it when that happens, reaching a goal with no efforts involved :)
> Thank you Oskari for rpi-ope
Hi,
On 22.07.2014 21:34, Christian Schoenebeck wrote:
> From: Christian Schoenebeck
> Date: Tue, 22 Jul 2014 19:55:43 +0200
> Subject: [PATCH][packages] lighttpd: errorlog failed if running as non root
> user
>
> (log.c.118) opening errorlog '/var/log/lighttpd/server.log' failed:
> Permission d
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi,
To be prepared to support keepalived 1.2.10 and higher we need libnl3 or
higher. The attached patch
add some defines so that it can be build be libnl-tiny.
kind regards,
Thomas
- --
Email: h...@terminal-consulting.de
- --
-BEGIN PGP SIGNA
>From bf8914ee8dc72dbe289c4383388b66a7f2acb81c Mon Sep 17 00:00:00 2001
From: Thommas Heil
Date: Thu, 10 Oct 2013 14:33:45 +0200
Subject: package: bind - update to 9.9.4-1 - refresh patches - disable
ecdsa -
Signed-off-by: Thommas Heil
---
net/bind/Makefile |5 ++-
Hi,
I tried your patch with 12_09 but it doesnt work. The attached one is
working with 12_09 under target
ar71xx.
cheers
thomas
On 10/06/13 05:50, Steven Haigh wrote:
> Based on packages_12.09:
>
> Signed-off-by: Steven Haigh
>
> Index: net/bind/Makefile
> ==
Hi,
On 30.06.2013 16:52, Jiri Slachta wrote:
> Hello everyone,
>
> I just wanted to raise a question about informing maintainers about their
> broken packages. As we already know, the buildbots stores compile logs for
> broken packages at http://buildbot.openwrt.org:8010/broken_packages/. If
>
Hi,
Here are two files that implement modprobe for OpenWrt. Comments are
welcome!
package/base-files/files/sbin/recursive_insmod:
recursive_insmod() {
local moddir="/lib/modules/$(uname -r)"
local modname=${1%.ko}
[ -f "$moddir/$modname.ko" ] || echo modprobe: FATAL: Module
"$moddi
Hi,
On 02/12/13 23:55, Etienne Champetier wrote:
> Hi
>
> hotplug2 doesn't build (linking) when compiling with eglibc 2.15
Could you try the following patch:
Index: package/hotplug2/Makefile
===
--- package/hotplug2/Makefile(Revi
Hi,
I wonder why this version of acpid doesnt need
- kmod-input-evdev
- kmod-acpi-button
If this is the case the the package apcid is obsolete right now.
regards,
Thomas
On 02/13/13 04:16, Stefan Hellermann wrote:
> With this I can shutdown a x86 machine by pressing the powerbutton.
> Tested
on your net.
cheers
thomas
> -- Original --
> *From: * "Thomas Heil";
> *Date: * Sat, Dec 8, 2012 04:51 AM
> *To: * "OpenWrt Development List";
> *Subject: * [OpenWrt-Devel] new package ndpi-netfilter
>
> Hi,
>
> Here
Hi,
Here is ndpi-netfilter, a GPL implementation of an iptables and
netfilter module for
nDPI integration into the Linux kernel.
If you find it useful, please integrate it.
--
#
# Copyright (C) 2010 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See
package/fuse/Makefile
> +++ b/package/fuse/Makefile
> @@ -50,7 +50,7 @@ $(call Package/fuse/Default)
>SECTION:=libs
>CATEGORY:=Libraries
>TITLE+= (library)
> - DEPENDS:=+kmod-fuse +libpthread
> + DEPENDS:=+kmod-fuse +libpthread +librt
>SUBMENU:=Filesystem
>
Hi,
I found that openssl did not compile on the uml target under x86_64. The
attached patch should
correct this and is working for me. Is this the right way to do it?
thanks,
Thomas
Index: package/openssl/Makefile
===
--- package/
--
Thomas Heil
-
! note my new number !
Skype: phiber.sun
Email: h...@terminal-consulting.de
Tel: 0176 / 44555622
--
Index: package/kernel/modules/other.mk
===
--- package/kernel/modules/other.mk (revision 30893)
+++ package/kernel
Hi,
Could you try patch for the bind Makefile. Iam not quite sure, why
$(STAGING_DIR)/usr/include is not
included by default
regards,
thomas
--
--- Makefile(revision 29702)
+++ Makefile(working copy)
@@ -77,6 +77,8 @@
TITLE+= DNS excavation tool
endef
+TARGET_CFLAGS += -I$(STAGING_
:=c1130d0a4782681ba5277df1bc3fb335
+
+PKG_FIXUP:=autoreconf
+PKG_INSTALL:=1
+PKG_BUILD_PARALLEL:=1
+
+include $(INCLUDE_DIR)/package.mk
+
+define Package/libev
+ SECTION:=libs
+ CATEGORY:=Libraries
+ TITLE:=Another of event notification library
+ URL:=http://software.schmorp.de/pkg/libev.html
+ MAINTAINER:=Thomas Heil
+endef
nd) {
> Is there a reason not to use a 'for' loop here? I.e.
>
> for (ptr = s; ptr < end; ptr++)
>
> instead?
>
>
>> ++ j = *ptr - '0';
>> ++ k = i * 10;
>> ++ if (j > 9)
>> ++
Am 14.06.2011 20:24, schrieb W. Michael Petullo:
> I am trying to build OpenWrt (Subversion revision 27172) for the Xen
> subtarget. The build process fails with:
>
> [...]
> chmod 0777 [...]/backfire/build_dir/target-i386_uClibc-0.9.30.1/root-x86/tmp
> cp -fpR [...]/backfire/build_dir/linux-x86_xe
vailable without including full support.
>
Why not adding the bridge support as kernel modules if ipv6 is enabled
by default?
Thomas
> - Felix
> ___
> openwrt-devel mailing list
> openwrt-devel@lists.openwrt.org
> https://lists.openw
Hi,
try to select CONFIG_MACH_TS41X
-
-# CONFIG_MACH_TS41X is not set
+CONFIG_MACH_TS41X=y
-
in target/linux/kirkwood/config-default
By default the plattform support ist not enabled. Have a look at r24541.
Their we did the same
for the openrd.
maybe that helps,
thomas
Am 18.01.2011 12:35, schr
24 matches
Mail list logo