[OpenWrt-Devel] [PATCH v2] mediatek: Fix amount of memory on U7623

2018-08-07 Thread Kristian Evensen
While finalizing support for the U7623 with 512MB, I made an embarresing error and configured 1GB RAM for the board. I also forgot to move memory from the dtsi and to the dts. This commit takes care of my mistakes. While I am confessing my mistakes, I also note that I made a mistake in the commit

Re: [OpenWrt-Devel] [PATCH] mediatek: Fix amount of memory on U7623

2018-08-07 Thread Kristian Evensen
Hi Jonas, On Tue, Aug 7, 2018 at 10:10 PM, Jonas Gorski wrote: > You are adding a second memory node with the same register range as > the one directly above here, that looks wrong. Thanks for noticing. The first memory node is redundant and a left-over from when mediatek was based on an older

Re: [OpenWrt-Devel] [PATCH firewall3] defaults: use a generic check_kmod() function

2018-08-07 Thread Jo-Philipp Wich
Hi, applied in https://git.openwrt.org/06fa692c80fb2beb69d23d0a2c5cf667aa12f4ad ~ Jo signature.asc Description: OpenPGP digital signature ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] [PATCH] mediatek: Fix amount of memory on U7623

2018-08-07 Thread Jonas Gorski
On 6 August 2018 at 19:46, Kristian Evensen wrote: > While finalizing support for the U7623 with 512MB RAM, I made an embarrassing > error and configured 1GB RAM for the board. I also forgot to move memory > from the dtsi and to the dts. This commit takes care of my errors. > > While I am

Re: [OpenWrt-Devel] Drop unused kernel versions

2018-08-07 Thread Jo-Philipp Wich
Ack! ~ Jo ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] Drop unused kernel versions

2018-08-07 Thread Koen Vandeputte
Hi All, During bumping this morning, I noticed the master already mentions 4 different kernel versions currently .. In master: - kernel 4.4 is not used by any target In 18.06: - kernel 3.18 is not used by any target - kernel 4.4 is not used by any target Removing these would already

Re: [OpenWrt-Devel] [PATCH] base-files: make wifi report unknown command

2018-08-07 Thread Karl Palsson
Jo-Philipp Wich wrote: > Hi, > > > respectfully, the behaviour of the "wifi" command is one of the most > > obtuse parts of openwrt's tooling. It does "something" with no > > command output, and responds ~instantly.This is expected > > behaviour for very few people. even "wifi asdfasdfa"

Re: [OpenWrt-Devel] [PATCH] base-files: make wifi report unknown command

2018-08-07 Thread Jo-Philipp Wich
Hi, > respectfully, the behaviour of the "wifi" command is one of the most > obtuse parts of openwrt's tooling. It does "something" with no > command output, and responds ~instantly.This is expected > behaviour for very few people. even "wifi asdfasdfa" returns > ~instantly, with no warning

Re: [OpenWrt-Devel] [PATCH] base-files: make wifi report unknown command

2018-08-07 Thread Kevin Darbyshire-Bryant
> On 6 Aug 2018, at 15:49, Karl Palsson wrote: > > Signed PGP part > > John Crispin wrote: >> >> >> On 03/08/18 18:18, Thibaut VARĂˆNE wrote: >>> Avoid having /sbin/wifi silently ignore unknown keywords and execute >>> "enable"; instead display the help message and exit with an error. >>>