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

2016-05-25 Thread Bjørn Mork
Zoltan HERPAI writes: >> On 05/24/2016 10:31 PM, Hauke Mehrtens wrote: >> >> This is my personal opinion and this was not somehow internally planned >> with other LEDE people. > > If I start a discussion about my employer-related topics along a beer > with a couple friends, that's a private discus

Re: [LEDE-DEV] [PATCH] mac80211: change default SSID from Lede to LEDE

2016-05-25 Thread Bastian Bittorf
* Yousong Zhou [25.05.2016 07:28]: > Or with awk: > awk -F: '{ print toupper($4$5$6) }' /sys/class/ieee80211/phy0/macaddress or this shell-nonforking-version with builtins: default_SSID() { read SSID http://lists.infradead.org/mailman/listinfo/lede-dev

[LEDE-DEV] MacOS X SSL check

2016-05-25 Thread Waldemar Brodkorb
Hi, I am not able to compile LEDE on my Mac. Apple removed OpenSSL from latest Xcode. I can install openssl from MacPorts and extend HOST_CFLAGS to use /opt/local/include and /opt/local/lib, but then later GDB does not compile, because it conflicts with something in my /opt/local/include installed

[LEDE-DEV] [PATCH] util-linux: fix sfdisk

2016-05-25 Thread Dirk Neukirchen
reported by reproducible openwrt project[1]: we package some libtool shell script - add missing dependencies [1]: https://reproducible.debian.net/openwrt/openwrt.html Signed-off-by: Dirk Neukirchen --- package/utils/util-linux/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) d

Re: [LEDE-DEV] [PATCH] util-linux: fix sfdisk

2016-05-25 Thread Jo-Philipp Wich
Hi Dirk, fishing build artifacts out of libtool's private .libs/ directory is usually a sign of some broader packaging issue. The clean solution to this is usually utilizing PKG_INSTALL:=1 and then copying the staged files out of $(PKG_INSTALL_DIR)/. Could you try to solve the issue using this w

Re: [LEDE-DEV] MacOS X SSL check

2016-05-25 Thread Jo-Philipp Wich
Hi Waldemar, including OpenSSL (or any other compatible implementation) as host build has been discussed several times in the past. Personally I mostly worry about the required build time and the fact that we already rebuild large chunks of the userland (awk, sed, grep, find, ...) but I guess tha

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

2016-05-25 Thread Bjørn Mork
mbm writes: > The hackers email address represents the primary point of contact for > OpenWrt, particularly in regards to donations. Following the surprise > LEDE announcement, forwarding rules for @openwrt.org email addresses > were disabled. This was done to mitigate further damage to OpenWrt d

[LEDE-DEV] Add Hawkboard (OMAP-L138) support

2016-05-25 Thread Marcin Gołaś
Dear LEDE developers, Is it possible to port LEDE and run it on Hawkboard (OMAP-L138)? Please let me know if anyone is able to help me in this subject. Thanks, Marcin ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mai

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

2016-05-25 Thread Rafał Miłecki
On 25 May 2016 at 10:09, mbm wrote: > The hackers email address represents the primary point of contact for > OpenWrt, particularly in regards to donations. Following the surprise LEDE > announcement, forwarding rules for @openwrt.org email addresses were > disabled. This was done to mitigate furt

Re: [LEDE-DEV] Can the OpenWRT Wiki be included in the reboot?

2016-05-25 Thread Martin Tippmann
On Wed, May 25, 2016 at 3:15 AM, Rosen Penev wrote: > One other problem is that on the Openwrt wiki, there is a lot of old > information. Maybe a mechanism can be introduced where one can look up > the last edited date of a specific page. Maybe on the bottom. Yes - the supported models could/shou

[LEDE-DEV] [PATCH v2] util-linux: fix sfdisk

2016-05-25 Thread Dirk Neukirchen
reported by reproducible openwrt project[1]: we package some libtool shell script - add missing dependencies [1]: https://reproducible.debian.net/openwrt/openwrt.html v2: use PKG_INSTALL (suggested by jow) - fix paths - make in InstallDev does not seem to be necessary tested (cal,dmesg,sfdisk)

Re: [LEDE-DEV] Can the OpenWRT Wiki be included in the reboot?

2016-05-25 Thread John Crispin
On 25/05/2016 15:04, Martin Tippmann wrote: > On Wed, May 25, 2016 at 3:15 AM, Rosen Penev wrote: >> One other problem is that on the Openwrt wiki, there is a lot of old >> information. Maybe a mechanism can be introduced where one can look up >> the last edited date of a specific page. Maybe on

[LEDE-DEV] [PATCH v3] util-linux: fix sfdisk

2016-05-25 Thread Dirk Neukirchen
reported by reproducible openwrt project[1]: we package some libtool shell script - add missing dependencies [1]: https://reproducible.debian.net/openwrt/openwrt.html v2: use PKG_INSTALL (suggested by jow) - fix paths - make in InstallDev does not seem to be necessary v3: forgot to ament the la

Re: [LEDE-DEV] Can the OpenWRT Wiki be included in the reboot?

2016-05-25 Thread Martin Tippmann
> do you mean as such --> > > https://www.lede-project.org/docs/index.html > https://github.com/lede-project/web/tree/master/docs > > you can even send a PR via github or use the ML Totally missed that! Sorry! regards Martin ___ Lede-dev mailing list L

Re: [LEDE-DEV] Test farm for routers / tetaneutral.net

2016-05-25 Thread Eric Schultz
Laurent, As Dirk mentioned, Qualcomm Atheros did create BoardFarm which is actively being developed. At prpl, I'm also developing a BoardFarm based test farm of devices from prpl members to test daily builds of OpenWrt and allow community members to have SSH access to for debugging why a build or

[LEDE-DEV] Lantiq XRX200 Switch - cannot enable vlans

2016-05-25 Thread Paul Rowland
FYI: I found I could not get internet access over wired ethernet ports (wifi works fine). In trying to diagnose the issue, I find I cannot enable vlans on the XRX200 switch. root@lede:/etc/config# swconfig dev switch0 set reset root@lede:/etc/config# swconfig dev switch0 vlan 1 set vid 1 root@l

Re: [LEDE-DEV] Can the OpenWRT Wiki be included in the reboot?

2016-05-25 Thread David Lang
On Wed, 25 May 2016, Martin Tippmann wrote: On Wed, May 25, 2016 at 3:15 AM, Rosen Penev wrote: One other problem is that on the Openwrt wiki, there is a lot of old information. Maybe a mechanism can be introduced where one can look up the last edited date of a specific page. Maybe on the bott

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

2016-05-25 Thread Daniel Golle
It turns out most device vendors don't set the correct country code in their devices' on-flash-EEPROM sections as they apparently rather provide a complete per-target-market firmware with patched drivers instead of just setting the country code. This results in the driver to incorrectly assume the

[LEDE-DEV] [PATCH] Darwin: allow to build LEDE on latest MacOS X

2016-05-25 Thread Waldemar Brodkorb
Latest Xcode doesn't include openssl anymore. To compile mkimage from u-boot source you need SSL headers on your host. This patch provides libressl host package for any Darwin compilation. Unfortunately openssl from MacPorts can not be used, as the installed headers in /opt/local are breaking GDB c

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

2016-05-25 Thread Mohammed Berdai
Hi, This patch fixes the missing Lan interface config in the file /etc/config/network for ARV4518PWR01/A which results in eth0 and br-lan being down and therefore no way to access the router unless via UART-TTL. Med Berdai (medber) Signed-off-by: Mohammed Berdai --- diff --git a/target/linux

[LEDE-DEV] Mikrotik 'ac boards

2016-05-25 Thread dan
Guys, anyone playing with mikrotik AC boards like the RB922UAGS-5HPacD? I'm looking for a platform that supports 802.11ac AND has a mini pcie for a second 802.11ac radio for a mesh project. These devices are absolutely ideal, especially when in one of their outdoor enclosures. __

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

2016-05-25 Thread Alexander Couzens
On Wed, 25 May 2016 19:32:01 +0200 Daniel Golle wrote: > It turns out most device vendors don't set the correct country code > in their devices' on-flash-EEPROM sections as they apparently rather > provide a complete per-target-market firmware with patched drivers > instead of just setting the co

Re: [LEDE-DEV] Multi-Profile selection support

2016-05-25 Thread Daniel Dickinson
Hi Felix, On Mon, 2016-05-23 at 13:38 +0200, Felix Fietkau wrote: > If you have some time, feedback and patches converting profiles/* stuff > into proper device profiles will be appreciated. This sounds really interesting and I will try to make time to work on it sooner rather than later. As y

Re: [LEDE-DEV] Mikrotik 'ac boards

2016-05-25 Thread Andrew Yong
(re-sending because GMail decided to send as HTML) IIRC MikroTik started disabling the PCB pads for serial console on most of their routers with plastic enclosures, for models after the RB750G era. It makes getting OpenWrt working much harder as it's sort of a black box now without a console to d

Re: [LEDE-DEV] Mikrotik 'ac boards

2016-05-25 Thread dan
On Wed, May 25, 2016 at 7:20 PM, Andrew Yong wrote: > Do you have a TTL USB serial cable? Try probing the test points on the PCB > and see if you can get a console and boot log. That would be a good place to > start. > > You could consider some newer Gateworks boards too, with dual miniPCIe; or >

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

2016-05-25 Thread Rafał Miłecki
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 don't want "Hi"-s in a commit message :) > This patch fixes

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

2016-05-25 Thread Daniel Dickinson
On Thu, 2016-05-26 at 02:57 +0200, Alexander Couzens wrote: > On Wed, 25 May 2016 19:32:01 +0200 > Daniel Golle wrote: > > I really like this commit. > Can you set the country *explicit* to world in /etc/config/wireless > before appling this patch? > If the FCC hadn't already completely knobb

[LEDE-DEV] Transparency and discussion of merge openwrt and lede

2016-05-25 Thread Daniel Dickinson
Hi, Might I humbly submit that given the different timezone and the fact that LEDE claims to be wanting to be transparent, and that remaining OpenWrt claims to be willing to accept such policies, that Jow's suggestion of doing the discussion openly on the openwrt-devel and lede-dev mailings lists

[LEDE-DEV] Transparency and remaining OpenWrt developers

2016-05-25 Thread Daniel Dickinson
Hi, It seems to me that one of the biggest accusations levelled at the LEDE team is their split was not done in a transparent manner, and that they are not yet transparent enough. That sounds great and all as an argument, but it seems to me that from the looks of it the LEDE team is serious abou