Hi,
On Wed, 2018-12-05 at 09:56 +0100, Mathias Kresin wrote:
> Hey all,
> I would like to start to reject patches for adding boards with only 32 MByte
> of RAM and 4
> MByte of flash [0]. These boards barely work with todays OpenWrt default
> builds and
> require quite some modifications to be us
On Thu, 6 Dec 2018 at 20:42, Rafał Miłecki wrote:
>
> From: Rafał Miłecki
>
> This new function imlements common code needed to run /etc/hotplug.d/
> listeners. It allows specifying subsystem and environment strings as
> commonly used in the hotplug.d.
hotplug-call is currently a OpenWrt-specifi
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 and bcm2710, as I d
Hi,
Duplicate, https://github.com/openwrt/openwrt/pull/1575
There's also some weird bug on Atheros MIPS (ath79 and ar71xx), more
info on Github
Best regards,
Daniel
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwr
Hi,
> At least for me that's the but another reason was to enable guest
> network (and BTW why Luci just don't have a single button for this?).
Because it has not been implemented yet. Adding the code for it would
probably consume another 5-10KB uncompressed.
> [...]
> Let's take for example Luc
Hi,
> Even standard Luci can be easily and significantly reduced in twice just
> by removing images and icons.
I don't think this is true. The few icons bundled with LuCI at are
approx 19KB overall while a recent mips 24kc snapshot build of luci-base
is 126KB in size. So the images account for le
Tested on Turris Omnia.
Signed-off-by: Rosen Penev
---
package/utils/f2fs-tools/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/utils/f2fs-tools/Makefile
b/package/utils/f2fs-tools/Makefile
index 659b3d244c..b782b80670 100644
--- a/package/utils/f2fs-too
Fixes these warnings:
swlib.c:455:18: warning: implicit declaration of function 'isspace'
swlib.c:461:9: warning: implicit declaration of function 'isdigit'
Signed-off-by: Rosen Penev
---
package/network/config/swconfig/Makefile| 2 +-
package/network/config/swconfig/src/swlib.c | 1 +
2 fi
28/10/2018 17:39, Christian Lamparter:
Ben Greear reported in his patch:
|Subject: netgear r7800: Fix mac address of radios.
|
|Reloading the driver causes the phyX to change, and that
|caused the MAC address to change.
This is because all ODM/OEMs except QCA bothered to write
the correct MAC ad
> -Ursprüngliche Nachricht-
> Von: Henrique de Moraes Holschuh
> Em 05/12/2018 21:20, Thomas Endt escreveu:
> >> Auftrag von Henrique de Moraes Holschuh Do we have a wiki table
> >> somewhere that has the device name, ar71xx info and ath79 info, which
> >> could be expanded with ar71xx->at
Hi,
My first computer had 32 Mb of RAM and I was able to play in Half Life 1
on it :)
Yes, I had an HDD of 2 Gb but also I played in Towers of Hanoi from a
browser of QNX booted from a floppy disk 1.44 mb
http://toastytech.com/guis/qnxdemo.html
That's why I think that 32/4 is actually a lot :)
Hi,
On 12/6/18 6:03 PM, Hans Dedecker wrote:
> In case of SNAT rules the src_dport parameter is used both as a rewrite
> parameter as well as a matching parameter which is not the expected
> behavior.
> The latter is caused by port_redir being set to src_dport in case dest_port
> parameter is not.
In case of SNAT rules the src_dport parameter is used both as a rewrite
parameter as well as a matching parameter which is not the expected
behavior.
The latter is caused by port_redir being set to src_dport in case dest_port
parameter is not.
As this logic is in place to mimic the old shell script
In case of SNAT rules the src_dport parameter is used both as a rewrite
parameter as well as a matching parameter which is not the expected
behavior.
The latter is caused by port_redir being set to src_dport in case dest_port
parameter is not.
As this logic is in place to mimic the old shell script
Petr Štetiar [2018-11-20 00:28:50]:
Hi Joe,
> > cd openwrt.git
> > git remote add github-ynezz https://github.com/ynezz/openwrt.git
> > git fetch github-ynezz
> > git checkout -b nanostation-m-xw github-ynezz/wip/nanostation-m-xw
> > echo -e
> > "CONFIG_TARGET_ath79=y\nCONFIG_TARGET_ath79_
---
target/linux/octeon/base-files/lib/preinit/79_move_config | 15 ---
target/linux/octeon/base-files/lib/upgrade/platform.sh| 15 ---
2 files changed, 24 insertions(+), 6 deletions(-)
diff --git a/target/linux/octeon/base-files/lib/preinit/79_move_config
b/target/li
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.
Jonathan Thibault (2):
Evaluate board names in alphabetical order
Allow sysupgrade restore
---
target/linux/octeon/base-files/lib/upgrade/platform.sh | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/target/linux/octeon/base-files/lib/upgrade/platform.sh
b/target/linux/octeon/base-files/lib/upgrade/platform.sh
index cd49c0da36..6d258dbb0f 100755
--- a/targe
From: Alin Nastac
Locally-generated packets are passing through OUTPUT chain, not
PREROUTING.
Signed-off-by: Alin Nastac
---
zones.c | 10 ++
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/zones.c b/zones.c
index 505ab20..8c3daef 100644
--- a/zones.c
+++ b/zones.c
@@ -55
From: Rafał Miłecki
With this change block generates 2 "mount" hotplug.d subsystem events:
1) "add" when block device gets mounted
2) "remove" when block device gets unmounted
This allows e.g. controlling USB storage dependant software using
hotplug.d listeners.
A very similar solution was impl
Hi!
proxy 于2018年12月6日周四 下午3:31写道:
...
>
> I'm a user from the Third World. Since devices with 64MB of RAM or
Seriously? :)
> more are a little expensive for us.
> I bought many devices with 1MB flash and 8MB ram, mainly ar9331 qca9533.
> Then update the RAM to 64MB, and solder a simple sop8 socket
From: Rafał Miłecki
This new function imlements common code needed to run /etc/hotplug.d/
listeners. It allows specifying subsystem and environment strings as
commonly used in the hotplug.d.
Signed-off-by: Rafał Miłecki
---
CMakeLists.txt | 2 +-
hotplug.c | 35 ++
Em 05/12/2018 21:20, Thomas Endt escreveu:
Auftrag von Henrique de Moraes Holschuh
Do we have a wiki table somewhere that has the device name, ar71xx info
and ath79 info, which could be expanded with ar71xx->ath79 status (no,
yes but unverified, yes verified to be complete)?
That would be really
On 2018-12-06 08:24, John Crispin wrote:
On 05/12/2018 13:39, Rafał Miłecki wrote:
On 2018-12-05 13:31, Paul Oranje wrote:
Op 4 dec. 2018, om 12:32 heeft Rafał Miłecki het
volgende geschreven:
From: Rafał Miłecki
Device gets removed from the list (vlist_delete()) when block calls
"hotplug"
24 matches
Mail list logo