On 7/11/2020 16:17, Daniel Golle wrote:
> Hi all!
>
> A while ago we have added some useful kernel features to !SMALL_FLASH
> devices[1]. To make more use of that by default in a way which will
> make exploiting potential vulnerabilities in OpenWrt's services much
> harder, it'd be great to also ha
other changes, so let's use -fPIC on
arm64 by default.
While comparing the sizes of 141 packages built with -fpic vs -fPIC,
most packages are either equal or smaller in size. Only 9 of the
compared packages turned out slightly larger.
Signed-off-by: Stijn Tintel
---
rules.mk | 2 +-
1
On 11/03/2021 14:35, Bjørn Mork wrote:
> Demote a number of debugging printk's to pr_debug to avoid log
> nosie. Several of these functions are called as a result of
> userspace activity. This can cause a lot of log noise when
> userspace does periodic polling.
>
> Most of this could probably be
#issuecomment-795174537
I'll bump lldpd to the latest version after this series is merged, and
debug the problem reported by John on the realtek target.
Stijn Tintel (4):
libcap: import from packages feed
libcap: drop invalid copyright header
libcap: bump to 2.48
lldpd: add libcap depen
Signed-off-by: Stijn Tintel
---
package/libs/libcap/Makefile | 2 --
1 file changed, 2 deletions(-)
diff --git a/package/libs/libcap/Makefile b/package/libs/libcap/Makefile
index 0206bd9d1d..29ff75c5cd 100644
--- a/package/libs/libcap/Makefile
+++ b/package/libs/libcap/Makefile
@@ -1,6 +1,4
Signed-off-by: Stijn Tintel
---
package/libs/libcap/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/libs/libcap/Makefile b/package/libs/libcap/Makefile
index 29ff75c5cd..b8e45a52c7 100644
--- a/package/libs/libcap/Makefile
+++ b/package/libs/libcap
Now that libcap is in OpenWrt base, we can drop our custom patch to
disable libcap support and have lldpd depend on it instead. This will
allow the monitor process to drop its privileges instead of running as
root, improving security.
Signed-off-by: Stijn Tintel
---
package/network/services
Having libcap in OpenWrt base allows us to enable libcap support in
other packages in base.
In lldpd, this would allow the monitor process to drop its privileges
instead of running as root, improving security. It will also allow us to
drop our patch to disable libcap.
Signed-off-by: Stijn Tintel
On 12/03/2021 10:50, Petr Štetiar wrote:
Stijn Tintel [2021-03-12 01:25:24]:
Hi,
Having libcap in OpenWrt base allows us to enable libcap support in
other packages in base.
there is same functionality available through procd already so essentialy
you're throwing away that effort, incre
relocation R_X86_64_PC32 against symbol
> `__gmp_binvert_limb_table' can not be used when making a shared object;
> recompile with -fPIC
>
> Cc: Stijn Tintel
> Signed-off-by: Eneas U de Queiroz
> ---
>
> There's an error on one architecture, and all others work fine wit
On 31/03/2021 16:09, Rui Salvaterra wrote:
> Break dependencies into separate lines, to improve the readability. Trim
> trailing whitespace.
>
> Signed-off-by: Rui Salvaterra
> ---
> package/system/zram-swap/Makefile | 12 +---
> 1 file changed, 9 insertions(+), 3 deletions(-)
>
> diff --
On 9/04/2021 01:57, Rui Salvaterra wrote:
> It's in backports-5.4, but it wasn't ever merged. Upstream followed another
> approach, with flow offloading, which has much better performance. Drop this
> obsolete patch and refresh the kernel patches.
Acked-by: Stijn Tintel
It has been broken since the new ath10k firmware introduced in r44656.
Signed-off-by: Stijn Tintel
---
target/linux/ar71xx/base-files/lib/preinit/82_patch_ath10k | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/target/linux/ar71xx/base-files/lib/preinit/82_patch_ath10k
b
---
target/linux/octeon/image/Makefile | 8 ++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/target/linux/octeon/image/Makefile
b/target/linux/octeon/image/Makefile
index 24bca9b..a15e87b 100644
--- a/target/linux/octeon/image/Makefile
+++ b/target/linux/octeon/image/Makefil
Signed-off-by: Stijn Tintel
---
package/network/utils/conntrack-tools/Makefile | 2 ++
.../network/utils/conntrack-tools/files/conntrackd.init | 17 +
2 files changed, 19 insertions(+)
create mode 100644 package/network/utils/conntrack-tools/files/conntrackd.init
diff
Signed-off-by: Stijn Tintel
---
target/linux/octeon/image/Makefile | 8 ++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/target/linux/octeon/image/Makefile
b/target/linux/octeon/image/Makefile
index 24bca9b..a15e87b 100644
--- a/target/linux/octeon/image/Makefile
+++ b
On 22/06/15 20:19, Matti Laakso wrote:
These patches backport the new FW API v5 to ath10k
(upstream commits 8348db2, 53513c3, and dc3632a)
and change mac80211 to use the new firmware.
Could you also update
target/linux/ar71xx/base-files/lib/preinit/82_patch_ath10k?
See https://patchwork.ozlab
On 07/28/15 01:27, Wojtek Sawaściuk wrote:
> Hello,
> What is current status of support for Ubiquity's EdgeRouter POE (this
> one with 2+3switch ports) ?
>
> I can't flash it with sysupgrade using openwrt-15.05-rc3-octeon-er:
>
> "Sysupgrade is not yet supported on cavium,octeon-3860.
> Image check
Since CRYPTO_DRBG_MENU was added in r48277, CRYPTO_DRBG_HMAC is missing.
It does not appear in kernel_menuconfig and defaults to yes, so enable
it in crypto-rng as well and add dependencies to HMAC and SHA256.
Signed-off-by: Stijn Tintel
---
package/kernel/linux/modules/crypto.mk | 5 +++--
1
Signed-off-by: Stijn Tintel
---
target/linux/generic/config-4.1 | 2 ++
1 file changed, 2 insertions(+)
diff --git a/target/linux/generic/config-4.1 b/target/linux/generic/config-4.1
index 222f8c1..d91bedb 100644
--- a/target/linux/generic/config-4.1
+++ b/target/linux/generic/config-4.1
Signed-off-by: Stijn Tintel
---
package/kernel/linux/modules/crypto.mk | 18 ++
1 file changed, 18 insertions(+)
diff --git a/package/kernel/linux/modules/crypto.mk
b/package/kernel/linux/modules/crypto.mk
index 7c71053..99fb5a0 100644
--- a/package/kernel/linux/modules
Signed-off-by: Stijn Tintel
---
target/linux/generic/config-4.4 | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/linux/generic/config-4.4 b/target/linux/generic/config-4.4
index 6ad3008..a8b4074 100644
--- a/target/linux/generic/config-4.4
+++ b/target/linux/generic/config-4.4
Signed-off-by: Stijn Tintel
---
...-add-hash-state-import-and-export-support.patch | 114 +
1 file changed, 114 insertions(+)
create mode 100644
target/linux/generic/patches-4.4/150-crypto-ccp-add-hash-state-import-and-export-support.patch
diff --git
a/target/linux
Signed-off-by: Stijn Tintel
---
package/kernel/linux/modules/netsupport.mk | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/kernel/linux/modules/netsupport.mk
b/package/kernel/linux/modules/netsupport.mk
index b1cce0b..cbf2ffb 100644
--- a/package/kernel/linux
Signed-off-by: Stijn Tintel
---
package/network/config/vti/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/network/config/vti/Makefile
b/package/network/config/vti/Makefile
index a81e889..7cf0ee9 100644
--- a/package/network/config/vti/Makefile
+++ b
Signed-off-by: Stijn Tintel
---
package/kernel/linux/modules/netsupport.mk | 16
1 file changed, 16 insertions(+)
diff --git a/package/kernel/linux/modules/netsupport.mk
b/package/kernel/linux/modules/netsupport.mk
index cbf2ffb..77bd67a 100644
--- a/package/kernel/linux
On 01-09-14 08:55, Jiri Pirko wrote:
> Mon, Sep 01, 2014 at 03:57:19AM CEST, ka...@stratosphere.co.jp wrote:
>> Hi,
>>
>> There's a vxlan kernel module in Linux source tree,
>> and `ip` command can create vxlan netdev.
>> Are you talking about netifd support for it?
> Yes, I am. See below...
Have y
some init scripts generate a config file in /var/etc, change those
init scripts to generate it in /tmp/etc instead.
While at it, create /tmp/etc in /etc/init.d/boot instead of creating it
in various init scripts.
Stijn Tintel (10):
base-files: create /tmp/etc on boot
dnsmasq: generate config in
Signed-off-by: Stijn Tintel
---
package/base-files/files/etc/init.d/boot | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/base-files/files/etc/init.d/boot
b/package/base-files/files/etc/init.d/boot
index ccd0afe..944c873 100755
--- a/package/base-files/files/etc/init.d/boot
+++ b
Signed-off-by: Stijn Tintel
---
package/network/services/dnsmasq/files/dnsmasq.init | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/network/services/dnsmasq/files/dnsmasq.init
b/package/network/services/dnsmasq/files/dnsmasq.init
index 61ded6a..54cd6e5 100644
--- a
Signed-off-by: Stijn Tintel
---
package/network/services/igmpproxy/files/igmpproxy.init | 1 -
1 file changed, 1 deletion(-)
diff --git a/package/network/services/igmpproxy/files/igmpproxy.init
b/package/network/services/igmpproxy/files/igmpproxy.init
index 7af69e3..b603921 100644
--- a
Signed-off-by: Stijn Tintel
---
package/network/services/igmpproxy/files/igmpproxy.init | 14 +++---
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/package/network/services/igmpproxy/files/igmpproxy.init
b/package/network/services/igmpproxy/files/igmpproxy.init
index
Signed-off-by: Stijn Tintel
---
package/network/services/openvpn/files/openvpn.init | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/package/network/services/openvpn/files/openvpn.init
b/package/network/services/openvpn/files/openvpn.init
index 5396d0b..7ee756d
Signed-off-by: Stijn Tintel
---
package/network/services/openvpn/files/openvpn.init | 2 --
1 file changed, 2 deletions(-)
diff --git a/package/network/services/openvpn/files/openvpn.init
b/package/network/services/openvpn/files/openvpn.init
index 221704e..5ca02ac 100644
--- a/package/network
Signed-off-by: Stijn Tintel
---
package/network/services/samba36/files/samba.init | 22 +++---
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/package/network/services/samba36/files/samba.init
b/package/network/services/samba36/files/samba.init
index 376ae89
Signed-off-by: Stijn Tintel
---
package/network/services/openvpn/files/openvpn.init | 1 -
1 file changed, 1 deletion(-)
diff --git a/package/network/services/openvpn/files/openvpn.init
b/package/network/services/openvpn/files/openvpn.init
index 7ee756d..221704e 100644
--- a/package/network
Signed-off-by: Stijn Tintel
---
package/network/services/samba36/files/samba.init | 1 -
1 file changed, 1 deletion(-)
diff --git a/package/network/services/samba36/files/samba.init
b/package/network/services/samba36/files/samba.init
index f88e0f3..dceb6e5 100755
--- a/package/network/services
Signed-off-by: Stijn Tintel
---
config/Config-images.in | 5 +
package/base-files/Makefile | 5 +
2 files changed, 10 insertions(+)
diff --git a/config/Config-images.in b/config/Config-images.in
index a60dd50..3619256 100644
--- a/config/Config-images.in
+++ b/config/Config
On 17-07-15 19:35, Roman Yeryomin wrote:
> Signed-off-by: Roman Yeryomin
> ---
>
Hi Roman,
Since ar71xx uses 4.1 kernel by default, MAC addresses on my Ubiquiti
RSPro's are random. I suspect it is due to the changes in
506-MIPS-ath79-prom-parse-redboot-args.patch. I reported the problem
here: htt
On 18-10-15 20:20, Roman Yeryomin wrote:
> On 18 October 2015 at 00:16, Stijn Tintel wrote:
>> On 17-07-15 19:35, Roman Yeryomin wrote:
>>> Signed-off-by: Roman Yeryomin
>>> ---
>>>
>> Hi Roman,
>>
>> Since ar71xx uses 4.1 kernel by default,
initialize environment pointer (fw_init_cmdline not called).
>
> arcs_cmdline is not initialized before calling strlcat.
>
> Signed-off-by: Ted Hess
Tested-by: Stijn Tintel
>
> ---
> Index:
> target/linux/ar71xx/patches-4.1/50
Signed-off-by: Stijn Tintel
---
package/network/utils/iproute2/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/package/network/utils/iproute2/Makefile
b/package/network/utils/iproute2/Makefile
index 23834df..f5b5f4e 100644
--- a/package/network/utils/iproute2/Makefile
+++ b
Fixes this conntrackd warning:
WARNING: getprotobyname() cannot find protocol `DCCP' in /etc/protocols
Signed-off-by: Stijn Tintel
---
package/base-files/files/etc/protocols | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/base-files/files/etc/protocols
b/package/base-files/
Signed-off-by: Stijn Tintel
---
package/network/utils/conntrack-tools/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/package/network/utils/conntrack-tools/Makefile
b/package/network/utils/conntrack-tools/Makefile
index 7dd64b6..b931d85 100644
--- a/package
Signed-off-by: Stijn Tintel
---
package/network/utils/conntrack-tools/Makefile | 2 ++
package/network/utils/conntrack-tools/files/conntrackd.upgrade | 1 +
2 files changed, 3 insertions(+)
create mode 100644
package/network/utils/conntrack-tools/files/conntrackd.upgrade
diff
Signed-off-by: Stijn Tintel
---
package/network/utils/conntrack-tools/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/network/utils/conntrack-tools/Makefile
b/package/network/utils/conntrack-tools/Makefile
index b931d85..51d3c41 100644
--- a/package/network/utils/conntrack
Signed-off-by: Stijn Tintel
---
.../patches-4.3/192-net-Fix-presrc-lookups.patch | 60 ++
1 file changed, 60 insertions(+)
create mode 100644
target/linux/generic/patches-4.3/192-net-Fix-presrc-lookups.patch
diff --git a/target/linux/generic/patches-4.3/192-net-Fix
Fixes compilation with Linux 4.3. Runtime tested on Ubiquiti EdgeRouter
Lite with Linux 3.18, 4.1 and 4.3.
Signed-off-by: Stijn Tintel
---
package/network/utils/xtables-addons/Makefile | 4 ++--
.../network/utils/xtables-addons/patches/100-add-rtsp-conntrack.patch | 2
Signed-off-by: Stijn Tintel
---
target/linux/octeon/config-3.18| 250 ---
.../100-ubnt_edgerouter2_support.patch | 31 -
.../110-er200-ethernet_probe_order.patch | 34 -
.../patches-3.18/120-octeon_platform_usb.patch | 20 -
...add-semaphore
Signed-off-by: Stijn Tintel
---
target/linux/octeon/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/octeon/Makefile b/target/linux/octeon/Makefile
index e1739e7..a6707f0 100644
--- a/target/linux/octeon/Makefile
+++ b/target/linux/octeon/Makefile
Signed-off-by: Stijn Tintel
---
package/kernel/linux/modules/crypto.mk | 9 -
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/package/kernel/linux/modules/crypto.mk
b/package/kernel/linux/modules/crypto.mk
index 20fc858..0981102 100644
--- a/package/kernel/linux/modules
Signed-off-by: Stijn Tintel
---
package/kernel/linux/modules/crypto.mk | 9 -
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/package/kernel/linux/modules/crypto.mk
b/package/kernel/linux/modules/crypto.mk
index 0981102..f5c5895 100644
--- a/package/kernel/linux/modules
Runtime tested on Ubiquiti EdgeRouter Lite.
Signed-off-by: Stijn Tintel
---
target/linux/octeon/config-4.3 | 280
.../patches-4.3/100-ubnt_edgerouter2_support.patch | 31 +
.../110-er200-ethernet_probe_order.patch | 34 +
...add-host-driver-for-octeon-mmc
Signed-off-by: Stijn Tintel
---
package/kernel/linux/modules/crypto.mk | 9 -
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/package/kernel/linux/modules/crypto.mk
b/package/kernel/linux/modules/crypto.mk
index f5c5895..2328fac 100644
--- a/package/kernel/linux/modules
Signed-off-by: Stijn Tintel
---
package/kernel/linux/modules/crypto.mk | 14 --
1 file changed, 12 insertions(+), 2 deletions(-)
diff --git a/package/kernel/linux/modules/crypto.mk
b/package/kernel/linux/modules/crypto.mk
index 2328fac..ca36c2f 100644
--- a/package/kernel/linux
Signed-off-by: Stijn Tintel
---
package/kernel/linux/modules/crypto.mk | 9 -
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/package/kernel/linux/modules/crypto.mk
b/package/kernel/linux/modules/crypto.mk
index ca36c2f..9626b21 100644
--- a/package/kernel/linux/modules
Signed-off-by: Stijn Tintel
---
package/network/utils/conntrack-tools/Makefile | 4
1 file changed, 4 insertions(+)
diff --git a/package/network/utils/conntrack-tools/Makefile
b/package/network/utils/conntrack-tools/Makefile
index 51d3c41..fd13e22 100644
--- a/package/network/utils
netlink error: No such file or directory (2)
Solve this by adding DRBG to the kmod-crypto-rng package. As enabling
DRBG in the kernel config also enables the Jitterentropy RNG, include it
in kmod-crypto-rng instead of having it in a separate package.
Signed-off-by: Stijn Tintel
---
package/kernel
Hi,
Since we now have a 19.07 branch, is it OK to switch KERNEL_PATCHVER for
targets in master that have 4.19 support to 4.19?
Thanks,
Stijn
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/open
On 8/06/19 14:48, André Valentin wrote:
> This package adds scripts for xfrm interfaces support.
> Example configuration via /etc/config/network:
>
> config interface 'xfrm0'
> option proto 'xfrm'
> option mtu '1300'
> option zone 'VPN'
> option tunlink 'wan'
>
t; ---
> package/base-files/files/etc/rc.common | 113 ++---
> 1 file changed, 47 insertions(+), 66 deletions(-)
>
Acked-by: Stijn Tintel
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
| 1 -
> package/utils/usbmode/files/usbmode.init | 1 -
> 32 files changed, 32 deletions(-)
>
>
Acked-by: Stijn Tintel
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
Signed-off-by: Stijn Tintel
---
tools/Makefile | 1 +
tools/meson-tools/Makefile | 31 +++
2 files changed, 32 insertions(+)
create mode 100644 tools/meson-tools/Makefile
diff --git a/tools/Makefile b/tools/Makefile
index 9a354f6c70..0adc13acbf 100644
Signed-off-by: Stijn Tintel
---
tools/Makefile | 2 +-
tools/fiptool/Makefile | 37 +
2 files changed, 38 insertions(+), 1 deletion(-)
create mode 100644 tools/fiptool/Makefile
diff --git a/tools/Makefile b/tools/Makefile
index 0adc13acbf
Signed-off-by: Stijn Tintel
---
package/firmware/odroid/Makefile | 46
1 file changed, 46 insertions(+)
create mode 100644 package/firmware/odroid/Makefile
diff --git a/package/firmware/odroid/Makefile b/package/firmware/odroid/Makefile
new file mode
Signed-off-by: Stijn Tintel
---
package/boot/uboot-mesongx/Makefile | 33 +
1 file changed, 33 insertions(+)
create mode 100644 package/boot/uboot-mesongx/Makefile
diff --git a/package/boot/uboot-mesongx/Makefile
b/package/boot/uboot-mesongx/Makefile
new file
Boot fork. Most other boards don't have this limitation, and HDMI
should work with the 4.14 kernel.
For more information about what is supported, see
http://www.linux-meson.com/doku.php?id=start.
Stijn Tintel (5):
tools: add meson-tools
tools: add fiptool
uboot-mesongx: add new package
This target supports Amlogic S9 SoCs.
Signed-off-by: Stijn Tintel
---
target/linux/mesongx/Makefile | 36 ++
target/linux/mesongx/base-files/etc/inittab| 5 +
.../mesongx/base-files/lib/preinit/79_move_config | 22 +
.../mesongx/base-files/lib/upgrade
Hi,
I have just pushed support for the 4.14 kernel on the brcm2708 target to
my staging tree [1], and would like to get some feedback before pushing
it to master. It would also be nice if people could do runtime tests on
bcm2709 and bcm2710, as I don't own such hardware.
Thanks,
Stijn
[1]
https:
like to push this to
master, and preferably sooner rather than later.
>
> Thanks
> Alex
>
> On Sun, Nov 11, 2018 at 6:37 PM Stijn Tintel wrote:
>> Hi,
>>
>> I have just pushed support for the 4.14 kernel on the brcm2708 target to
>> my staging tree [1], and would
On 12/11/18 17:56, Jonathan Thibault wrote:
> This is a very simple patch that completes sysupgrade functionality on
> UBNT ER8.
>
> Default layout leaves about 128MB free on the kernel partition so
> there is plenty of space for temporary config backups.
>
>
> diff --git a/target/linux/octeon/base
On 12/11/18 19:00, Christian Lamparter wrote:
> (Did some EMails get mangled?:
> "openwrt-devel@lists.openwrt.org j...@openwrt.org" ")
>
> On Monday, November 12, 2018 4:55:12 PM CET Stijn Tintel wrote:
>> On 12/11/18 15:26, Alexandru Ardelean wrote:
>>> [
On 11/11/18 18:37, Stijn Tintel wrote:
> Hi,
>
> I have just pushed support for the 4.14 kernel on the brcm2708 target to
> my staging tree [1], and would like to get some feedback before pushing
> it to master. It would also be nice if people could do runtime tests on
> bcm2709
On 7/12/18 10:17, Alexandru Ardelean wrote:
> On Fri, Dec 7, 2018 at 5:06 AM Stijn Tintel wrote:
>> On 11/11/18 18:37, Stijn Tintel wrote:
>>> Hi,
>>>
>>> I have just pushed support for the 4.14 kernel on the brcm2708 target to
>>> my staging tree [1
On 7/12/18 05:06, Stijn Tintel wrote:
> On 11/11/18 18:37, Stijn Tintel wrote:
>> Hi,
>>
>> I have just pushed support for the 4.14 kernel on the brcm2708 target to
>> my staging tree [1], and would like to get some feedback before pushing
>> it to master. It woul
On 23/01/19 19:59, Linus Walleij wrote:
> This adds a config and augments the gemini makefile to
> use kernel v4.19.
>
> These devices work so much better with v4.19 so let's
> immediately make it the default.
NAK. All targets need to be on 4.14 until 19.01 is branched.
Stijn
_
On 30-10-16 19:18, Sven Roederer wrote:
> PACKAGE: net/net-snmp
> this installs the default MIBS-files under /usr/share/snmp/mibs
Please send a PR on Github: https://github.com/openwrt/packages
Stijn
___
openwrt-devel mailing list
openwrt-devel@lists.ope
On 06-01-17 20:38, Hauke Mehrtens wrote:
> Please do not send a mail with just an attachment, oldpackage is frozen
> since some years, please send add the package to the official openwrt
> package repository, add yourself as a maintainer and send a pull request
> on github.
There are PRs for this a
On 29-05-17 09:03, John Crispin wrote:
> (resend, this time as plain text)
>
> Hi,
>
> here is a V3 of the remerge proposal, I tried to fold all the comments
> people made into it, if anything is missing let me know. Please
> remeber that post remerge anything can be voted on, so cluttering the
> p
On 19-01-18 15:02, Piotr Dymacz wrote:
>
>
> On 19.01.2018 13:09, Etienne Champetier wrote:
>
>> We can also make it mandatory (show "required" on the fail test line)
>> Also this is a good minimum check to have on ALL repo
>> There are many ways to do it, enabling DCO is a 2 minutes job (if
>> som
On 27-03-18 20:42, Christian Lamparter wrote:
> This patch adds a image with squashfs as the root filesystem.
> A rootfs_data partition will be generated on the first boot
> and placed inside the rootfs partition (just after the squashfs
> image).
>
> advantages:
> - it is possible to migrate from
On 24-04-18 17:59, Christian Lamparter wrote:
> On Dienstag, 24. April 2018 13:29:17 CEST Stijn Tintel wrote:
>> On 27-03-18 20:42, Christian Lamparter wrote:
>>> This patch adds a image with squashfs as the root filesystem.
>>> A rootfs_data partition will be generate
On 24-04-18 19:17, Stijn Tintel wrote:
> On 24-04-18 17:59, Christian Lamparter wrote:
>> On Dienstag, 24. April 2018 13:29:17 CEST Stijn Tintel wrote:
>>> On 27-03-18 20:42, Christian Lamparter wrote:
>>>> This patch adds a image with squashfs as the root filesystem
On 09-05-18 03:03, Etienne Champetier wrote:
> Hi All,
>
> 2018-01-18 13:59 GMT-08:00 Etienne Champetier :
>> Hi All,
>>
>> Could someone enable this https://github.com/integration/dco on the
>> whole OpenWrt github org? (or at least on the packages repo)
> Friendly ping
> (I'm only a "member" not
On 27-10-14 21:54, Robert P. J. Day wrote:
> just updated my git repo, tried to build for TL-MR3220 and got:
>
> iwinfo_cli.o: In function `main':
> iwinfo_cli.c:(.text.startup+0x120): undefined reference to
> `iwinfo_backend_by_name'
> collect2: error: ld returned 1 exit status
> Makefile:40: r
---
target/linux/octeon/base-files/lib/upgrade/platform.sh | 9 +
1 file changed, 9 insertions(+)
diff --git a/target/linux/octeon/base-files/lib/upgrade/platform.sh
b/target/linux/octeon/base-files/lib/upgrade/platform.sh
index 11399a2..d81d7fd 100755
--- a/target/linux/octeon/base-file
Signed-off-by: Stijn Tintel
---
.../octeon/base-files/lib/upgrade/platform.sh | 26 --
1 file changed, 24 insertions(+), 2 deletions(-)
diff --git a/target/linux/octeon/base-files/lib/upgrade/platform.sh
b/target/linux/octeon/base-files/lib/upgrade/platform.sh
index
---
target/linux/octeon/base-files/lib/upgrade/platform.sh | 9 +
1 file changed, 9 insertions(+)
diff --git a/target/linux/octeon/base-files/lib/upgrade/platform.sh
b/target/linux/octeon/base-files/lib/upgrade/platform.sh
index 11399a2..d81d7fd 100755
--- a/target/linux/octeon/base-file
Runtime tested on Ubiquiti EdgeRouter Lite.
Signed-off-by: Stijn Tintel
---
target/linux/octeon/config-3.18| 252 +
.../100-ubnt_edgerouter2_support.patch | 31 +++
.../110-er200-ethernet_probe_order.patch | 34 +++
.../patches
Signed-off-by: Stijn Tintel
---
.../octeon/base-files/lib/upgrade/platform.sh | 26 --
1 file changed, 24 insertions(+), 2 deletions(-)
diff --git a/target/linux/octeon/base-files/lib/upgrade/platform.sh
b/target/linux/octeon/base-files/lib/upgrade/platform.sh
index
On 05-12-14 01:01, Stijn Tintel wrote:
> platform_do_upgrade() {
> local board=$(octeon_board_name)
> + local rootfs="$(platform_get_rootfs)"
> +
> + [ -d "${rootfs}" ] || return 1
This should be -b, please ignore this patch series, I'
Signed-off-by: Stijn Tintel
---
target/linux/octeon/base-files/lib/upgrade/platform.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/octeon/base-files/lib/upgrade/platform.sh
b/target/linux/octeon/base-files/lib/upgrade/platform.sh
index d81d7fd..1df3d17
Signed-off-by: Stijn Tintel
---
.../linux/octeon/base-files/lib/preinit/79_move_config | 18 ++
target/linux/octeon/base-files/lib/upgrade/platform.sh | 11 +++
2 files changed, 25 insertions(+), 4 deletions(-)
create mode 100644 target/linux/octeon/base-files/lib
Signed-off-by: Stijn Tintel
---
target/linux/octeon/base-files/lib/upgrade/platform.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/octeon/base-files/lib/upgrade/platform.sh
b/target/linux/octeon/base-files/lib/upgrade/platform.sh
index d81d7fd..1df3d17
Signed-off-by: Stijn Tintel
---
target/linux/octeon/base-files/lib/upgrade/platform.sh | 7 ---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/target/linux/octeon/base-files/lib/upgrade/platform.sh
b/target/linux/octeon/base-files/lib/upgrade/platform.sh
index 1df3d17
On 20-12-14 00:04, Andre Valentin wrote:
> Hi!
>
> If I enable this patch/module, I get strange errors with my OpenWRT based
> IPsec router. Packets are accepted and then lost, and not encrypted. Only the
> first comes through, especially if stateless
> protocolls (udp, icmp) are used.
>
I notice
On 23-12-14 20:11, Andre Valentin wrote:
> Hi!
>
> I just recompiled the module and loaded it on the router. But it seems that
> this does not fix the error. 5 minutes later I got several alerts (ping
> checks).
The workaround below seems to work for me. How did you apply this patch
to the OpenWr
Signed-off-by: Stijn Tintel
---
target/linux/octeon/config-3.14 | 1 -
target/linux/octeon/config-3.18 | 1 -
2 files changed, 2 deletions(-)
diff --git a/target/linux/octeon/config-3.14 b/target/linux/octeon/config-3.14
index baabe91..79f1efe 100644
--- a/target/linux/octeon/config-3.14
+++ b
Signed-off-by: Stijn Tintel
---
target/linux/octeon/config-default | 244 -
1 file changed, 244 deletions(-)
delete mode 100644 target/linux/octeon/config-default
diff --git a/target/linux/octeon/config-default
b/target/linux/octeon/config-default
deleted
---
package/kernel/linux/modules/crypto.mk | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/package/kernel/linux/modules/crypto.mk
b/package/kernel/linux/modules/crypto.mk
index ad1fe4e..d17f1e1 100644
--- a/package/kernel/linux/modules/crypto.mk
+++ b/package/kernel/linux/m
1 - 100 of 360 matches
Mail list logo