Signed-off-by: Stijn Tintel
---
target/linux/x86/config-3.7 | 40 ++--
1 file changed, 26 insertions(+), 14 deletions(-)
diff --git a/target/linux/x86/config-3.7 b/target/linux/x86/config-3.7
index 4f4dba2..96ff13f 100644
--- a/target/linux/x86/config-3.7
On 11-02-13 21:04, Aleksander Morgado wrote:
> Any suggestion?
>
You forgot option #4: forget about the whole systemd madness, and
migrate to eudev (1)
Systemd bloat simply doesn't belong on an embedded system, IMHO.
(1) http://www.gentoo.org/proj/en/eudev/
__
---
target/linux/x86/kvm_guest/config-3.10 | 95 ++
target/linux/x86/kvm_guest/target.mk | 2 +
2 files changed, 97 insertions(+)
create mode 100644 target/linux/x86/kvm_guest/config-3.10
diff --git a/target/linux/x86/kvm_guest/config-3.10
b/target/linux/x86/k
---
target/linux/x86/kvm_guest/config-3.7 | 87 ---
1 file changed, 87 deletions(-)
delete mode 100644 target/linux/x86/kvm_guest/config-3.7
diff --git a/target/linux/x86/kvm_guest/config-3.7
b/target/linux/x86/kvm_guest/config-3.7
deleted file mode 100644
index
---
target/linux/x86/kvm_guest/config-3.3 | 91 ---
1 file changed, 91 deletions(-)
delete mode 100644 target/linux/x86/kvm_guest/config-3.3
diff --git a/target/linux/x86/kvm_guest/config-3.3
b/target/linux/x86/kvm_guest/config-3.3
deleted file mode 100644
index
The 3.7 kernel isn't used by any of the x86 subtargets, so remove it.
Signed-off-by: Stijn Tintel
---
target/linux/x86/config-3.7| 404 ---
.../linux/x86/patches-3.7/006-yenta_mistery.patch | 20 -
.../patches-3.7/009-rdc321x_select_embedded.patch
The 3.6 kernel isn't used by any of the x86 subtargets, so remove it.
Signed-off-by: Stijn Tintel
---
target/linux/x86/config-3.6 | 388 ---
target/linux/x86/geos/config-3.6 | 25 ---
2 files changed, 413 deletions(-)
delete mode 100644 target/
Building kmod-e100 fails with this error:
Package kmod-e100 is missing dependencies for the following libraries:
mii.ko
Have kmod-e100 depend on kmod-mii to fix this.
Signed-off-by: Stijn Tintel
---
package/kernel/linux/modules/netdevices.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion
On 25/03/14 13:01, Alpha Sparc wrote:
I am very interested over this any benchmarks to gauge the benefits?
See http://wiki.openwrt.org/doc/howto/vpn.ipsec.basics#ipsec.tuning
And FYI, I sent a similar patch to the ML some time ago:
http://patchwork.openwrt.org/patch/4920/
Kind regards,
Sti
This fixes the Heartbleed bug (CVE-2014-0160).
Signed-off-by: Stijn Tintel
---
package/libs/openssl/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/libs/openssl/Makefile b/package/libs/openssl/Makefile
index 39fc513..26833a3 100644
--- a/package/libs
This patch, taken from upstream commit
96db9023b881d7cd9f379b0c154650d6c108e9a3, fixes the Heartbleed bug
(CVE-2014-0160).
Signed-off-by: Stijn Tintel
---
package/openssl/Makefile| 2 +-
package/openssl/patches/210-CVE-2014-0160.patch | 87 +
2
monitored.
* sflowovsd:
The Host sFlow agent can automatically configure the sFlow settings in
the Open vSwitch.
Thanks to jow, who wrote the initial Makefile, cross-compilation and
uClibc patches.
[1] http://host-sflow.sourceforge.net/about.php
Signed-off-by: Stijn Tintel
---
net/hsflowd
Since client mode in mac80211is unreliable without using wpa_supplicant,
it would be better to enable wpa_supplicant by default.
With this patch, wpa_supplicant will always be used for mac80211-based
drivers in client mode. This will break client mode for images that
don't include wpa_supplicant o
This patch allows multiple listen ports to be configured for dropbear in
/etc/config/dropbear. It renames the 'Port' option to 'Ports', so this
will break existing configs.
Regards,
Stijn
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
htt
On 28-02-10 11:28, Stijn Tintel wrote:
> This patch allows multiple listen ports to be configured for dropbear in
> /etc/config/dropbear. It renames the 'Port' option to 'Ports', so this
> will break existing configs.
>
> Regards,
> Stijn
>
e other side the plural "ports" fits much better the new
> functionality.
Exactly my thought, but let's leave it up to team to decide.
>
> As I said just my two cents
> Maddes
>
> On 28.02.2010 11:30, Stijn Tintel wrote:
> > On 28-02-10 11:28, Stijn Tint
This patch removes redundant code in the psk handling in wpa_supplicant.sh.
Regards,
Stijn
Index: package/hostapd/files/wpa_supplicant.sh
===
--- package/hostapd/files/wpa_supplicant.sh (revision 19917)
+++ package/hostapd/files/w
On 01-03-10 14:12, m...@maddes.net wrote:
> On Mon, March 1, 2010 10:31, Bas Mevissen wrote:
>
>> On Sun, 2010-02-28 at 11:30 +0100, Stijn Tintel wrote:
>>
>>> On 28-02-10 11:28, Stijn Tintel wrote:
>>>
>>>> This patch allows mul
This patch series enables management frame protection (802.11w) in hostapd and
wpa_supplicant. Both programs implement IEEE Std 802.11w-2009 since version
0.7.0 (1),(2). According to (3), the only driver that currently supports
802.11w is ath9k.
I have tested this on two identical OpenWrt devic
meout instead.
Signed-off-by: Stijn Tintel
---
package/hostapd/files/hostapd.sh |8
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/package/hostapd/files/hostapd.sh b/package/hostapd/files/hostapd.sh
index 622eeac..2295b43 100644
--- a/package/hostapd/files/hostapd.sh
Enable management frame protection in wpa_supplicant, and make it
configurable in /etc/config/wireless.
Signed-off-by: Stijn Tintel
---
package/hostapd/files/wpa_supplicant-full.config |2 +-
package/hostapd/files/wpa_supplicant.sh | 10 ++
2 files changed, 11 insertions
Cleanup redundant psk handling code in wpa_supplicant.sh.
(I sent this one to openwrt-devel before, but I am resending it as part of
this series because the next patch will also edit wpa_supplicant.sh).
Signed-off-by: Stijn Tintel
---
package/hostapd/files/wpa_supplicant.sh | 15
Enable management frame protection in hostapd, and make it configurable
in /etc/config/wireless. Since ath9k is currently the only driver that
supports MFP, it will only be enabled when ath9k is enabled.
Signed-off-by: Stijn Tintel
---
package/hostapd/Makefile |3 ++-
package
le)
From ce41df3dc0a876436cfe0598b5e2df0557510a3d Mon Sep 17 00:00:00 2001
From: Stijn Tintel
Date: Mon, 1 Mar 2010 17:08:59 +0100
Subject: [PATCH 1/4] wpa_supplicant: cleanup psk handling
Cleanup redundant psk handling code in wpa_supplicant.sh.
(I sent this one to openwrt-devel before, but I am resending it as part of
this seri
This patch fixes the description for KernelPackage xen-fbdev caused by a
typo in xen.mk.
Signed-off-by: Stijn Tintel
diff --git a/package/kernel/modules/xen.mk b/package/kernel/modules/xen.mk
index e5f62ae..2252af4 100644
--- a/package/kernel/modules/xen.mk
+++ b/package/kernel/modules/xen.mk
On 23-03-10 16:20, Jonas Gorski wrote:
> These patches enhance the ar8216 driver with support for the ar8316
> switch chip. Most changes are taken from the S16 driver in the
> TP-Link TLWR741ND sources, the AVM Fritz!Box 7390 sources, or directly
> read out values of the RouterStation Pro.
>
> The
This patch series adds a new x86 subtarget for running inside a KVM guest.
Stijn Tintel (4):
kernel: move xen.mk to virtual.mk
kernel: add VirtIO device support
x86: add kvm_guest subtarget
kernel: virtio modules depend on x86_kvm_guest
package/kernel/modules/{xen.mk => virtual
This patch adds a KVM guest subtarget to the x86 target. Since VirtIO is
the preferred I/O virtualization platform for kvm, this target expects
it's root device to be /dev/vda.
Signed-off-by: Stijn Tintel
---
target/linux/x86/Makefile |2 +-
target/linux/x86/
Add support for VirtIO-based paravirtualized devices used by various
virtualization platforms.
Signed-off-by: Stijn Tintel
---
package/kernel/modules/virtual.mk | 52 +
1 files changed, 52 insertions(+), 0 deletions(-)
diff --git a/package/kernel/modules
Move Xen kernel modules into a general virtualization category.
Signed-off-by: Stijn Tintel
---
package/kernel/modules/{xen.mk => virtual.mk} | 12 ++--
1 files changed, 6 insertions(+), 6 deletions(-)
rename package/kernel/modules/{xen.mk => virtual.mk} (94%)
diff --git a/p
Make the VirtIO modules depend on the new x86_kvm_guest subtarget.
Signed-off-by: Stijn Tintel
---
package/kernel/modules/virtual.mk |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/kernel/modules/virtual.mk
b/package/kernel/modules/virtual.mk
index 173b84a
This patch series adds a new x86 subtarget for running inside a KVM guest.
The v2 series fixes some copy-paste errors and an accidentally commited file.
Stijn Tintel (4):
kernel: move xen.mk to virtual.mk
kernel: add VirtIO device support
x86: add kvm_guest subtarget
kernel: virtio
Add a KVM guest subtarget to the x86 target. Since VirtIO is the
preferred I/O virtualization platform for kvm, this target expects it's
root device to be /dev/vda.
Signed-off-by: Stijn Tintel
---
target/linux/x86/Makefile |2 +-
target/linux/x86/image/Conf
Add support for VirtIO-based paravirtualized devices used by various
virtualization platforms.
Signed-off-by: Stijn Tintel
---
package/kernel/modules/virtual.mk | 48 +
1 files changed, 48 insertions(+), 0 deletions(-)
diff --git a/package/kernel/modules
Move Xen kernel modules into a general virtualization category.
Signed-off-by: Stijn Tintel
---
package/kernel/modules/{xen.mk => virtual.mk} | 12 ++--
1 files changed, 6 insertions(+), 6 deletions(-)
rename package/kernel/modules/{xen.mk => virtual.mk} (94%)
diff --git a/p
Make the VirtIO modules depend on the new x86_kvm_guest subtarget.
Signed-off-by: Stijn Tintel
---
package/kernel/modules/virtual.mk |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/kernel/modules/virtual.mk
b/package/kernel/modules/virtual.mk
index 4aa1d8c
This patch series adds a new x86 subtarget for running inside a KVM guest.
The v2 series fixes some copy-paste errors and an accidentally commited file.
The v3 series fixes missing config symbols.
Stijn Tintel (4):
kernel: move xen.mk to virtual.mk
kernel: add VirtIO device support
x86
Add support for VirtIO-based paravirtualized devices used by various
virtualization platforms.
Signed-off-by: Stijn Tintel
---
package/kernel/modules/virtual.mk | 48 +
1 files changed, 48 insertions(+), 0 deletions(-)
diff --git a/package/kernel/modules
Make the VirtIO modules depend on the new x86_kvm_guest subtarget.
Signed-off-by: Stijn Tintel
---
package/kernel/modules/virtual.mk |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/kernel/modules/virtual.mk
b/package/kernel/modules/virtual.mk
index 4aa1d8c
Move Xen kernel modules into a general virtualization category.
Signed-off-by: Stijn Tintel
---
package/kernel/modules/{xen.mk => virtual.mk} | 12 ++--
1 files changed, 6 insertions(+), 6 deletions(-)
rename package/kernel/modules/{xen.mk => virtual.mk} (94%)
diff --git a/p
Add a KVM guest subtarget to the x86 target. Since VirtIO is the
preferred I/O virtualization platform for kvm, this target expects it's
root device to be /dev/vda.
Signed-off-by: Stijn Tintel
---
target/linux/x86/Makefile |2 +-
target/linux/x86/image/Conf
On 26-03-10 20:12, Stijn Tintel wrote:
> This patch series adds a new x86 subtarget for running inside a KVM guest.
>
> The v2 series fixes some copy-paste errors and an accidentally commited file.
> The v3 series fixes missing config symbols.
>
If anyone wants to try running
On 05-04-10 12:44, Jonas Gorski wrote:
> Hi,
>
Hi Jonas,
> any comments on these patches?
>
> It would be really nice if these made it into backfire, as they not
> only make vlan configuration possible, but also solve a multicast
> problem for the Routerstation Pro (and probably the RB450G/750G)
This patch series adds a new x86 subtarget for running inside a KVM guest.
The v2 series fixes some copy-paste errors and an accidentally commited file.
The v3 series fixes missing config symbols.
The v4 series fixes the use of squashfs images.
Stijn Tintel (5):
kernel: move xen.mk to
Add support for VirtIO-based paravirtualized devices used by various
virtualization platforms.
Signed-off-by: Stijn Tintel
---
package/kernel/modules/virtual.mk | 48 +
1 files changed, 48 insertions(+), 0 deletions(-)
diff --git a/package/kernel/modules
Move Xen kernel modules into a general virtualization category.
Signed-off-by: Stijn Tintel
---
package/kernel/modules/virtual.mk | 110 +
package/kernel/modules/xen.mk | 110 -
2 files changed, 110 insertions(+), 110
Initialize virtio earlier, so that block2mtd can be used on virtio based
block devices (virtio_blk). This fixes the ability to run squashfs
images inside a KVM guest.
Upstream bug report: https://bugzilla.kernel.org/show_bug.cgi?id=15644
Signed-off-by: Stijn Tintel
---
.../010-virtio
Make the VirtIO modules depend on the new x86_kvm_guest subtarget.
Signed-off-by: Stijn Tintel
---
package/kernel/modules/virtual.mk |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/kernel/modules/virtual.mk
b/package/kernel/modules/virtual.mk
index 4aa1d8c
Add a KVM guest subtarget to the x86 target. Since VirtIO is the
preferred I/O virtualization platform for kvm, this target expects it's
root device to be /dev/vda.
Signed-off-by: Stijn Tintel
---
target/linux/x86/Makefile |2 +-
target/linux/x86/image/Conf
On 17-04-10 14:23, Stijn Tintel wrote:
> Initialize virtio earlier, so that block2mtd can be used on virtio based
> block devices (virtio_blk). This fixes the ability to run squashfs
> images inside a KVM guest.
>
> Upstream bug report: https://bugzilla.kernel.org/show_b
, and solves some IRQ
problems by enabling ACPI. The patch added in v4 was removed, since it went
upstream in 2.6.32.13, 2.6.33.4 and 2.6.34.
Tested on CentOS 5.5 and Gentoo 10.0 kvm hosts.
Stijn Tintel (4):
kernel: move xen.mk to virtual.mk
kernel: add VirtIO device support
x86: add
Add support for VirtIO-based paravirtualized devices used by various
virtualization platforms.
Signed-off-by: Stijn Tintel
---
package/kernel/modules/virtual.mk | 48 +
1 files changed, 48 insertions(+), 0 deletions(-)
diff --git a/package/kernel/modules
Move Xen kernel modules into a general virtualization category.
Signed-off-by: Stijn Tintel
---
package/kernel/modules/virtual.mk | 110 +
package/kernel/modules/xen.mk | 110 -
2 files changed, 110 insertions(+), 110
Make the VirtIO modules depend on the new x86_kvm_guest subtarget.
Signed-off-by: Stijn Tintel
---
package/kernel/modules/virtual.mk |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/kernel/modules/virtual.mk
b/package/kernel/modules/virtual.mk
index c129820
Add a KVM guest subtarget to the x86 target. Since VirtIO is the
preferred I/O virtualization platform for kvm, this target expects it's
root device to be /dev/vda.
Signed-off-by: Stijn Tintel
---
target/linux/x86/Makefile |2 +-
target/linux/x86/kvm_guest/base-
send a new DHCP request.
Solve this problem by killing the existing DHCP instance and starting a
new one rather than keeping the old one.
Signed-off-by: Stijn Tintel
---
package/base-files/files/lib/network/config.sh | 55 +++-
1 files changed, 25 insertions(+), 30 deletions
On 18-07-10 21:04, Stijn Tintel wrote:
> This patch series adds a new x86 subtarget for running inside a KVM guest.
>
Anyone had a chance to look at this yet?
Thanks,
Stijn
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
Hi Evan,
Glad to see more interest in the QorIQ target.
On 1/10/2024 06:03, Evan Jobling via openwrt-devel wrote:
Subject:
qoriq: Watchguard Firebox M300 source only
From:
Evan Jobling
Date:
1/10/2024 06:03
To:
openwrt-devel
Hi All.
Recently acquired a Firebox M300. It is currently sourc
aintainers,
Suck my dick. OpenWRT is a shitty project, OSS is dead. Dilate & cope, you
will never be real women, tr00ns.
Yours sincerely,
Stijn Tintel and Robert Marko (pls give us corporate jobs, we're starving
in our slavic shitholes
The sender domain has a DMARC Reject/Quarantine policy which disallows
sending mailing list messages using the original "From" header.
To mitigate this problem, the original message has been wrapped
automatically by the mailing list software.--- Begin Message ---
My associates have approved this e
301 - 360 of 360 matches
Mail list logo