[LEDE-DEV] [PATCH] ipq8064: enable 2nd USB port on R7500

2017-03-24 Thread Thomas Reifferscheid
Makes use of the syscon tcsr and enables both USB ports. Cleans up qcom-ipq8064.dtsi from previous attempts. Fixes FS#497 Signed-off-by: Thomas Reifferscheid --- .../ipq806x/files-4.9/arch/arm/boot/dts/qcom-ipq8064-r7500.dts | 6 ++ target/linux/ipq806x/files-4.9/arch/arm/boot/dts/qcom

Re: [LEDE-DEV] LEDE as hardware Load Balancer (a small router like a big-ip appliance)

2017-03-24 Thread Rafał Miłecki
On 24 March 2017 at 23:43, Mauro Mozzarelli wrote: > I do take no notice and care very little about the various versions of open > source license. They annoy me a lot. > > Licenses are an American thing. I am European. > > It is sufficient to say it is open and free. If you want to work with open

Re: [LEDE-DEV] LEDE as hardware Load Balancer (a small router like a big-ip appliance)

2017-03-24 Thread Rafał Miłecki
On 24 March 2017 at 11:47, Mauro Mozzarelli wrote: > 2) ipvsadm: add kernel configuration tool and utilities for Virtual Server > Load > https://github.com/lede-project/source/pull/936 From https://git.kernel.org/pub/scm/utils/kernel/ipvsadm/ipvsa

Re: [LEDE-DEV] [PATCH] bcm53xx: put kernel into TRX when building initramfs images

2017-03-24 Thread Felix Fietkau
On 2017-03-24 18:37, Rafał Miłecki wrote: > From: Rafał Miłecki > > Many (most?) devices can't boot raw kernel using tftp and probably none > allows flashing it. It's way more usable to have TRX with kernel > containing initrams as such an image can be actually flashed. > > Some devices may supp

[LEDE-DEV] [PATCH] bcm53xx: put kernel into TRX when building initramfs images

2017-03-24 Thread Rafał Miłecki
From: Rafał Miłecki Many (most?) devices can't boot raw kernel using tftp and probably none allows flashing it. It's way more usable to have TRX with kernel containing initrams as such an image can be actually flashed. Some devices may support tftp flash booting and it would be the best to have

[LEDE-DEV] LEDE as hardware Load Balancer (a small router like a big-ip appliance)

2017-03-24 Thread Mauro Mozzarelli
Would you not like to turn your router into a low cost hardware load balancer like Big IP? Whether you run your own business or just home office services like eMail, print server, and and a local wiki, it gets annoying when you have to turn down a server for upgrades or maintenance. When you d

Re: [LEDE-DEV] [PATCH] brcm2708: backport upstream ARM dts commits

2017-03-24 Thread Rafał Miłecki
On 2017-03-24 09:50, Álvaro Fernández Rojas wrote: Thanks! I was wondering about the two patches you had left with prefix 999- :_) Oh, that was unintentional. I did another rename on top of this patch, then rebased and used fixup. That way I missed 2 renames. I need to be more careful when

[LEDE-DEV] [PATCH] brcm2708: backport upstream ARM dts commits

2017-03-24 Thread Rafał Miłecki
From: Rafał Miłecki This gets us in sync with dts from kernel 4.11. Two patches were already backported earlier. I decided to use 03x prefix as it's kind of similar to the 3xx prefix: 3xx - architecture specific patches It isn't any documented or strict rule though. We don't need to stick to it i