* John Crispin [21.11.2016 16:06]:
>
>
> On 21/11/2016 13:56, John Crispin wrote:
> > NAK, please dont fiddle with inode counts. change the blocksize or the
> > default mkfs_ext4 uses.
thanks for your input.
But i'am unsure now: when changing the blocksize
("CONFIG_TARGET_EXT4_BLOCKSIZE")
I h
On Mon, Nov 21, 2016 at 7:11 PM, Christian Lamparter
wrote:
> On Monday, November 21, 2016 2:57:59 PM CET Christian Mehlis wrote:
>> I found your repo/branch. I think you did a great job! Unfortunately I
>> can't compile your staging branch:
>>
>> [ 4%] Building C object CMakeFiles/netifd.dir/sys
Hello,
On Monday, November 21, 2016 2:57:59 PM CET Christian Mehlis wrote:
> I found your repo/branch. I think you did a great job! Unfortunately I
> can't compile your staging branch:
>
> [ 4%] Building C object CMakeFiles/netifd.dir/system-linux.c.o
> In file included from
> /home/cmehlis/gi
Found the problem:
https://forum.openwrt.org/viewtopic.php?id=68533
Ok... >=2013.10 disable cache for ram...
#if !defined(CONFIG_SKIP_LOWLEVEL_INIT) || defined(CONFIG_SYS_DISABLE_CACHE)
/* CONFIG0 register */
li t0, CONF_CM_UNCACHED
mtc0 t0, CP0_CONFIG
#endif
On Mon, Nov 21, 2016 at 6:07 PM, E
I personally think that calling initscripts by giving the full path
looks like a ugly hack, and is also inconvenient (for me anyway).
Example:
# /etc/init.d/network restart
So I made a simple wrapper script that allows to call initscripts in a
shorter way, and if the initscript name is misspel
All,
Since it's relevant to this discussion, I wanted to let folks know that
I've recently joined the Software Controlled Radio sub-group of the
FCC's Technical Advisory Council in my role as prpl Community Manager. A
press release about my participation is at
https://prpl.works/2016/11/21/prpl-fo
Hi to all,
I own a lantiq based router. I've self buildt u-boot 13.04 about 2
years ago and I was really satisfied about it.
On these days I've tried to switch to u-boot 13.10.
It seems that linux take about 10 times to complete the boot process
if compared to old 13.04.
Please can you compare
That doesn't seem related to my changes. I was building with OpenWrt
CC release I believe and a really stripped down rootfs/kernel for
bring up. Maybe look for newer GCC fixups?
-M
On Mon, Nov 21, 2016 at 7:57 AM, Christian Mehlis wrote:
> Hi Christian,
>
> I found your repo/branch. I think you
Use device_find in device_create so it's clear a device lookup
is being done in the device list.
Signed-off-by: Hans Dedecker
---
device.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/device.c b/device.c
index 82596e4..3c57a02 100644
--- a/device.c
+++ b/device.c
@@ -937,7
Replace device_get by device_find in netifd_dev_status as device_get
will fail to find the device if it's created via config as an aliased
vlan device in dotted notation (eg @iface.200).
In such case get_vlan_device_chain will figure out the layer3 device
but get_vlan_device will not find the vlan
Hi Christian,
I found your repo/branch. I think you did a great job! Unfortunately I
can't compile your staging branch:
[ 4%] Building C object CMakeFiles/netifd.dir/system-linux.c.o
In file included from
/home/cmehlis/git/source/build_dir/target-arm_cortex-a7+neon-vfpv4_musl-1.1.15_eabi/net
Display infinite valid lifetime as -1 both in ubus
and statefile
Signed-off-by: Hans Dedecker
---
Follow-up patch as a result of the remark given in
http://lists.infradead.org/pipermail/lede-dev/2016-November/004133.html
src/dhcpv6-ia.c | 16
src/ubus.c | 4 ++--
2 files
On 21/11/2016 13:56, John Crispin wrote:
> NAK, please dont fiddle with inode counts. change the blocksize or the
> default mkfs_ext4 uses.
>
> John
https://git.lede-project.org/?p=project/make_ext4fs.git;a=blob;f=make_ext4fs.c#l281
>
> On 12/11/2016 09:26, Bastian Bittorf wrote:
>> A
On 17/11/2016 07:25, Rafał Miłecki wrote:
> From: Rafał Miłecki
>
> If something goes wrong and script can't find upstream revision it will
> return something like:
> r2220
> which looks like a valid upstream revision 2220. We cant' distinguish it
> from e.g. 2200 upstream commits and 20 local
NAK, please dont fiddle with inode counts. change the blocksize or the
default mkfs_ext4 uses.
John
On 12/11/2016 09:26, Bastian Bittorf wrote:
> A rootfs typically has lots of small files, so the default
> counter with 1024 inodes for 16 megabytes partition size can
> be too restrictive
Hi Timo,
sorry had I missed the exact kernel crash call trace ?
I could see only the warnings, can you please post the call
trace of the kernel crash please ?
regards,
shafi
On Sun, Nov 20, 2016 at 02:35:27AM +0100, Timo Sigurdsson wrote:
> Hi Adrian,
>
> sure - here's the bug report on kernel.
This adds the patch submitted to upstream that adds BQL to the mvneta
driver: https://patchwork.kernel.org/patch/9328413/. Helps latency under
load when the physical link is saturated.
Signed-off-by: Toke Høiland-Jørgensen
---
.../147-net-mvneta-add-BQL-support.patch | 83 +
Hi,
On 16 November 2016 at 08:21, wrote:
> Hi,
>
> as I've been working on changes for kirkwood/board.d/01_leds:
>
> Previously, for ar71xx or ramips, I've been told to name LEDs like
> :: (1)
> before that, they were
> :: (2)
> (And we also renamed those of (2) in order to fit (1))
>
> On targe
Hi,
pushed to thew qmi tree. please send the followup patch for the script
so that the apn call still works.
John
On 20/11/2016 22:27, Matti Laakso wrote:
> This is a set of small fixes and a couple of new options to uqmi. The biggest
> change is demoting APN to an extra option and addin
19 matches
Mail list logo