Re: [LEDE-DEV] Missing 40_luci-ddns in package luci-app-ddns

2016-05-26 Thread Hannu Nyman
On 27.5.2016 1:59, Carl-Daniel Hailfinger wrote: Error message during installation of luci-app-ddns: Installing luci-app-ddns (2.4.4-1) to root... Downloading http://downloads.lede-project.org/snapshots/packages/mips_34kc/luci/luci-app-ddns_2.4.4-1_all.ipk. Configuring luci-app-ddns. //usr/lib/o

Re: [LEDE-DEV] Missing 30_luci-theme-bootstrap in package luci-theme-bootstrap

2016-05-26 Thread Hannu Nyman
On 27.5.2016 1:14, Carl-Daniel Hailfinger wrote: Error message during installation of luci-theme-bootstrap: [...] Configuring luci-theme-bootstrap. //usr/lib/opkg/info/luci-theme-bootstrap.postinst: .: line 130: can't open './30_luci-theme-bootstrap' [...] That sounds like the same error that

Re: [LEDE-DEV] [RFC 1/2] Add some common packages for x86-64 target.

2016-05-26 Thread Bastian Bittorf
* gree...@candelatech.com [27.05.2016 08:12]: > From: Ben Greear > > This should make x86-64 targets more useable out of the box. > The assumption is that most x86-64 users have adequate storage, please dont. I understand your issues, but better define another profile like e.g. "bloated" (pleas

Re: [LEDE-DEV] [PATCH 2/2] Add script to build common platforms.

2016-05-26 Thread Ben Greear
On 05/26/2016 04:57 PM, gree...@candelatech.com wrote: From: Ben Greear The idea is to be able to allow newbies to easily build images for common hardware. These images should be user-friendly, including luci and other tools that may aid debugging and use of the platform. Please don't apply

[LEDE-DEV] [PATCH 1/2] Add some common packages for x86-64 target.

2016-05-26 Thread greearb
From: Ben Greear This should make x86-64 targets more useable out of the box. The assumption is that most x86-64 users have adequate storage, and those that do not can still config away the options they do not need. Signed-off-by: Ben Greear --- target/linux/x86/64/target.mk | 10 +- 1

[LEDE-DEV] [PATCH 2/2] Add script to build common platforms.

2016-05-26 Thread greearb
From: Ben Greear The idea is to be able to allow newbies to easily build images for common hardware. These images should be user-friendly, including luci and other tools that may aid debugging and use of the platform. Signed-off-by: Ben Greear --- buildme.sh| 76 ++

Re: [LEDE-DEV] [OpenWrt-Devel] [OT] Implemented: not an ML erase button but at least a rethink switch

2016-05-26 Thread Daniel Dickinson
On Thu, 2016-05-26 at 11:29 +0200, Jo-Philipp Wich wrote: > Hi Daniel, > > hope you're doing well nowadays. > > I sincerely appreciate your participation in the discussions surrounding > the whole OpenWrt/LEDE topic especially since it helps giving another, > outside perspective to the entire is

[LEDE-DEV] TR-069 for OpenWrt

2016-05-26 Thread Delbar Jos
Hi all, At Technicolor we have followed with great interest the recent proposals to enhance OpenWrt with an open source solution for TR-069 remote management. As one of the world's largest vendors of modems and routers for carrier applications, making use of OpenWrt in a significant share of ou

[LEDE-DEV] [RFC 2/2] Add script to build common platforms.

2016-05-26 Thread greearb
From: Ben Greear The idea is to be able to allow newbies to easily build images for common hardware. These images should be user-friendly, including luci and other tools that may aid debugging and use of the platform. Signed-off-by: Ben Greear --- buildme.sh| 63 ++

[LEDE-DEV] Missing 40_luci-ddns in package luci-app-ddns

2016-05-26 Thread Carl-Daniel Hailfinger
Hi, I'd like to report a bug. Name the tree/revision LEDE HEAD,r412 opkg update was run 2016-05-26 22:50 UTC Name the affected device TP-Link Archer C7 What does it do that it should not do / what does it not do that it should do Error message during installation of luci-app-ddns:

[LEDE-DEV] Missing 30_luci-theme-bootstrap in package luci-theme-bootstrap

2016-05-26 Thread Carl-Daniel Hailfinger
Hi, I'd like to report a bug. Name the tree/revision LEDE HEAD,r412 opkg update was run 2016-05-26 21:55 UTC Name the affected device TP-Link Archer C7 What does it do that it should not do / what does it not do that it should do Error message during installation of luci-theme-boots

[LEDE-DEV] [RFC 1/2] Add some common packages for x86-64 target.

2016-05-26 Thread greearb
From: Ben Greear This should make x86-64 targets more useable out of the box. The assumption is that most x86-64 users have adequate storage, and those that do not can still config away the options they do not need. Signed-off-by: Ben Greear --- target/linux/x86/64/target.mk | 9 - 1 f

[LEDE-DEV] [PATCH 2/3] lantiq: VGV7510KW22 - enable the IP101A phy

2016-05-26 Thread Mathias Kresin
The RJ45 WAN port is used for xDSL as well as the IP101A. The pins 1,2,3,6 of the RJ45 are connected to the IP101A and the pins 4,5 are connected to the xdsl chip. Drop the ip101a-rst node. It can't be controlled and is not required at all. Signed-off-by: Mathias Kresin --- target/linux/lantiq

[LEDE-DEV] [PATCH 3/3] uboot-lantiq: VGV7510KW22 - remove NOR SPL leftovers

2016-05-26 Thread Mathias Kresin
Missed this one with my last cleanup patch. Signed-off-by: Mathias Kresin --- .../0112-MIPS-add-board-support-for-Arcadyan-VGV7510KW22.patch| 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/package/boot/uboot-lantiq/patches/0112-MIPS-add-board-support-for-Arcadyan-

[LEDE-DEV] [PATCH 1/3] lantiq: VGV7510KW22 - fix pinmux configuration

2016-05-26 Thread Mathias Kresin
The STP pinmux was initially added in assumption LAN2 led is driven by it. It worked somehow because STP group and gphy0 led0 share the GPIO. Do it the right way by adding the gphy0 led0 the gphy function. According to the author, the SPI node is a copy & paste leftover. Which makes sense since no

[LEDE-DEV] [PATCH 5/9] lantiq: VGV7519 - get mac address from board_config partition

2016-05-26 Thread Mathias Kresin
Use the mac address stored in the board_config partition instead of a static one. Signed-off-by: Mathias Kresin --- target/linux/lantiq/dts/VGV7519.dtsi | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/target/linux/lantiq/dts/VGV7519.dtsi b/target/linux/lantiq/dts/VGV751

[LEDE-DEV] [PATCH 9/9] uboot-lantiq: Add Arcadyan VGV7519 support

2016-05-26 Thread Mathias Kresin
Based on a submission to the uboot-lantiq repo by Eddi De Pieri. Major cleanup and addition of brnboot second stage u-boot was done by me. The second stage brnboot u-boot is untested, since the brnboot prompt is secured by a still unknown password. But should work. The former ram values are repl

[LEDE-DEV] [PATCH 8/9] uboot-lantiq: vrx200 - lzma compress gphy firmware

2016-05-26 Thread Mathias Kresin
The default bootloader partition of some devices is to small for an u-boot with uncompressed gphy firmware(s). Instead of increasing the bootloader partition size, in compare to the stock firmware, compress the firmware. This would allow the bootloader of at least the FritzBox 3370 as well as the

[LEDE-DEV] [PATCH 6/9] lantiq: VGV7519 - fix brn partition layout

2016-05-26 Thread Mathias Kresin
Use the brnboot partition layout as it is listed in the OpenWrt wiki article for this board. Configure the brnboot root selector for this device as well. Signed-off-by: Mathias Kresin --- target/linux/lantiq/dts/VGV7519BRN.dts | 54 +++--- 1 file changed, 50 insertio

[LEDE-DEV] [PATCH 1/9] lantiq: VGV7519 - remove/merge redundant parts in dts

2016-05-26 Thread Mathias Kresin
Signed-off-by: Mathias Kresin --- target/linux/lantiq/dts/VGV7519.dtsi | 54 +- target/linux/lantiq/dts/VGV7519BRN.dts | 17 +-- target/linux/lantiq/dts/VGV7519NOR.dts | 18 3 files changed, 21 insertions(+), 68 deletions(-) diff --git a/tar

[LEDE-DEV] [PATCH 4/9] lantiq: VGV7519 - add vlan support

2016-05-26 Thread Mathias Kresin
Add the lantiq,switch property to enable vlans and setup them up. Signed-off-by: Mathias Kresin --- target/linux/lantiq/base-files/etc/board.d/02_network | 3 ++- target/linux/lantiq/dts/VGV7519.dtsi | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/target/lin

[LEDE-DEV] [PATCH 2/9] lantiq: VGV7519 - cleanup pinmux configuration

2016-05-26 Thread Mathias Kresin
Cleanup the pinmux configuration by removing the unused spi node. Nothing is connected to the SPI bus on devices. The stp_out pinmux child node covers the same GPIOs as the already used stp group. The same applies to the gphy-leds_out pinmux node and the "gphy0 led1" as well as "gphy1 led0" grou

[LEDE-DEV] [PATCH 7/9] uboot-lantiq: vrx200 - add support for dual nor flash

2016-05-26 Thread Mathias Kresin
Based on a submission to the uboot-lantiq repo by Eddi De Pieri. Devices like the xrx200 Arcadyan VGV7519 are using two NOR flash chips. Signed-off-by: Mathias Kresin --- ...014-MIPS-add-support-for-Lantiq-XWAY-SoCs.patch | 40 -- .../0021-MIPS-vrx200-add-NAND-SPL-support.pa

[LEDE-DEV] [PATCH 3/9] lantiq: VGV7519 - add second usb port

2016-05-26 Thread Mathias Kresin
Signed-off-by: Mathias Kresin --- target/linux/lantiq/dts/VGV7519.dtsi | 5 + 1 file changed, 5 insertions(+) diff --git a/target/linux/lantiq/dts/VGV7519.dtsi b/target/linux/lantiq/dts/VGV7519.dtsi index 595452b..7891ab1 100644 --- a/target/linux/lantiq/dts/VGV7519.dtsi +++ b/target/linux/

[LEDE-DEV] [PATCH 0/9] lantiq: VGV7519 fixes

2016-05-26 Thread Mathias Kresin
Beside cleaning up the device tree source file, this patch series fixes the following issues: - second usb doesn't work - switch not recognized by swconfig/no vlans - no working UART bootable u-boot available - only binary u-boot available/self compiled u-boot to big for partition The last remain

[LEDE-DEV] [PATCH v2] lantiq: do not build images which exceed the flash size

2016-05-26 Thread Mathias Kresin
The user benpicco in #openwrt reported that images are build which are bigger that the available flash size. He provided a proof of concept fix and gave permission to me to send it for inclusion. Signed-off-by: Mathias Kresin --- Changes in: v2: no functional change; rebased on top of HEAD t

Re: [LEDE-DEV] [OpenWrt-Devel] OpenWrt / LEDE

2016-05-26 Thread Jo-Philipp Wich
Dear Kathy, > I appreciate your well-written summary and the notable improvements. > Moving to git and keeping history, improving the web site and > documentation to enable more collaboration, making workflows more > efficient and open, etc. had been discussed during face-to-face > gatherings of O

Re: [LEDE-DEV] [PATCH] toolchain: uClibc: Bump to the most recent version 1.0.14

2016-05-26 Thread John Crispin
On 26/05/2016 13:56, Alexey Brodkin wrote: > Hello, > > On Mon, 2016-05-23 at 17:48 +0300, Alexey Brodkin wrote: >> This change updates uClibc version to the most recent 1.0.14 release. >> >> Signed-off-by: Alexey Brodkin >> --- >> toolchain/uClibc/Config.version | 2 +- >> toolchain/uClibc/co

Re: [LEDE-DEV] [OpenWrt-Devel] OpenWrt / LEDE

2016-05-26 Thread Kathy Giori
On Thu, May 26, 2016 at 4:43 AM, Jo-Philipp Wich wrote: > Hi all, > > I think the status quo has now been described several times and can be > summarized as: > > - Launching the new LEDE project/fork/reboot without discussing >matters in advance with the developers not being involved was >

Re: [LEDE-DEV] [PATCH v2 4/4] IB/SDK/toolchain: use lower cases filenames

2016-05-26 Thread Jo-Philipp Wich
On 05/26/2016 04:39 PM, Alexander Couzens wrote: > Signed-off-by: Alexander Couzens Acked-by: Jo-Philipp Wich > --- > target/imagebuilder/Makefile | 2 +- > target/sdk/Makefile | 2 +- > target/toolchain/Makefile| 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) > > diff --

