Re: OpenWrt One - celebrating 20 years of OpenWrt

2024-01-16 Thread Michal Hrusecky via openwrt-devel
We've been making and maintaining OpenWrt based routers (yes with our little additions on top) for over a decade. Seems like you have everything figured out already, but wanted to state the obvious anyway - if you are interested, we are here and we would be happy to help. -- Micha

Re: [OpenWrt-Devel] [PATCH] bcm53xx: Move SF mmap patch

2016-05-25 Thread Michal Hrusecky
Marek Vasut - 17:12 24.05.16 wrote: > On 05/24/2016 04:57 PM, Felix Fietkau wrote: > > On 2016-05-24 16:48, Marek Vasut wrote: > >> The patch adding SPI flash mmap read capability does not compile due to > >> missing > >> m25p80_rx_nbits() function. Move it to bcm53xx patch directory, where the

Re: [OpenWrt-Devel] [PATCH] [package] busybox: Add option to install example udhcpc script

2016-05-13 Thread Michal Hrusecky
Felix Fietkau - 16:52 13.05.16 wrote: > On 2016-05-13 10:17, Michal Hrusecky wrote: > > When building very minimal system, people might be interested in using > > udhcpc. > > To be able to use it, it needs script to actually set addresses. There is an > > example

[OpenWrt-Devel] [PATCH] [package] linux: Add new Marvell cryptoengine

2016-05-13 Thread Michal Hrusecky
Adding new Marvell cryptoengine as some device might use the new one and not the old one. Signed-off-by: Michal Hrusecky <michal.hruse...@nic.cz> --- package/kernel/linux/modules/crypto.mk | 20 +--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/package/

[OpenWrt-Devel] [PATCH] [package] busybox: Add option to install example udhcpc script

2016-05-13 Thread Michal Hrusecky
it in menuconfig and enable it's installation. Signed-off-by: Michal Hrusecky <michal.hruse...@nic.cz> --- package/utils/busybox/Makefile | 5 + package/utils/busybox/config/networking/udhcp/Config.in | 7 +++ 2 files changed, 12 insertions(+) diff --git a/package

Re: [OpenWrt-Devel] [PATCH] [package] hostapd: Update to the latest snapshot

2016-05-12 Thread Michal Hrusecky
Hi, it builds and works for me with mpc85xx and ath9k with at least WPA-PSK, but definitely deserves wider testing. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH] [package] hostapd: Update to the latest snapshot

2016-05-12 Thread Michal Hrusecky
Fixes CVE-2016-4476 and few possible memory leaks. Signed-off-by: Michal Hrusecky <michal.hruse...@nic.cz> --- package/network/services/hostapd/Makefile | 6 +- .../services/hostapd/patches/200-multicall.patch | 116 +++-- .../hostapd/patches/370-ap_sta_support

[OpenWrt-Devel] [PATCH] [generic] Checksum for all files inside package

2016-05-05 Thread Michal Hrusecky
This patch introduces possibility to have checksums of all files installed from packages calculated on build and be part of the package metadata. It could be useful to verify everything installed properly and that there are no errors on the storage. Signed-off-by: Michal Hrusecky <michal.hr

[OpenWrt-Devel] [PATCHv2] [package] openssl: Update to version 1.0.2h

2016-05-04 Thread Michal Hrusecky
Bump to the latest version, fixes several security issues: * CVE-2016-2107, CVE-2016-2105, CVE-2016-2106, CVE-2016-2109, CVE-2016-2176 Signed-off-by: Michal Hrusecky <michal.hruse...@nic.cz> --- package/libs/openssl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff

[OpenWrt-Devel] [PATCH] [package] openssl: Update to version 1.0.2h

2016-05-04 Thread Michal Hrusecky
Bump to the latest version, fixes several security issues: * CVE-2016-2107, CVE-2016-2105, CVE-2016-2106, CVE-2016-2109, CVE-2016-2176 More details at https://www.openssl.org/news/openssl-1.0.2-notes.html Signed-off-by: Michal Hrusecky <michal.hruse...@nic.cz> --- package/libs/openssl/Ma

[OpenWrt-Devel] Checksums of all files

2016-04-22 Thread Michal Hrusecky
Hi, I run into idea I would like some feedback on before I'll send a real patch. When people have an old router witch flash that may have some errors or root on external drive, it can happen, that some files will get damaged. And in that case it could be really useful to have checksums of all

Re: [OpenWrt-Devel] opkg upgrade all

2016-03-30 Thread Michal Hrusecky
Daniel Dickinson - 3:18 30.03.16 wrote: > On 16-03-30 02:48 AM, Michal Hrusecky wrote: > > > >Yep, I understand all those. My question was whether upgrade all is disabled > >just because of this ideological stuff and in hope that users wouldn't find > >and >

Re: [OpenWrt-Devel] opkg upgrade all

