Re: [LEDE-DEV] QCA Dakota support

2016-11-12 Thread Ben Greear
Have you tried the ath10k-ct driver? I think it should at least support the radios if you put on the right firmware. Not sure about the rest of the board. Thanks, Ben On 11/12/2016 09:42 AM, Matthew McClintock wrote: On Fri, Nov 11, 2016 at 5:03 PM, Christian Mehlis wrote: Hi Matthew, I t

Re: [LEDE-DEV] QCA Dakota support

2016-11-12 Thread Matthew McClintock
On Fri, Nov 11, 2016 at 5:03 PM, Christian Mehlis wrote: > Hi Matthew, > > I took your patches to my tree. They are for Linux 4.7, so I tried to make > Lede build with that Linux version. > I ran into some trouble with musl+netifd (fixed it). Now compat-wireless > seems to expect an older Kernel:

[LEDE-DEV] [PATCH] kernel: update kernel 4.4 to version 4.4.31

2016-11-12 Thread Koen Vandeputte
+ Refresh patches compile/run-tested on cns3xxx & imx6. Signed-off-by: Koen Vandeputte --- include/kernel-version.mk | 4 ++-- ...-override-creds-with-the-ones-from-the-superblock.patch | 6 +++--- .../patches-4.4/052-01-ubifs-Implement-O_TMPFILE.patch | 2

[LEDE-DEV] [PATCH v2 2/3] apm821xx: consolidate apm821xx device trees files

2016-11-12 Thread Christian Lamparter
This patch moves the common SoC device tree entries from the currently four supported platforms into a common apm82181.dtsi. Furthermore, this patch also changes the GPIO, IRQ and input definitions of the supported platforms to use the defined dt-bindings macros for GPIO_ACTIVE_LOW|HIGH, KEY_WPS|R

[LEDE-DEV] [PATCH v2 1/3] apm821xx: add amcc, usb-otg-405ex devicetree definition

2016-11-12 Thread Christian Lamparter
This patch adds support for the amcc,usb-otg-405ex device which is found in all APM82181 SoCs. Note: The system can't use the generic "snps,dwc2" compatible because of the special ahbcfg configuration. The default GAHBCFG_HBSTLEN_INCR4 of snps,dwc2 can cause a system hang when the USB and SATA is u

[LEDE-DEV] [PATCH v2 3/3] apm821xx: remove replaced netgear, wndr4700-usb dwc2 definiton

2016-11-12 Thread Christian Lamparter
This special dwc2 device definition for the Netgear WNDR4700 has been replaced by amcc,usb-otg-405ex. Signed-off-by: Christian Lamparter --- .../800-usb-dwc2-add-wndr4700-otg.patch| 48 -- 1 file changed, 48 deletions(-) delete mode 100644 target/linux/apm821xx/

Re: [LEDE-DEV] [PATCH v1 2/3] apm821xx: consolidate apm821xx device trees files

2016-11-12 Thread Christian Lamparter
On Saturday, November 12, 2016 9:53:19 AM CET Mathias Kresin wrote: > 11.11.2016 18:08, Christian Lamparter: > > diff --git a/target/linux/apm821xx/dts/apollo3g.dtsi > > b/target/linux/apm821xx/dts/apollo3g.dtsi > > index 30a4dfe..853757b 100644 > > --- a/target/linux/apm821xx/dts/apollo3g.dtsi >

Re: [LEDE-DEV] Documentation for router support means the famous Table of Hardware

2016-11-12 Thread Paul Oranje
l.s. For a heritage wiki that I helped set-up a few years ago (www.culturalheritageconnections.org) a combination of structured data and “normal” unstructured information was used. This set-up deploys semantic extensions to mediawiki where the structured data is captured in semantic properties

Re: [LEDE-DEV] [RFC] ADSL Modem Allnet All0333CJ Rev.C / Amazon-SE SoC

2016-11-12 Thread Tino Reichardt
* Mathias Kresin wrote: > 07.11.2016 19:02, Tino Reichardt: > > Now I have to check, how to start the init... > > > > Is there currently any golden way, how the init should be done on these > > devices, with very small flash memory? > > > > I also modify the .config, to fit the drivers of the alln

Re: [LEDE-DEV] [PATCH] include: image.mk: ext4: double the default inode counter

2016-11-12 Thread Bastian Bittorf
* Bastian Bittorf [12.11.2016 09:54]: > +# doubles the default inode amount > +INODES=$(shell echo $$(($(CONFIG_TARGET_ROOTFS_PARTSIZE)*64*2))) > E2SIZE=$(shell echo $$(($(CONFIG_TARGET_ROOTFS_PARTSIZE)*1024*1024))) bye the way: i mimic'ed the existing style, but is'nt this too much? can't this

Re: [LEDE-DEV] ar71xx: swconfig does not reflect changes

2016-11-12 Thread Bastian Bittorf
* mil...@betternet.co [12.11.2016 09:54]: > I own an ar71xx bboard (GL-6416 to be exact). Whether the ethernet > cable is connected to WAN port or not, running `swconfig dev switch0 > show` returns the following: your WAN is a MII-style device, which is not "supported" from swconfig. try this: d

Re: [LEDE-DEV] [PATCH v1 2/3] apm821xx: consolidate apm821xx device trees files

2016-11-12 Thread Mathias Kresin
11.11.2016 18:08, Christian Lamparter: This patch moves the common SoC device tree entries from the currently four supported platforms into a common apm82181.dtsi. Furthermore, this patch also changes the GPIO and INPUT definitions of the supported platforms to use the defined dt-bindings MACROs

Re: [LEDE-DEV] ar71xx: swconfig does not reflect changes

2016-11-12 Thread Cezary Jackiewicz
Dnia 2016-11-12, o godz. 12:07:44 mil...@betternet.co napisał(a): > I own an ar71xx bboard (GL-6416 to be exact). Whether the ethernet cable > is connected to WAN port or not, running `swconfig dev switch0 show` > returns the following: [...] > Is it usual behavior? I suppose not, since my other

[LEDE-DEV] ar71xx: swconfig does not reflect changes

2016-11-12 Thread milani
I own an ar71xx bboard (GL-6416 to be exact). Whether the ethernet cable is connected to WAN port or not, running `swconfig dev switch0 show` returns the following: ``` Global attributes: enable_vlan: 0 Port 0: pvid: 0 link: port:0 link:up speed:1000baseT full-duplex txf

[LEDE-DEV] [PATCH] include: image.mk: ext4: double the default inode counter

2016-11-12 Thread Bastian Bittorf
A rootfs typically has lots of small files, so the default counter with 1024 inodes for 16 megabytes partition size can be too restrictive and leads to e.g. root@box:/ touch /etc/config/test touch: /etc/config/test: No space left on device the solution is to just double the amount of inodes durin

Re: [LEDE-DEV] [PATCH] Use printf instead of echo.

2016-11-12 Thread Bastian Bittorf
* Felix Fietkau [23.08.2016 13:59]: > > For now, the change I submitted is whats needed to fix breakage on my > > system. For others, I will send patches if no one takes it up in a few days. > Actually, you might be able to simplify the change even more by forcing > the hostapd build shell to bas