Re: [LEDE-DEV] [PATCH v2 3/4] IB/SDK/toolchain: use VERSION_DIST_SANITIZED instead of VERSION_DIST

2016-05-26 Thread Jo-Philipp Wich
On 05/26/2016 04:39 PM, Alexander Couzens wrote: > VERSION_DIST can contains spaces which produces problems when used as file > name > > Signed-off-by: Alexander Couzens Acked-by: Jo-Philipp Wich > --- > target/imagebuilder/Makefile | 2 +- > target/sdk/Makefile | 2 +- > target/toolc

Re: [LEDE-DEV] [PATCH v2 1/4] include: rename DIST_SANITIZED to VERSION_DIST_SANITZED

2016-05-26 Thread Jo-Philipp Wich
On 05/26/2016 04:39 PM, Alexander Couzens wrote: > All version variables contain VERSION prefix. > > Signed-off-by: Alexander Couzens Acked-by: Jo-Philipp Wich > --- > include/image.mk | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/include/image.mk b/include/image

[LEDE-DEV] [PATCH v2 1/4] include: rename DIST_SANITIZED to VERSION_DIST_SANITZED

2016-05-26 Thread Alexander Couzens
All version variables contain VERSION prefix. Signed-off-by: Alexander Couzens --- include/image.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/image.mk b/include/image.mk index fbb3a01..3955962 100644 --- a/include/image.mk +++ b/include/image.mk @@ -20,10 +2

