"wifi detect" has been replaced by "wifi config". It no longer
needs the file redirection to /etc/config/wireless.
It also removes the half sentence about rebuilding the
configuration when installing a new device. I think it is
bad advice to nuke the entire existing configuration just
to add a new
Currently, the wifi detection script is executed as part of
the (early) boot process. Pluggable wifi USB devices, which
are inserted at a later time are not automatically
detected and therefore they don't show up in LuCI.
A user has to deal with wifi detection manually, or restart
the router.
How
From: Mathias Kresin
LEDE no longer requires all PHYs to be initialized to
create the configuration files during bootup. This patch
removes the now obsolete ath10k patch.
Signed-off-by: Mathias Kresin
Signed-off-by: Christian Lamparter
---
.../921-ath10k_init_devices_synchronously.patch|
From: Mathias Kresin
This patch adds a check in "wifi detect" to test if the wireless
configuration file does exist. If it doesn't exist, an empty
/etc/config/wireless file will be created.
This is necessary because uci doesn't create new files,
instead the tool just exits with "uci: Entry not f
Previously, wifi detect simply dumped its generated wireless
configuration to STDOUT. A second step was needed to append
the configuration to /etc/config/wireless (or create it, if
it didn't exist).
With this patch, The wifi detection script will now use uci
to update the wireless configuration di
On 16/10/2016 16:23, Alberto Bursi wrote:
> Damn, while this patch adds only partial xfs support to fstools (it
> allows to mount xfs by block mount).
>
why only partial ?
> Most of fstools have code to use f2fs too already so the fact that block
> mount couldn't mount f2fs is 100% a bug and
On 10/17/2016 04:31 PM, John Crispin wrote:
>> I'm going to add xfs support to other fstools components in a following
>> patch.
>
> please explain what this would consist of. i was about to merge your
> patch but your comments make me think it is incomplete.
>
Sorry for the confusion.
This pat
On 17/10/2016 17:37, Alberto Bursi wrote:
>
>
> On 10/17/2016 04:31 PM, John Crispin wrote:
>>> I'm going to add xfs support to other fstools components in a following
>>> patch.
>>
>> please explain what this would consist of. i was about to merge your
>> patch but your comments make me think
CPU: 1.8GHz ARM, RAM: 512MB
Storage: 4MiB Serial Flash, 3.9GiB MMC
NIC: 2x1GBit/s, 5 external and 2 internal Port Switch
WiFi: Dualband, ATH10k 2.4GHz, 5GHz MU-MIMO
Signed-off-by: André Valentin
---
.../linux/ipq806x/base-files/etc/board.d/01_leds | 5 +
.../ipq806x/base-files/etc/board.d/02
Hi!
Please notice that I had to enable sdcard support in the target. I also tried
sevaral solutions
to integrate the mmc storage into lede. block2mtd seems to be an easy and
stable solution.
Comments are apreciated.
Thanks,
André
smime.p7s
Description: S/MIME Cryptographic Signature
__
CPU: 1.8GHz ARM, RAM: 512MB
Storage: 4MiB Serial Flash, 3.9GiB MMC
NIC: 2x1GBit/s, 5 external and 2 internal Port Switch
WiFi: Dualband, ATH10k 2.4GHz, 5GHz MU-MIMO
Changes:
-remove kernel compression changes
-give spi-nor.c patch a correct name
Signed-off-by: André Valentin
---
.../linux/ipq80
Hi,
Am Sonntag, 16. Oktober 2016, 01:59:43 CEST schrieb Jo-Philipp Wich:
> There is very little practical use to limit the number of available inodes
> on an ext4 filesystem and the make_ext4fs utility is able to calculate
> useful defaults by itself.
>
> Keep the option
I always wondered wheth
Hi,
Am Sonntag, 16. Oktober 2016, 01:59:44 CEST schrieb Jo-Philipp Wich:
> Commit fe20272ab16068765a191f3a846f30f977bc7669 (SVN r40924) introduced
> support for specifying ext4 blocksizes but silently switched the implicit
> 1K value to 4K by default without also adjusting the default partition s
Hi Michael,
> I can't see why adjusting the default partition size would have been necessary
> as genext2fs takes (or better: took) the following parameters:
The filesystem is generated okay but due to the total size : blocksize ratio
there are not enough backup block group descriptor entries le
From: Ben Greear
* Backport much of the 10.2 firmware features from upstream QCA driver.
This includes ANI support, adaptive CCA, tx-hang workarounds,
and lots of other things.
Not all of this may be enabled at this point, and more code waits to
be backported as time and mo
Hi,
Am Montag, 17. Oktober 2016, 22:08:06 CEST schrieb Jo-Philipp Wich:
> Hi Michael,
>
> > I can't see why adjusting the default partition size would have been
> > necessary
> > as genext2fs takes (or better: took) the following parameters:
> The filesystem is generated okay but due to the total
From: Ben Greear
Adds Sebastian's 160Mhz support (un-tested), remove DMA32 change that
broke some x86 systems, allow setting 10.1 CT firmware keepalive watchdog
timeout, support QCA 9887 hardware, and some other tweaks.
Signed-off-by: Ben Greear
---
package/kernel/ath10k-ct/Makefile | 4 ++--
This allows user to stop and/or restart the daemon. Currently, running
"/etc/init.d/rsyslogd stop" does not stop the daemon once it's started.
Signed-off-by: Alexis Green
---
net/rsyslog/files/rsyslog.init | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/rsyslog/files/rsys
On 17 October 2016 at 12:14, Gareth Parker wrote:
> The Comfast E380AC is a single port PoE Dual Band AP.
>
> There are two versions which are only identifiable through the web
> administration interface, v1 has 128mb ram and a uboot size of 128k, v2 has
> 256mb ram and a uboot size of 256k, the
On 18/10/2016 07:54, Rafał Miłecki wrote:
> On 17 October 2016 at 12:14, Gareth Parker wrote:
>> The Comfast E380AC is a single port PoE Dual Band AP.
>>
>> There are two versions which are only identifiable through the web
>> administration interface, v1 has 128mb ram and a uboot size of 128k,
Hi,
2 ordering comments inline. please prefix the patch subject with "ar71xx: "
John
On 17/10/2016 12:14, Gareth Parker wrote:
> The Comfast E380AC is a single port PoE Dual Band AP.
>
> There are two versions which are only identifiable through the web
> administration interface, v1 h
On 18/10/2016 03:15, Alexis Green wrote:
> This allows user to stop and/or restart the daemon. Currently, running
> "/etc/init.d/rsyslogd stop" does not stop the daemon once it's started.
>
> Signed-off-by: Alexis Green
> ---
> net/rsyslog/files/rsyslog.init | 2 +-
> 1 file changed, 1 inserti
Hi André,
few comments inline
On 17/10/2016 21:22, André Valentin wrote:
> CPU: 1.8GHz ARM, RAM: 512MB
> Storage: 4MiB Serial Flash, 3.9GiB MMC
> NIC: 2x1GBit/s, 5 external and 2 internal Port Switch
> WiFi: Dualband, ATH10k 2.4GHz, 5GHz MU-MIMO
>
> Changes:
> -remove kernel compression changes
On 10/16/2016 01:04 AM, Jo-Philipp Wich wrote:
> Hi Karl,
>
> let me introduce a not strictly new way but another heavily under
> documented buildroot feature which you can use to implement custom
> modifications to packages which do not require source code edits.
>
Wow! - this really deserves an
On 10/16/2016 03:12 PM, Mathias Kresin wrote:
13.10.2016 09:44, Rafał Miłecki:
diff --git a/package/base-files/files/etc/init.d/led
b/package/base-files/files/etc/init.d/led
index 79f2904..507dcbf 100755
--- a/package/base-files/files/etc/init.d/led
+++ b/package/base-files/files/etc/init.d/led
The Comfast E380AC is a single port PoE Dual Band AP.
There are two versions which are only identifiable through the web
administration interface, v1 has 128mb ram and a uboot size of 128k, v2 has
256mb ram and a uboot size of 256k, the remaining hardware and PCB markings are
the same.
The fac
2016-10-17 12:10 GMT+02:00 Rafal Milecki :
> On 10/16/2016 03:12 PM, Mathias Kresin wrote:
>>
>> 13.10.2016 09:44, Rafał Miłecki:
>>>
>>> diff --git a/package/base-files/files/etc/init.d/led
>>> b/package/base-files/files/etc/init.d/led
>>> index 79f2904..507dcbf 100755
>>> --- a/package/base-files
Refresh patches for all targets that support kernel 4.4.
compile/run-tested on cns3xxx & imx6.
Signed-off-by: Koen Vandeputte
---
include/kernel-version.mk | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/kernel-version.mk b/include/kernel-version.mk
index 5b26cce.
The scripts/env script is intended to help with this. See
https://wiki.openwrt.org/doc/devel/env
./scripts/env new my-target-a
make menuconfig/whatever
make
./scripts/env new my-target-b
make menuconfig/whatever
make
./scripts/env switch my-target-a
-- back to target a configs now
(There might be
29 matches
Mail list logo