2016-03-30 Thread Michal Hrusecky
system is installed. Yep, I understand all those. My question was whether upgrade all is disabled just because of this ideological stuff and in hope that users wouldn't find and try one of the posts I linked or whether there is anything really broken. > Em qua, 30 de mar de 2016 02:30, Michal Hrus

Re: [OpenWrt-Devel] opkg upgrade all

2016-03-29 Thread Michal Hrusecky
ic issue with upgrade all. > Regards > > Em ter, 29 de mar de 2016 às 04:45, Michal Hrusecky <michal.hruse...@nic.cz> > escreveu: > > > Hi, > > > > there is a patch in OpenWRT that disables option to upgrade all packages > > and > > allows upgra

[OpenWrt-Devel] opkg upgrade all

2016-03-29 Thread Michal Hrusecky
Hi, there is a patch in OpenWRT that disables option to upgrade all packages and allows upgrading only specified packages which leads to plenty of answers online how to do that[1][2][3][...] Does anybody remembers the reason for disabling it? The only thing I can think of is discouraging people

[OpenWrt-Devel] [PATCH] [include] Support postinst on old OS

2016-03-21 Thread Michal Hrusecky
Currently all package postinst scripts are saved as postinst-pkg and interpreted by script in base-files. Thus those don't work if you have old base-files. Updating generating script to make it work even with old base-files. Signed-off-by: Michal Hrusecky <michal.hruse...@nic.cz> --- i

[OpenWrt-Devel] [PATCH] [packages] opkg: Fix handling of sha256sums for conffiles

2016-03-04 Thread Michal Hrusecky
MD5s are shorter than SHA256, so reading buffer has to be bigger to read the whole hash. Signed-off-by: Michal Hrusecky <michal.hruse...@nic.cz> --- package/system/opkg/Makefile | 2 +- package/system/opkg/patches/230-drop_md5_support.patch | 14 ++ 2

[OpenWrt-Devel] [PATCH] [packages] opkg: Make opkg understand old md5

2016-02-26 Thread Michal Hrusecky
Opkg now uses sha256 by default and expects them. Making it optionally understand md5s also and detect md5 sum so we can migrate from configuration that used md5. Signed-off-by: Michal Hrusecky <michal.hruse...@nic.cz> --- package/system/opkg/Makefile

Re: [OpenWrt-Devel] [PATCH] [packages] opkg: Make opkg understand old md5

2016-02-26 Thread Michal Hrusecky
John Crispin - 8:40 26.02.16 wrote: > Hi, > > few comments inline > > On 25/02/2016 13:39, Michal Hrusecky wrote: > > Opkg now uses sha256 by default and expects them. Making it optionally > > understand md5s also and detect md5 sum so we can migrate from conf

[OpenWrt-Devel] [PATCH] [packages] opkg: Make opkg understand old md5

2016-02-25 Thread Michal Hrusecky
Opkg now uses sha256 by default and expects them. Making it optionally understand md5s also and detect md5 sum so we can migrate from configuration that used md5. Signed-off-by: Michal Hrusecky <michal.hruse...@nic.cz> --- package/system/opkg/Makefile

Re: [OpenWrt-Devel] [PATCH] [packages] opkg: Make opkg understand old md5

2016-02-25 Thread Michal Hrusecky
John Crispin - 11:14 25.02.16 wrote: > > > On 25/02/2016 11:13, Michal Hrusecky wrote: > > Felix Fietkau - 10:22 25.02.16 wrote: > >> On 2016-02-25 10:05, Michal Hrusecky wrote: > >>> Opkg now uses sha256 by default and expects them. Making it understand >

Re: [OpenWrt-Devel] [PATCH] [packages] opkg: Make opkg understand old md5

2016-02-25 Thread Michal Hrusecky
Felix Fietkau - 10:22 25.02.16 wrote: > On 2016-02-25 10:05, Michal Hrusecky wrote: > > Opkg now uses sha256 by default and expects them. Making it understand md5s > > also > > and detect md5 sum so we can migrate from configuration that used md5. > > > &g

[OpenWrt-Devel] [PATCH] [packages] opkg: Make opkg understand old md5

2016-02-25 Thread Michal Hrusecky
Opkg now uses sha256 by default and expects them. Making it understand md5s also and detect md5 sum so we can migrate from configuration that used md5. Signed-off-by: Michal Hrusecky <michal.hruse...@nic.cz> --- package/system/opkg/Makefile | 3 +- .../system/opkg/p

[OpenWrt-Devel] [PATCH] [packages] util-linux: Subpackage for blkdiscard

2016-02-11 Thread Michal Hrusecky
Adding subpackage to make it possible to enable blkdiscard utility. Signed-off-by: Michal Hrusecky <michal.hruse...@nic.cz> --- package/utils/util-linux/Makefile | 18 ++ 1 file changed, 18 insertions(+) diff --git a/package/utils/util-linux/Makefile b/package/utils/util