[LEDE-DEV] [PATCH v2 4/4] IB/SDK/toolchain: use lower cases filenames

2016-05-26 Thread Alexander Couzens
Signed-off-by: Alexander Couzens --- target/imagebuilder/Makefile | 2 +- target/sdk/Makefile | 2 +- target/toolchain/Makefile| 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/target/imagebuilder/Makefile b/target/imagebuilder/Makefile index 0f45ad3..4b61963 100

[LEDE-DEV] [PATCH v2 3/4] IB/SDK/toolchain: use VERSION_DIST_SANITIZED instead of VERSION_DIST

2016-05-26 Thread Alexander Couzens
VERSION_DIST can contains spaces which produces problems when used as file name Signed-off-by: Alexander Couzens --- target/imagebuilder/Makefile | 2 +- target/sdk/Makefile | 2 +- target/toolchain/Makefile| 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/targe

[LEDE-DEV] [PATCH v2 2/4] include: move VERSION_DIST_SANITIZED to version.mk

2016-05-26 Thread Alexander Couzens
Also move sanitize function to version.mk Prepare use of VERSION_DIST_SANITIZED by IB/SDK/toolchain Signed-off-by: Alexander Couzens --- include/image.mk | 3 --- include/version.mk | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/image.mk b/include/image.mk inde

