-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Just in case anybody was following this;
i've worked around the issue by prepending the first 257 blocks from
an official firmware-upgrade and than padding to the required size
(8192512).
It seems that the automatic process now expects u-boot and a
On Thu, Jul 30, 2015 at 10:35 AM, feckert wrote:
> Signed-off-by: Florian Eckert
> Signed-off-by: Helge Mader
Tested-by: Martin Blumenstingl
I only have two minor nitpicks:
1. Annex and "Line Mode" are ending with a comma (e.g. "Annex: B, ")
2. I guess latency should be in milliseconds but it
Hi,
On Tue, Jul 28, 2015 at 6:28 AM, Matt Goring wrote:
> BCM6318: add support for Plusnet / Sagem 2704N (V1)
> Signed-off-by: Matt Goring
> ---
For future submissions, add a changelog here for all the changes
between (re-)submissions.
> target/linux/brcm63xx/base-files/etc/diag.sh |
What's more, The regulation is on the signal strength of the radiated
signal, not the transmitter power. so if you go to max transmitter power and add
a better antenna, you actually exceed the limits.
There is apparently an exception to this for point-to-point use. But you still
can't use full
Dear Sir, I have something to trouble you , I want to know how to enable
the PA of the mt7620a ralink-soc in the OpenWrt-BB ,and is there any article or
mail has been explained ,but I don't know ? Please share it to me , I am
eager to get help , thank you very much !!!
___
Hi ,
I am working on openWRT Luci, able to change the settings in the file under
overlay and settings will get change, but when i do factory reset from GUI,
All the changes i have done in script file gone. So i need to know from
which this all factory reset configuration is loading so that i will c
On 30 July 2015 at 10:52, Daniel Golle wrote:
> @@ -2000,6 +2000,50 @@ endef
>
> define KernelPackage/brcmfmac/install
> $(INSTALL_DIR) $(1)/lib/firmware/brcm
> +ifneq ($(CONFIG_BRCMFMAC_SDIO),)
> + $(INSTALL_DATA) \
> +
> $(PKG_BUILD_DIR)/$(PKG_LINUX_FIRMWARE_SUBDIR)
Ben is right, take a look at
https://forum.openwrt.org/viewtopic.php?id=42197
In newer Openwrt versions the kernel modules are compiled to respect the
reg-domain settings programmed in hardware.
Kind regards
... sent from my iPhone
> Am 30.07.2015 um 17:11 schrieb Ben West :
>
> You can look
You can look up your respective country's spectrum regulations. It is
possible prior versions OpenWRT didn't fully conform to each regulatory
domain and were fixed in more recent versions (just as the converse is
possible).
For example, for the USA, here is a table of power limits for the 2.4GHz
2015-07-30 14:24 GMT+02:00 John Crispin :
[...]
> big diff stat. i like it. can you do the same for lantiq ? :)
Maybe... and ar71xx too? ;)
> i will stop merging new board to ramips target untilt his series is in
> the tree to save you having to rebase too often.
OK.
> when can we expect a v2
On 26/07/2015 18:24, Piotr Dymacz wrote:
> The following changes fix different mistakes in ramips target and
> try to make the code more clean and consistent.
>
> The patches affect:
> * dts{,i} files
> * base-files/* scripts
> * image Makefile
>
> Piotr Dymacz (13):
> ramips: fix indentat
On 29/07/2015 17:19, Sven Eckelmann wrote:
> The pinctrl-rt2880 code doesn't support multiple functions with the same
> name. This will result in incorrect pinmux configuration.
>
> The MT7621 uses 2 bit wide configuration of the sdhci, spi, mdio, pcie,
> wdt, uart2 and uart3. But the code only
Thanks Bastian, apologies for delayed reply. I'll check that info out. :-)
Thanks
Kevin
--
Cheers,
ke...@darbyshire-bryant.me.uk
Sent from my phone, apologies for brevity, spelling & top posting
> On 27 Jul 2015, at 09:14, Bastian Bittorf wrote:
>
> * Kevin Darbyshire-Bryant [26.07.2015 16
If "findstring" is used without leading and trailing spaces unexpected matches
may happen. For example consider ARC=arc then "findstring $(ARCH)" will
report a false match with "aarch64".
But "findstring $ARCH " (note trailing space) will correctly skip
matches for both "aarch64" and "aarch64_be".
Hi Felix,
On Thu, 2015-07-30 at 12:55 +0200, Felix Fietkau wrote:
> On 2015-07-30 10:41, Alexey Brodkin wrote:
> > If "findstring" is used without leading and trailing spaces unexpected
> > matches
> > may happen. For example consider ARC=arc then "findstring $(ARCH)" will
> > report a false matc
On 2015-07-30 10:41, Alexey Brodkin wrote:
> If "findstring" is used without leading and trailing spaces unexpected matches
> may happen. For example consider ARC=arc then "findstring $(ARCH)" will
> report a false match with "aarch64".
>
> But "findstring $ARCH " (note trailing space) will correc
This package contains the WiFi NVRAM distributed with Bananian.
It's currently needed to use the WiFi module (BCM43362 SDIO) on the
BananaPro with the brcmfmac cfg80211 driver.
Signed-off-by: Daniel Golle
---
package/firmware/ap6210-nvram/Makefile | 40 +++
.../firmware/a
Hi Rafal,
thanks for the review!
On Thu, Jul 30, 2015 at 08:39:20AM +0200, Rafał Miłecki wrote:
> On 30 July 2015 at 08:33, Daniel Golle wrote:
> > On Thu, Jul 30, 2015 at 05:55:02AM +0200, Rafał Miłecki wrote:
> >> On 30 July 2015 at 03:52, Daniel Golle wrote:
> >> > Add new brcmfmac-firmware
Signed-off-by: Daniel Golle
---
package/kernel/mac80211/Makefile | 48 ++--
1 file changed, 46 insertions(+), 2 deletions(-)
diff --git a/package/kernel/mac80211/Makefile b/package/kernel/mac80211/Makefile
index 40b08c0..4052acd 100644
--- a/package/kernel/mac
These are from today's master branch of:
http://git.savannah.gnu.org/gitweb/?p=config.git;a=tree
In particular it adds support for ARC architecture plus some more
improvements and fixes.
This patch is built-tested against NetGear WNDR3800.
Signed-off-by: Alexey Brodkin
Cc: Florian Fainelli
Cc:
If "findstring" is used without leading and trailing spaces unexpected matches
may happen. For example consider ARC=arc then "findstring $(ARCH)" will
report a false match with "aarch64".
But "findstring $ARCH " (note trailing space) will correctly skip
matches for both "aarch64" and "aarch64_be".
Signed-off-by: Florian Eckert
Signed-off-by: Helge Mader
---
.../lantiq/base-files/lib/functions/lantiq_dsl.sh | 400 +++-
1 file changed, 388 insertions(+), 12 deletions(-)
mode change 100644 => 100755
target/linux/lantiq/base-files/lib/functions/lantiq_dsl.sh
diff --git a/
Hi,
I also thought to have used 20dBm or 23dBm in earlier releases (AA).
Is there a way to find out to which txpower levels the 5Ghz transceiver
is limited? I think the driver reads them out, maybe there is a way to
print them on the cmd?
But my main problem is the 17dBm on 2.4Ghz when setting DF
Hi Everyone,
I am working on openWRT Luci, able to change the settings in the file under
overlay and settings will get change, but when i do factory reset from GUI,
All the changes i have done in script file gone. So i need to know from
which this all factory reset configuration is loading so that
Bump to dnsmasq2.74 & refresh patches to fix fuzz
Signed-off-by: Kevin Darbyshire-Bryant
---
v2 - fixed patch fuzz in 100-fix-dhcp-no-address-warning
package/network/services/dnsmasq/Makefile | 4 ++--
.../dnsmasq/patches/100-fix-dhcp-no-address-warning.patch | 6 +++---
..
Reported-by: Steve Brown
Signed-off-by: Sven Eckelmann
---
.../739-MIPS-ath79-add-gpio-func-register-for-QCA955x-SoC.patch | 2 +-
.../739-MIPS-ath79-add-gpio-func-register-for-QCA955x-SoC.patch | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git
a/target/linux/
On 15 July 2015 at 12:11, Ian Kent wrote:
> On Tue, 2015-07-14 at 18:19 +0200, Rafał Miłecki wrote:
>> On 28 June 2015 at 05:37, Ian Kent wrote:
>> > Let me rework this using the bus number as you recommend.
>> > I'll repost my updated patch series once I've done that.
>>
>> Hi Ian,
>>
>> Is ther
27 matches
Mail list logo