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
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
* 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
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
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
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 ++
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
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
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 ++
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:
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
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
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
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-
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
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
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
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
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
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
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
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
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
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/
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
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
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
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
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
>
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 --
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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(+),
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
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
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
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
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
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
>
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
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
53 matches
Mail list logo