[LEDE-DEV] [PATCH v2 0/4] file name for IB/SDK/Toolchain

2016-05-26 Thread Alexander Couzens
Changelog: v2: - switch to VERSION_DIST_SANITZED for SDK/Toolchain too - IB/SDK/Toolchain: use lower case file names (ImageBuilder -> imagebuilder) Alexander Couzens (4): include: rename DIST_SANITIZED to VERSION_DIST_SANITZED include: move VERSION_DIST_SANITIZED to version.mk IB/SDK/toolch

Re: [LEDE-DEV] [PATCH 3/3] imagebuilder: use VERSION_DIST_SANITIZED instead of VERSION_DIST

2016-05-26 Thread Jo-Philipp Wich
Hi, I suggest lowercasing "ImageBuilder" too and doing the same change for SDK and Toolchain tarballs. ~ Jo ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

Re: [LEDE-DEV] [PATCH 2/3] include: move VERSION_DIST_SANITIZED to version.mk

2016-05-26 Thread Jo-Philipp Wich
On 05/26/2016 03:25 PM, Alexander Couzens wrote: > Also move sanitize function to version.mk > Prepare use of VERSION_DIST_SANITIZED by target/imagebuilder > > Signed-off-by: Alexander Couzens Acked-by: Jo-Philipp Wich ___ Lede-dev mailing list Lede-d

Re: [LEDE-DEV] [PATCH 1/3] include: rename DIST_SANITIZED to VERSION_DIST_SANITZED

2016-05-26 Thread Jo-Philipp Wich
On 05/26/2016 03:25 PM, Alexander Couzens wrote: > All version variables contain VERSION prefix. > > Signed-off-by: Alexander Couzens Acked-by: Jo-Philipp Wich ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/l

[LEDE-DEV] [PATCH 2/3] include: move VERSION_DIST_SANITIZED to version.mk

2016-05-26 Thread Alexander Couzens
Also move sanitize function to version.mk Prepare use of VERSION_DIST_SANITIZED by target/imagebuilder Signed-off-by: Alexander Couzens --- include/image.mk | 3 --- include/version.mk | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/image.mk b/include/image.mk i

[LEDE-DEV] [PATCH 3/3] imagebuilder: use VERSION_DIST_SANITIZED instead of VERSION_DIST

2016-05-26 Thread Alexander Couzens
VERSION_DIST can contains spaces which produces problems when used as file name Signed-off-by: Alexander Couzens --- target/imagebuilder/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/imagebuilder/Makefile b/target/imagebuilder/Makefile index b49153b..0f45ad3

[LEDE-DEV] [PATCH 1/3] include: rename DIST_SANITIZED to VERSION_DIST_SANITZED

2016-05-26 Thread Alexander Couzens
All version variables contain VERSION prefix. Signed-off-by: Alexander Couzens --- include/image.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/image.mk b/include/image.mk index fbb3a01..3955962 100644 --- a/include/image.mk +++ b/include/image.mk @@ -20,10 +2

Re: [LEDE-DEV] [Lantiq][ARV4518PWR01*]lan interface missing from /etc/config/network

2016-05-26 Thread Rafał Miłecki
On 26 May 2016 at 10:06, Mohammed Berdai wrote: > On 05/26/2016 12:48 AM, Rafał Miłecki wrote: >> E-mail topic is missing [PATCH] and should have a proper prefix >> ("lantiq: ") and shouldn't have extra tags. >> Also topic should say what your patch does, not what is the problem. >> >> On 26 May 2

Re: [LEDE-DEV] [PATCH] toolchain: uClibc: Bump to the most recent version 1.0.14

2016-05-26 Thread Alexey Brodkin
Hello, On Mon, 2016-05-23 at 17:48 +0300, Alexey Brodkin wrote: > This change updates uClibc version to the most recent 1.0.14 release. > > Signed-off-by: Alexey Brodkin > --- >  toolchain/uClibc/Config.version | 2 +- >  toolchain/uClibc/common.mk  | 2 +- >  2 files changed, 2 insertions(+),

Re: [LEDE-DEV] [PATCH] package/util-linux: Fix libmount build under uClibc

2016-05-26 Thread Alexey Brodkin
Hello, On Mon, 2016-05-23 at 17:46 +0300, Alexey Brodkin wrote: > This fixes util-linux building with uClibc. > Patch is taken as it is from Buildroot: > https://git.busybox.net/buildroot/plain/package/util-linux/0001-Fix-libmount-build-under-uClibc.patch?id=baccb506a6fea > bf114623866568121f49712

Re: [LEDE-DEV] [OpenWrt-Devel] OpenWrt / LEDE

2016-05-26 Thread Jo-Philipp Wich
Hi all, I think the status quo has now been described several times and can be summarized as: - Launching the new LEDE project/fork/reboot without discussing matters in advance with the developers not being involved was perceived in a hostile action damaging OpenWrt - It has been claimed

Re: [LEDE-DEV] [PATCH] mac80211: respect user-set regulatory domain by default

2016-05-26 Thread David Lang
On Thu, 26 May 2016, Daniel Golle wrote: Hi Daniel! On Wed, May 25, 2016 at 09:29:23PM -0400, Daniel Dickinson wrote: ... If the FCC hadn't already completely knobbish and basically eliminated (or least required one to be much more determined and skilled) the ability to use OpenWrt/LEDE on new

Re: [LEDE-DEV] [PATCH] mac80211: respect user-set regulatory domain by default

2016-05-26 Thread Daniel Golle
Hi lynxis! On Thu, May 26, 2016 at 02:57:28AM +0200, Alexander Couzens wrote: > ... > I really like this commit. Good to hear that. I believe it's long overdue and the current situation led to quite a lot of problems (such as people needing hackish tools to simply set the regulatory domain to the

Re: [LEDE-DEV] [OpenWrt-Devel] [OT] Implemented: not an ML erase button but at least a rethink switch

2016-05-26 Thread Jo-Philipp Wich
Hi Daniel, hope you're doing well nowadays. I sincerely appreciate your participation in the discussions surrounding the whole OpenWrt/LEDE topic especially since it helps giving another, outside perspective to the entire issue. What I noticed is that you're sometimes generating like 80% of the

Re: [LEDE-DEV] [PATCH] mac80211: respect user-set regulatory domain by default

2016-05-26 Thread Daniel Golle
Hi Daniel! On Wed, May 25, 2016 at 09:29:23PM -0400, Daniel Dickinson wrote: > ... > If the FCC hadn't already completely knobbish and basically eliminated > (or least required one to be much more determined and skilled) the > ability to use OpenWrt/LEDE on new routers in the US anyway, I might >

Re: [LEDE-DEV] [Lantiq][ARV4518PWR01*]lan interface missing from /etc/config/network

2016-05-26 Thread Mohammed Berdai
On 05/26/2016 12:48 AM, Rafał Miłecki wrote: > E-mail topic is missing [PATCH] and should have a proper prefix > ("lantiq: ") and shouldn't have extra tags. > Also topic should say what your patch does, not what is the problem. > > On 26 May 2016 at 00:30, Mohammed Berdai wrote: >> Hi, > > We do

Re: [LEDE-DEV] I've come round to your way of thinking

2016-05-26 Thread Oswald Buddenhagen
On Thu, May 26, 2016 at 12:38:42AM -0400, Daniel Curran-Dickinson wrote: > I'm sorry [...] > no worries. :) > despite how overly strong you come into this discussion. > yeah, i'm known for being not exactly the greatest diplomat. :} ___ Lede-dev mailing