Re: [OpenWrt-Devel] [PATCH] ramips/rt305x: Add I2C gpio platform data.

2013-04-02 Thread Michel Stempin
Hi John & Tobias, Le 01/04/2013 22:49, Tobias Diedrich a écrit : John Crispin wrote: Hi Tobias, i have been working on an update to ramips the last weeks, which bumps the kernel tot the upstream OF enabled one. This update will superseed your patch. we are currently not merging any patches bas

Re: [OpenWrt-Devel] [PATCH] Add support for PMC PM25LQ032 SPI Flash in m25p80.c

2013-04-04 Thread Michel Stempin
Le 27/02/2013 13:46, Jonas Gorski a écrit : > On 27 February 2013 13:25, Florian Fainelli wrote: >> Hello, >> >> >> On 01/31/2013 11:25 AM, Michel Stempin wrote: >>> >>> Hi John, >>> >>> Le 31/01/2013 09:07, John Crispin a écrit :

Re: [OpenWrt-Devel] Using JTAG on a new Ralink board

2013-04-09 Thread Michel Stempin
Hi John, Le 09/04/2013 21:13, jonsm...@gmail.com a écrit : > Does any one actually have one of the TopLink minPCIe boards? Their > datasheet doesn't clearly identify the pins. They have pins called > LINK1, LINK2, LINK3, LINK4. It is not clear what those pins do. They > only expose two of the Ethe

Re: [OpenWrt-Devel] Using JTAG on a new Ralink board

2013-04-16 Thread Michel Stempin
Hi Drasko and Jon, Le 16/04/2013 17:54, Drasko DRASKOVIC a écrit : Hi Jon, I guess that you can push Ralink for this, but I have bot seen these sources on the web. The closest I got is 8Devices' Carambola u-boot, as they have probably demanded sources from Ralink : https://github.com/8devices/u

[OpenWrt-Devel] MIPS Ralink GPIO and DTS

2013-05-02 Thread Michel Stempin
Hi, It looks like the GPIOs are broken since the introduction of DTS for the ramips architecture. In the DTS include file ("target/linux/ramips/dts/rt3050.dtsi" in my case, by this is also true for the other ones), only the number of GPIOs for each gpio-controller is defined, but not the GPIO

Re: [OpenWrt-Devel] MIPS Ralink GPIO and DTS

2013-05-02 Thread Michel Stempin
Le 02/05/2013 16:06, jonsm...@gmail.com a écrit : > On Thu, May 2, 2013 at 9:49 AM, Michel Stempin > wrote: >> Hi, >> >> It looks like the GPIOs are broken since the introduction of DTS for the >> ramips architecture. >> >> In the DTS include file (&

Re: [OpenWrt-Devel] MIPS Ralink GPIO and DTS

2013-05-02 Thread Michel Stempin
ort files), but what about dynamically exported GPIOs by the user, like with: echo 9 > /sys/class/gpio/export echo out > /sys/class/gpio/gpio9/direction echo 1 > /sys/class/gpio/gpio9/value -Michel > > On Thu, May 2, 2013 at 10:25 AM, Michel Stempin > wrote: >> >>

Re: [OpenWrt-Devel] ramips: uartmux broken?

2013-05-03 Thread Michel Stempin
Le 02/05/2013 17:48, Сергей Василюгин a écrit : > > > 02.05.2013, 22:24, "John Crispin" : >> On 02/05/13 17:07, Сергей Василюгин wrote: >> >>>if (uart) { >>>int m = ralink_mux_mask(uart, rt_gpio_pinmux.uart); >>> - mode |= rt_gpio_pinmux.uart_mask<< rt_gpio_pin

[OpenWrt-Devel] [PATCH] [ramips] Correct uartmux gpio bug

2013-05-03 Thread Michel Stempin
nst the uart_mask for equality. Signed-off-by: Michel Stempin --- diff a/target/linux/ramips/patches-3.8/0128-MIPS-ralink-add-pinmux-driver.patch b/target/linux/ramips/patches-3.8/0128-MIPS-ralink-add-pinmux-driver.patch --- a/target/linux/ramips/patches-3.8/0128-MIPS-ralink-add-pinmux-driver.p

Re: [OpenWrt-Devel] [PATCH] [ramips] Correct uartmux gpio bug

2013-05-03 Thread Michel Stempin
Le 03/05/2013 13:26, John Crispin a écrit : > On 03/05/13 13:14, Сергей Василюгин wrote: >> >> >> 03.05.2013, 15:40, "Michel Stempin": >>> The mask m is only null when there is no "ralink,uartmux" property defined >>> in DTS. >>>

Re: [OpenWrt-Devel] [PATCH] [ramips] Correct uartmux gpio bug

2013-05-04 Thread Michel Stempin
Hi John, Thanks, I will try that. -Michel Le 04/05/2013 13:34, John Crispin a écrit : > > Hi > > i just pushed a fix that addresses this problem properly ... (i hope) > > John > ___ > openwrt-devel mailing list > openwrt-devel@lists.openwrt.org > h

Re: [OpenWrt-Devel] [PATCH] [ramips] Correct uartmux gpio bug

2013-05-04 Thread Michel Stempin
Le 04/05/2013 15:30, Сергей Василюгин a écrit : > > > 04.05.2013, 18:39, "John Crispin" : >> Hi >> >> i just pushed a fix that addresses this problem properly ... (i hope) >> > > > + of_property_read_string(np, "ralink,uartmux", &uart); > + if (uart) { > + mode |= rt

Re: [OpenWrt-Devel] [PATCH] [ramips] [rt5350] led esw polarity reversed?

2013-05-09 Thread Michel Stempin
Le 09/05/2013 10:06, Lixus a écrit : > I noticed that the LEDs esw with the SoC rt5350 have reversed polarity.! > > to correct the polatirà leds, I made this change to the file ramips_esw.c > > --- a/drivers/net/ethernet/ramips/ramips_esw.c > +++ b/drivers/net/ethernet/ramips/ramips_esw.c > @@

Re: [OpenWrt-Devel] ramips: Port Vasily`s patch to 3.8 kernel

2013-05-24 Thread Michel Stempin
> --- a/target/linux/ramips/dts/rt5350.dtsi 2013-05-21 18:24:59.0 > +0400 > +++ b/target/linux/ramips/dts/rt5350.dtsi 2013-05-13 20:11:40.0 > +0400 > @@ -147,6 +147,7 @@ > esw@1011 { > compatible = "ralink,rt5350-esw", "ralink,rt3050-esw"; > reg = <0x1011 8000>; > + ralink,l

Re: [OpenWrt-Devel] Ralink I2S driver

2013-06-24 Thread Michel Stempin
This is not the way it works: the I2S bus only carries sound samples, the command to control an I2S codec use a separate bus (I2C or SPI) to access the codec registers, which in turn are not standardized in any way. Thus, most codec chip require a specific driver: these are located into the "so

Re: [OpenWrt-Devel] Ralink I2S driver

2013-06-24 Thread Michel Stempin
Sorry, I thought it was simpler than that... But I found a userland utility called "i2scmd" into the "RT288x_SDK/source/user/rt2880_app" directory... So there should be something? -- Michel Le 24/06/2013 22:04, jonsm...@gmail.com a écrit : > Also, I had initially thought that webcams were using

Re: [OpenWrt-Devel] Ralink I2S driver

2013-06-24 Thread Michel Stempin
This may be it: "RT288x_SDK/source/linux-2.6.21.x/drivers/char/i2s" >From README: "Ralink I2S Driver Release Note: Version 1.0 : Initial version for this device driver." This is for Ralink_ApSoC_SDK_3600_20110715. -- Michel Le 24/06/2013 22:11, Michel Stempin a écrit

Re: [OpenWrt-Devel] Ralink I2S driver

2013-06-24 Thread Michel Stempin
Le 24/06/2013 22:52, jonsm...@gmail.com a écrit : > On the RT5350 the I2S pins and the full second UART are the same pins. > Use pinctl to swap their function - GPIO, I2S, UART. Pins are GPIO > 7-10. Yes, those pins are muxed. > So if someone has a codec chip on a breadboard that they can eas

Re: [OpenWrt-Devel] AsiaRF build, no images output

2013-10-01 Thread Michel Stempin
I had a similar issue with another board: it looks like the OpenWrt build system doesn't like board names containing a dash sign ("-"), try renaming it. > Le 2 oct. 2013 à 03:30, Shawn Lewis a écrit : > > I'm not getting factory/sysupgrade images for the ramips asiarf target. > > If I build th

Re: [OpenWrt-Devel] usb disconnect every 5 minutes - know issue ?

2013-11-25 Thread Michel Stempin
Le 25/11/2013 06:45, John Crispin a écrit : On 24/11/13 19:58, valent.turko...@gmail.com wrote: Hi guys, not sure if this issue I'm seeing is a know one or not. I searched for similar bugs but haven't seen this. I'll open a new bug if it is needed. I'm using Carambola [1] device with Attitude

Re: [OpenWrt-Devel] usb disconnect every 5 minutes - know issue ?

2013-11-25 Thread Michel Stempin
Le 25/11/2013 09:38, John Crispin a écrit : On 25/11/13 09:25, Michel Stempin wrote: Le 25/11/2013 06:45, John Crispin a écrit : On 24/11/13 19:58, valent.turko...@gmail.com wrote: Hi guys, not sure if this issue I'm seeing is a know one or not. I searched for similar bugs but haven&#

Re: [OpenWrt-Devel] USB instabilities on Atheros AR9344

2013-11-29 Thread Michel Stempin
Hi Kristian, Le 29/11/2013 16:41, Kristian Evensen a écrit : > Hello, > > I am currently working on an embedded project based on the Atheros > AR9344 SoC. As a prototype device, we are using the TP-Link TL-WDR4300 > router (http://wiki.openwrt.org/toh/tp-link/tl-wdr4300) and latest > OpenWRT trun

[OpenWrt-Devel] [PATCH][ar71xx] swap the PHY address of the ethernet port of TL-WR703N similar to TL-MR3020/TL-MR3040/TL-MR11U to fix ethernet link detection

2013-01-02 Thread Michel Stempin
ing bricked devices upon fresh OpenWrt install. Please also consider backporting to attitude_adjustment branch, given the critical problem caused by installing the AA RC1 on newest TL-WR703N devices. Thanks to nebbia88 for help on this patch and to Uncle_Vernon, dplasa, denno and Automatti for t

Re: [OpenWrt-Devel] [PATCH][ar71xx] swap the PHY address of the ethernet port of TL-WR703N similar to TL-MR3020/TL-MR3040/TL-MR11U to fix ethernet link detection

2013-01-02 Thread Michel Stempin
Sure, it is available at http://www2.zshare.ma/capgd60w8vj6 It is strange though that this patch has been applied to all Atheros AP-121-based TP-Link products except the TL-WR703N. -Michel Le 02/01/2013 22:56, Gabor Juhos a écrit : > 2013.01.02. 16:27 keltezéssel, Michel Stempin írta: >&

Re: [OpenWrt-Devel] [PATCH][ar71xx] swap the PHY address of the ethernet port of TL-WR703N similar to TL-MR3020/TL-MR3040/TL-MR11U to fix ethernet link detection

2013-01-05 Thread Michel Stempin
from the GMII speed over simple MII, or is it to enable the switch QoS capabilities? Do you see any other reason? -Michel Le 02/01/2013 22:56, Gabor Juhos a écrit : 2013.01.02. 16:27 keltezéssel, Michel Stempin írta: Since factory firmware "3.14.4 build 12

Re: [OpenWrt-Devel] [PATCH][ar71xx] swap the PHY address of the ethernet port of TL-WR703N similar to TL-MR3020/TL-MR3040/TL-MR11U to fix ethernet link detection

2013-01-05 Thread Michel Stempin
for doing this: does it benefit from the GMII speed over simple MII, or is it to enable the switch QoS capabilities? Do you see any other reason? -Michel Le 02/01/2013 22:56, Gabor Juhos a écrit : > 2013.01.02. 16:27 keltezéssel, Michel Stempin írta: >> Since factory firmware "3.14

[OpenWrt-Devel] [PATCH] Add support for GigaDevice GD25Q32/GD25Q64 SPI Flash in m25p80.c

2013-01-05 Thread Michel Stempin
/GD25Q64.pdf). Signed-off-by: Michel Stempin --- target/linux/generic/patches-3.6/479-mtd_mp25p80_add_gd25q32_gd25q64.patch | 13 ++ 1 file changed, 13 insertions(+) Index: target/linux/generic/patches-3.6/479-mtd_mp25p80_add_gd25q32_gd25q64.patch

[OpenWrt-Devel] rt2x00: add rt5350 wlan support

2013-01-05 Thread Michel Stempin
sion. Signed-off-by: Serge Vasilugin Tested-by: Michel Stempin --- package/mac80211/patches/630-rt2x00-support-rt5350.patch | 403 +++ 1 file changed, 403 insertions(+) --- package/mac80211/patches/630-rt2x00-support-rt5350.patch(revision 0) +++ package/mac80211/patches/630-rt

Re: [OpenWrt-Devel] [PATCH] Add support for GigaDevice GD25Q32/GD25Q64 SPI Flash in m25p80.c

2013-01-05 Thread Michel Stempin
Done: http://lists.infradead.org/pipermail/linux-mtd/2013-January/045379.html -Michel Le 05/01/2013 20:10, John Crispin a écrit : > Hi, > > can you send this patch upstream to MTD subsystem please ? > > MTD Maling List > > John > > On 05/01/13 19:44, Michel St

Re: [OpenWrt-Devel] rt2x00: add rt5350 wlan support

2013-01-06 Thread Michel Stempin
I'm not a layer either and not the author of the patch, but I don't see any obvious relationship between the cited Ralink sources and the bunch of RF5350-specific tests added to the rt2x00 GPL sources by Serge's patch, besides the fact that he mentioned in his forum post that "WLAN support was a

Re: [OpenWrt-Devel] [PATCH][ar71xx] swap the PHY address of the ethernet port of TL-WR703N similar to TL-MR3020/TL-MR3040/TL-MR11U to fix ethernet link detection

2013-01-06 Thread Michel Stempin
Le 06/01/2013 19:57, Gabor Juhos a écrit : > 2013.01.05. 14:53 keltezéssel, Michel Stempin írta: >> Here is the result of the same command on a genuine TL-WR703N with the >> newest factory firmware "3.14.4 build 120925 rel 33144n" (aka "Ver; 1.7"), >

Re: [OpenWrt-Devel] [PATCH][ar71xx] swap the PHY address of the ethernet port of TL-WR703N similar to TL-MR3020/TL-MR3040/TL-MR11U to fix ethernet link detection

2013-01-06 Thread Michel Stempin
Le 06/01/2013 21:45, Gabor Juhos a écrit : > 2013.01.06. 21:08 keltezéssel, Michel Stempin írta: >> >> >> Le 06/01/2013 19:57, Gabor Juhos a écrit : >>> 2013.01.05. 14:53 keltezéssel, Michel Stempin írta: >>>> Here is the result of the same command on

Re: [OpenWrt-Devel] rt2x00: add rt5350 wlan support

2013-01-06 Thread Michel Stempin
Le 07/01/2013 05:36, Сергей Василюгин a écrit : > Do you think that Dlink include driver source in the GPL tarball by mistake? > Hmm, it's possible. The only thing that I see in the source is software > determination of Xtal20MHz/Xtal40MHz. All other stuff exist in GPL'ed source > for USB/PCI/PC

Re: [OpenWrt-Devel] [PATCH][ar71xx] swap the PHY address of the ethernet port of TL-WR703N similar to TL-MR3020/TL-MR3040/TL-MR11U to fix ethernet link detection

2013-01-07 Thread Michel Stempin
Given that this problem is causing bricked (well, only serial console access) devices on fresh install on newest TL-WR703N v 1.7 routers, is it advisable to backport the patch to the AA branch? -Michel Le 07/01/2013 15:33, Gabor Juhos a écrit : 2013.01.06. 23:10 keltezéssel, Michel Stempin

Re: [OpenWrt-Devel] rt2x00: add rt5350 wlan support

2013-01-19 Thread Michel Stempin
Still no news from Mediatek? If required, I can post the updated patch against latest mac80211 2013-01-07 from trunk. -Michel Le 13/01/2013 01:21, Felix Kaechele a écrit : > Am 06.01.2013 11:33, schrieb John Crispin: >>> Although I'm not a lawyer, but in my understanding, this does not >>> allo

[OpenWrt-Devel] [PATCH] Add support for PMC PM25LQ032 SPI Flash in m25p80.c

2013-01-30 Thread Michel Stempin
Add support for PMC PM25LQ032 (4MB) SPI Flash used in Hame MPR-A1 and clones. Signed-off-by: Michel Stempin --- Index: target/linux/generic/patches-3.8/474-mtd_mp25p80_add_pm25lq032.patch === --- target/linux/generic/patches-3.8

Re: [OpenWrt-Devel] [PATCH] Add support for PMC PM25LQ032 SPI Flash in m25p80.c

2013-01-31 Thread Michel Stempin
arget/linux/generic/patches-2.6.39/084-mtd_m25p80_add_pm25lv_flash_support.patch revision 26615). How do you want to proceed? -Michel --> "MTD Maling List " John On 30/01/13 22:19, Michel Stempin wrote: Add support for PMC PM25LQ032 (4MB) SPI Flash used in Hame MPR-A1 and c

Re: [OpenWrt-Devel] rt2x00: add rt5350 wlan support

2013-02-16 Thread Michel Stempin
to keep in sync: https://github.com/Squonk42/OpenWrt-RT5350 -Michel Le 16/02/2013 17:11, Felix Kaechele a écrit : > Michel Stempin wrote: >> Still no news from Mediatek? > > I asked for help on the rt2x00 mailing list and received a reply from Peter > Stuge who suggested w

[OpenWrt-Devel] [PATCH] ath9k: add workaround for AR9331 USB host controller hang with USB1.1 devices

2013-12-16 Thread Michel Stempin
ted to Linux mac80211 driver for 8Devices Carambola2 board by Mantas Pucka: <https://github.com/8devices/carambola2/commit/b08b59ceb4e7f0bad4c0b17e703e1e5c4e168923> Ported to latest OpenWrt BB branch and tested on TP-Link TL-WR703N by Michel Stempin . Signed-off-by: Michel Stempin --- .../patch

Re: [OpenWrt-Devel] Conflicts between MT7260a and RT5350

2013-12-27 Thread Michel Stempin
Hi, Le 27/12/2013 22:27, Darija Tadin-Đurović a écrit : PS Thanks for the tip on AsiaRF. However, HLK's operating temperature range is from -20°C to +70°C, which is really important right now >>> >>> That is impossible. RT5350 is only rated -10C to 55C. > > It's possible: the actual var

Re: [OpenWrt-Devel] [PATCH] Fix build for individual profiles with dashes in names

2014-01-12 Thread Michel Stempin
Le 12/01/2014 13:28, John Crispin a écrit : > On 12/01/14 13:13, Paul Fertser wrote: >> Config symbols can have regular dashes, e.g. >> >> CONFIG_TARGET_ramips_rt305x_UR-336UN=y >> >> So no substitution should be performed on the last part of the symbol. >> >> Signed-off-by: Paul Fertser >> --- >

Re: [OpenWrt-Devel] Uboot 1.3.3 issues on Ralink rt3052 based Skyline SL-R7205 Wireless 3G Router

2014-01-13 Thread Michel Stempin
Hi Hanno, Le 13/01/2014 11:39, Hanno Schupp a écrit : I am working on improved support for the Skyline SL-R7205 Wireless 3G Router (hence my previously submitted patches)but have struck a dead end on a particular issue. I found that during boot the device acts like dumb switch, allowing traff

Re: [OpenWrt-Devel] Uboot 1.3.3 issues on Ralink rt3052 based Skyline SL-R7205 Wireless 3G Router

2014-01-13 Thread Michel Stempin
Le 13/01/2014 12:12, Hanno Schupp a écrit : Thank you for the quick reply. What uboot version should I use? Are there recompiled binaries somewhere that would be suitable? Is it just a matter of uploading a new boot loader file using the uboot menu or is additional configuration of environmen

Re: [OpenWrt-Devel] Uboot 1.3.3 issues on Ralink rt3052 based Skyline SL-R7205 Wireless 3G Router

2014-01-13 Thread Michel Stempin
k-rt305x-routers-firmware/source/e568932211ea59ff3b09bf2839859de3eb5502f7:Uboot > > Does that look like the right approach and might that bootloader work? Your > thoughts? > > > >> On 13/01/2014, at 11:52 pm, Michel Stempin wrote: >> >> Ralink_ApSoC_SDK_3301.tar.bz2 > ___

Re: [OpenWrt-Devel] [PATCH] ramips: add support for MIFI F5

2014-01-14 Thread Michel Stempin
Hi Paul, Le 14/01/2014 10:27, Paul Fertser a écrit : Paul Fertser writes: This adds support for an unbranded small rt5350-based device. PCB silkscreen layer has "MIFI-F5 V1.0" marking. Commonly available from eBay as "2G/3G/4G WiFi router", it has 1 Ethernet port and 1 USB2.0 host connector, w

Re: [OpenWrt-Devel] [PATCH] ramips: add support for MIFI F5

2014-01-14 Thread Michel Stempin
Le 14/01/2014 11:34, John Crispin a écrit : hame mpra2 is a mpra1 with double flash and ram and a 5200mah battery ... at doubled price and dimensions, against half price and half dimensions for MIFI-F5;) John On 14/01/2014 10:53, Michel Stempin wrote: Hi Paul, Le 14/01/2014 10

Re: [OpenWrt-Devel] [PATCH] ramips: add support for MIFI F5

2014-01-14 Thread Michel Stempin
Le 14/01/2014 15:27, Paul Fertser a écrit : > Michel Stempin writes: >> I got my MIFI-F5s @ 8.45 USD on AliBaba during Black Friday sales: the >> best price I could find for a HAME MPR-A1 on eBay is around 15 USD... > > [1] seems to be MIFI-F5, AU$11.93, [2] seems to b

Re: [OpenWrt-Devel] Uboot 1.3.3 issues on Ralink rt3052 based Skyline SL-R7205 Wireless 3G Router

2014-01-16 Thread Michel Stempin
Hi Hanno, Le 16/01/2014 04:18, Hanno Schupp a écrit : Thank you John and Michel for taking the time to explain. Much appreciated. Based on your comments and some research I found a resolution to the issue that in the end is quite simple. Glad you found a solution to your problem! Whether t

Re: [OpenWrt-Devel] [PATCH] ramips: add support for MIFI F5

2014-01-16 Thread Michel Stempin
Le 16/01/2014 15:32, Paul Fertser a écrit : Hi, On Tue, Jan 14, 2014 at 03:46:00PM +0100, Michel Stempin wrote: Well, one can relatively easily "debrick" by flashing directly to the serial chip with some external device such as ftdi board or raspberrypi. Yes, provided you did a

Re: [OpenWrt-Devel] Uboot 1.3.3 issues on Ralink rt3052 based Skyline SL-R7205 Wireless 3G Router

2014-01-16 Thread Michel Stempin
Le 16/01/2014 22:22, Hanno Schupp a écrit : > > > > >> On 16/01/2014, at 9:43 pm, Michel Stempin wrote: >> >> Hi Hanno, >> >> Le 16/01/2014 04:18, Hanno Schupp a écrit : >>> Thank you John and Michel for taking the time to explain. Muc

[OpenWrt-Devel] [PATCH] usb: fix undefined symbol in kernel usb-phy-nop module

2014-02-12 Thread Michel Stempin
e characters. Signed-off-by: Michel Stempin --- package/kernel/linux/modules/usb.mk |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package/kernel/linux/modules/usb.mk b/package/kernel/linux/modules/usb.mk index 7c16fe7..e9fd709 100644 --- a/package/kernel/linux/modules/

[OpenWrt-Devel] Fixes to BB trunk bot build

2014-02-16 Thread Michel Stempin
I have a list of patches against current trunk that fixes 20+ packages during the "all-included" bot build, at least for the ramips RT5350F target. As the changes are mostly fixes of broken package dependencies and bumps to new versions, these are likely to also fix builds for most other targets

[OpenWrt-Devel] [PATCH] kexec-tools: added missing dependency on liblzma

2014-02-17 Thread Michel Stempin
Signed-off-by: Michel Stempin --- package/boot/kexec-tools/Makefile |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/boot/kexec-tools/Makefile b/package/boot/kexec-tools/Makefile index 2e1446d..2af8108 100644 --- a/package/boot/kexec-tools/Makefile +++ b/package

[OpenWrt-Devel] Fixes to BB trunk bot build

2014-02-17 Thread Michel Stempin
builds for most other targets too. -- Michel Michel Stempin (20): aalib: fixed build configuration at: added missing dependency on libpam debootstrap: bumped version from 1.0.55 to 1.0.55~bpo70+1 elfutils: added missing dependency on liblzma fxload: fixed include path for Linux UAPI g

[OpenWrt-Devel] [PATCH] aalib: fixed build configuration

2014-02-17 Thread Michel Stempin
Signed-off-by: Michel Stempin --- libs/aalib/Makefile|4 ++-- libs/aalib/patches/002-configure.patch | 11 +++ 2 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 libs/aalib/patches/002-configure.patch diff --git a/libs/aalib/Makefile b/libs

[OpenWrt-Devel] [PATCH] elfutils: added missing dependency on liblzma

2014-02-17 Thread Michel Stempin
Signed-off-by: Michel Stempin --- libs/elfutils/Makefile |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/elfutils/Makefile b/libs/elfutils/Makefile index 2c32081..8872428 100644 --- a/libs/elfutils/Makefile +++ b/libs/elfutils/Makefile @@ -32,7 +32,7 @@ endef

[OpenWrt-Devel] [PATCH] debootstrap: bumped version from 1.0.55 to 1.0.55~bpo70+1

2014-02-17 Thread Michel Stempin
Signed-off-by: Michel Stempin --- admin/debootstrap/Makefile |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/debootstrap/Makefile b/admin/debootstrap/Makefile index 73e15ef..09b98b6 100644 --- a/admin/debootstrap/Makefile +++ b/admin/debootstrap/Makefile @@ -9,12

[OpenWrt-Devel] [PATCH] at: added missing dependency on libpam

2014-02-17 Thread Michel Stempin
Signed-off-by: Michel Stempin --- utils/at/Makefile |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/at/Makefile b/utils/at/Makefile index 7c02fb8..21bdc60 100644 --- a/utils/at/Makefile +++ b/utils/at/Makefile @@ -20,7 +20,7 @@ include $(INCLUDE_DIR)/package.mk

[OpenWrt-Devel] [PATCH] icecast: added missing dependency on libopenssl

2014-02-17 Thread Michel Stempin
Signed-off-by: Michel Stempin --- multimedia/icecast/Makefile |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multimedia/icecast/Makefile b/multimedia/icecast/Makefile index 2b44113..c6b215d 100644 --- a/multimedia/icecast/Makefile +++ b/multimedia/icecast/Makefile

[OpenWrt-Devel] [PATCH] imagemagick: added missing dependency on liblzma

2014-02-17 Thread Michel Stempin
Signed-off-by: Michel Stempin --- multimedia/imagemagick/Makefile |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multimedia/imagemagick/Makefile b/multimedia/imagemagick/Makefile index 28a6bff..69e4750 100644 --- a/multimedia/imagemagick/Makefile +++ b/multimedia

[OpenWrt-Devel] [PATCH] gw6c: fixed sed separator

2014-02-17 Thread Michel Stempin
Signed-off-by: Michel Stempin --- ipv6/gw6c/patches/001-sed-separator.patch | 18 ++ 1 file changed, 18 insertions(+) create mode 100644 ipv6/gw6c/patches/001-sed-separator.patch diff --git a/ipv6/gw6c/patches/001-sed-separator.patch b/ipv6/gw6c/patches/001-sed

[OpenWrt-Devel] [PATCH] fxload: fixed include path for Linux UAPI

2014-02-17 Thread Michel Stempin
Signed-off-by: Michel Stempin --- utils/fxload/Makefile |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/fxload/Makefile b/utils/fxload/Makefile index f961d52..93e63c1 100644 --- a/utils/fxload/Makefile +++ b/utils/fxload/Makefile @@ -28,7 +28,7 @@ endef define

[OpenWrt-Devel] [PATCH] keepalived: fixed build configuration

2014-02-17 Thread Michel Stempin
Signed-off-by: Michel Stempin --- net/keepalived/Makefile |3 --- 1 file changed, 3 deletions(-) diff --git a/net/keepalived/Makefile b/net/keepalived/Makefile index b7ac46a..3a0e430 100644 --- a/net/keepalived/Makefile +++ b/net/keepalived/Makefile @@ -45,9 +45,6 @@ CONFIGURE_ARGS

[OpenWrt-Devel] [PATCH] libfreefare: bumped version for 0.2.3 to 0.4.0

2014-02-17 Thread Michel Stempin
Signed-off-by: Michel Stempin --- libs/libfreefare/Makefile |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/libfreefare/Makefile b/libs/libfreefare/Makefile index d5bcf2a..1aab78a 100644 --- a/libs/libfreefare/Makefile +++ b/libs/libfreefare/Makefile @@ -8,12

[OpenWrt-Devel] [PATCH] l2tpv3tun: added include paths to Linux UABI and fixed dependencies on libnl

2014-02-17 Thread Michel Stempin
Signed-off-by: Michel Stempin --- net/l2tpv3tun/Makefile |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/l2tpv3tun/Makefile b/net/l2tpv3tun/Makefile index f965569..2a6fab1 100644 --- a/net/l2tpv3tun/Makefile +++ b/net/l2tpv3tun/Makefile @@ -36,9 +36,9 @@ endef

[OpenWrt-Devel] [PATCH] lttng-tools: forced autoreconf

2014-02-17 Thread Michel Stempin
Signed-off-by: Michel Stempin --- devel/lttng-tools/Makefile |1 + 1 file changed, 1 insertion(+) diff --git a/devel/lttng-tools/Makefile b/devel/lttng-tools/Makefile index 371a5b9..f6b92b4 100644 --- a/devel/lttng-tools/Makefile +++ b/devel/lttng-tools/Makefile @@ -11,6 +11,7 @@ PKG_NAME

[OpenWrt-Devel] [PATCH] taskwarrior: added missing dependency on libgnutls

2014-02-17 Thread Michel Stempin
Signed-off-by: Michel Stempin --- utils/taskwarrior/Makefile |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/taskwarrior/Makefile b/utils/taskwarrior/Makefile index 8cd21f4..8be74f9 100644 --- a/utils/taskwarrior/Makefile +++ b/utils/taskwarrior/Makefile @@ -26,7

[OpenWrt-Devel] [PATCH] libdmapsharing: prevent dpapview build

2014-02-17 Thread Michel Stempin
Signed-off-by: Michel Stempin --- libs/libdmapsharing/patches/002-no-dpapview.patch | 15 +++ 1 file changed, 15 insertions(+) create mode 100644 libs/libdmapsharing/patches/002-no-dpapview.patch diff --git a/libs/libdmapsharing/patches/002-no-dpapview.patch b/libs

[OpenWrt-Devel] [PATCH] wview: added missing dependency on libopenssl

2014-02-17 Thread Michel Stempin
Signed-off-by: Michel Stempin --- utils/wview/Makefile |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/wview/Makefile b/utils/wview/Makefile index f231fa7..d74e30a 100644 --- a/utils/wview/Makefile +++ b/utils/wview/Makefile @@ -22,7 +22,7 @@ include $(INCLUDE_DIR

[OpenWrt-Devel] [PATCH] tor-alpha: added mirror site

2014-02-17 Thread Michel Stempin
Signed-off-by: Michel Stempin --- net/tor-alpha/Makefile |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/tor-alpha/Makefile b/net/tor-alpha/Makefile index 8824ab1..5d4f292 100644 --- a/net/tor-alpha/Makefile +++ b/net/tor-alpha/Makefile @@ -13,7 +13,8 @@ PKG_RELEASE

[OpenWrt-Devel] [PATCH] mc: added missing dependecy on libssh2

2014-02-17 Thread Michel Stempin
Signed-off-by: Michel Stempin --- utils/mc/Makefile |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/mc/Makefile b/utils/mc/Makefile index f43c5a1..e036da3 100644 --- a/utils/mc/Makefile +++ b/utils/mc/Makefile @@ -24,7 +24,7 @@ include $(INCLUDE_DIR)/nls.mk define

[OpenWrt-Devel] [PATCH] tiff: added missing dependency on liblzma

2014-02-17 Thread Michel Stempin
Signed-off-by: Michel Stempin --- libs/tiff/Makefile |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/tiff/Makefile b/libs/tiff/Makefile index a79b6b2..97071fc 100644 --- a/libs/tiff/Makefile +++ b/libs/tiff/Makefile @@ -36,7 +36,7 @@ $(call Package/tiff/Default

[OpenWrt-Devel] [PATCH] mocp: bumped version from 2.4.4 to 2.5.0-beta2 and removed obsolete patch

2014-02-17 Thread Michel Stempin
Added dependencies on libmagic, faad2 and libdb47 Signed-off-by: Michel Stempin --- sound/mocp/Makefile|8 +++--- sound/mocp/patches/001-moc-ffmpeg-update.patch | 34 2 files changed, 4 insertions(+), 38 deletions(-) delete mode 100644

[OpenWrt-Devel] [PATCH] tspc: fixed sed separator

2014-02-17 Thread Michel Stempin
Signed-off-by: Michel Stempin --- ipv6/tspc/patches/002-sed-separator.patch | 22 ++ 1 file changed, 22 insertions(+) create mode 100644 ipv6/tspc/patches/002-sed-separator.patch diff --git a/ipv6/tspc/patches/002-sed-separator.patch b/ipv6/tspc/patches/002-sed

Re: [OpenWrt-Devel] [PATCH] gw6c: fixed sed separator

2014-02-18 Thread Michel Stempin
Le 18/02/2014 09:45, Yousong Zhou a écrit : > On Tue, Feb 18, 2014 at 08:03:06AM +0100, Michel Stempin wrote: >> Signed-off-by: Michel Stempin >> --- >> ipv6/gw6c/patches/001-sed-separator.patch | 18 ++ >> 1 file changed, 18 insertions(+) >&

Re: [OpenWrt-Devel] [PATCH] mc: added missing dependecy on libssh2

2014-02-18 Thread Michel Stempin
Le 18/02/2014 10:22, Dirk Neukirchen a écrit : > On 18.02.2014 08:04, Michel Stempin wrote: >> Signed-off-by: Michel Stempin >> --- >> utils/mc/Makefile |2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/utils/mc/Makefi

Re: [OpenWrt-Devel] [PATCH] l2tpv3tun: added include paths to Linux UABI and fixed dependencies on libnl

2014-02-18 Thread Michel Stempin
Le 18/02/2014 11:09, Dirk Neukirchen a écrit : > On 18.02.2014 08:03, Michel Stempin wrote: >> Signed-off-by: Michel Stempin >> --- >> net/l2tpv3tun/Makefile |4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) >> >> diff --git a/net/l2tp

Re: [OpenWrt-Devel] [PATCH] fxload: fixed include path for Linux UAPI

2014-02-18 Thread Michel Stempin
Le 18/02/2014 11:16, Dirk Neukirchen a écrit : > On 18.02.2014 08:02, Michel Stempin wrote: >> Signed-off-by: Michel Stempin >> --- >> utils/fxload/Makefile |2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/utils/fxload/Ma

Re: [OpenWrt-Devel] [PATCH] Oolite V1.0 Support

2014-02-21 Thread Michel Stempin
Hi Lars, Le 21/02/2014 05:38, Lars Bøgild Thomsen a écrit : > Hi, > > First of all my apologies if I don't follow the correct procedure to the > letter, but this is my first attempt at feeding changes into OpenWrt. Thank you for your time and efforts! > > I have added support for the Oolite

Re: [OpenWrt-Devel] [PATCH] Oolite V1.0 Support

2014-02-22 Thread Michel Stempin
Hi Lars, Le 22/02/2014 00:53, Lars Boegild Thomsen a écrit : > Hi Michel, > > On Friday, February 21, 2014 22:26:42 Michel Stempin wrote: >>> I have added support for the Oolite V1.0 AR9331 module. >> The Gainstrong Oolite V1.0 module is just a renamed EasyLink (E

Re: [OpenWrt-Devel] [PATCH] Oolite V1.0 Support

2014-02-22 Thread Michel Stempin
Le 22/02/2014 01:00, Lars Boegild Thomsen a écrit : > On Friday, February 21, 2014 22:26:42 Michel Stempin wrote: >> This module is fully compatible with the TP-Link TL-WR710N router, including >> the switch, GPIO and LED definitions, the only difference being in the >>

Re: [OpenWrt-Devel] [PATCH] Oolite V1.0 Support

2014-02-22 Thread Michel Stempin
Hi Lars, Le 22/02/2014 04:21, Lars Bøgild Thomsen a écrit : > Hi Michel, > > On Friday 21 February 2014 22:26:42 Michel Stempin wrote: > >> Just one remark concerning your proposed patch: don't define every single >> GPIO as a LED, this is a terrible thing to do,

Re: [OpenWrt-Devel] [PATCH] Oolite V1.0 Support

2014-02-22 Thread Michel Stempin
Le 22/02/2014 11:43, Lars Bøgild Thomsen a écrit : > On Saturday 22 February 2014 10:11:08 Michel Stempin wrote: >>>> The main drawback of these modules is that they are not individually RF >>>> calibrated on the production line, resulting on poor/non conform WiFi

Re: [OpenWrt-Devel] [PATCH] Oolite V1.0 Support

2014-02-22 Thread Michel Stempin
Le 22/02/2014 11:57, Lars Bøgild Thomsen a écrit : > On Saturday 22 February 2014 10:33:08 Michel Stempin wrote: >> Yes, but you should remove the definitions for all those GPIO pins, as they >> ar eno longer required. > > Ok done. > > >> And I don't kn

Re: [OpenWrt-Devel] [PATCH] Oolite V1.0 Support

2014-02-23 Thread Michel Stempin
Le 23/02/2014 03:34, Lars Boegild Thomsen a écrit : > On Saturday, February 22, 2014 13:11:26 Michel Stempin wrote: >> Ok, it looks all good to me, now let the maintainers integrate it into trunk! > > Should I post it again or will they pick it up here? They will pick it up,

Re: [OpenWrt-Devel] [RFC] mt7620 wifi

2014-03-19 Thread Michel Stempin
Le 15/02/2014 12:02, Roman Yeryomin a écrit : > On 14 February 2014 20:43, Mikko Hissa wrote: >> >> On 14 Feb 2014, at 01:04, Roman Yeryomin wrote: >> >>> On 14 February 2014 00:34, Mikko Hissa wrote: In rt2800lib.c function rt2800_get_txwi_rxwi_size() Add case MT7620 with RT5592. >>

Re: [OpenWrt-Devel] [PATCHv2 2/2] odhcp6c: Add renew handler for proto dhcpv6

2014-03-26 Thread Michel Stempin
Hi Bastian, Le 26/03/2014 20:25, Bastian Bittorf a écrit : > * Jonas Gorski [26.03.2014 20:18]: >>> +proto_dhcpv6_renew() { >>> + local interface="$1" >>> + # SIGUSR1 forces odhcp6c to renew its lease >>> + proto_kill_command "$interface" 16 >> >> SIGUSR1 is 16 only for mips; ot

Re: [OpenWrt-Devel] [RFC] mt7620 wifi

2014-04-03 Thread Michel Stempin
Le 19/03/2014 23:22, Michel Stempin a écrit : > > > Le 15/02/2014 12:02, Roman Yeryomin a écrit : >> On 14 February 2014 20:43, Mikko Hissa wrote: >>> >>> On 14 Feb 2014, at 01:04, Roman Yeryomin wrote: >>> >>>> On 14 February 2014 00

Re: [OpenWrt-Devel] [RFC] mt7620 wifi

2014-04-03 Thread Michel Stempin
Le 03/04/2014 22:52, John Crispin a écrit : > > > On 03/04/2014 22:04, Michel Stempin wrote: >> Does anybody can explain what is the official mt7620 support status >> in OpenWrt? > > working fully apart of wifi and i2s > > John Ok, thanks John for th

[OpenWrt-Devel] git is down

2014-04-04 Thread Michel Stempin
Accessing returns 504 Gateway Timeout returns 404 Not Found It is possible to fetch the base and routing fedd, but not the packages, luci and telephony feeds. -- Michel __

Re: [OpenWrt-Devel] [PATCH] OpenSSL: update to 1.0.1g

2014-04-08 Thread Michel Stempin
Le 08/04/2014 08:37, Steven Barth a écrit : Applied, thanks. Will probably take care of AA later today. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel Does it mean that t

Re: [OpenWrt-Devel] [PATCH] ar71xx: abort building if there is failure when generating image.

2014-04-23 Thread Michel Stempin
Le 23/04/2014 14:59, Bastian Bittorf a écrit : * Yousong Zhou [23.04.2014 14:53]: once upon a time 36ea10375db186bf10c13d89bbdc4cfb62bf5fcc, the idea was NOT to abort because e.g. the user builts for a whole arch and only "some" images are too big. (see the warnings) Yes, but it should at le

[OpenWrt-Devel] [PATCH] add support for GL-Inet V1 boards/routers

2014-04-30 Thread Michel Stempin
re and proposing patches against both AA and trunk: <http://www.gl-inet.com/w/?p=398&lang=en> This is a clean up of the original manufacturer GPLv2 patch by alzhao, proposed to the list by Mark Janssen. Signed-off-by: Michel Stempin Signed-off-by: Mark Janssen Signed-off-by: alzhao ---

Re: [OpenWrt-Devel] PATCH: add support for GL-Inet V1 boards/routers (take 3)

2014-04-30 Thread Michel Stempin
Le 30/04/2014 23:48, Hartmut Knaack a écrit : > maniac...@gmail.com schrieb: >> Hello, >> >> I didn't get ANY response on my previous version... here it is again. >> Please apply this patch to add support for the GL-iNet devices. >> >> I've updated a patch, available at >> https://github.com/alzh

Re: [OpenWrt-Devel] These new one cubic inch Linux system

2014-05-30 Thread Michel Stempin
Le 30/05/2014 15:58, jonsm...@gmail.com a écrit : > On Fri, May 30, 2014 at 9:39 AM, Zoltan HERPAI wrote: >> This is roughly the same as the VoCore, which seems to be more successful as >> of now. (I understand that the campaign started just two days ago for the >> AsiaRF.) >> >> https://www.ind

Re: [OpenWrt-Devel] These new one cubic inch Linux system

2014-05-30 Thread Michel Stempin
Le 30/05/2014 19:02, jonsm...@gmail.com a écrit : > On Fri, May 30, 2014 at 12:49 PM, Michel Stempin > wrote: >> >> >> Le 30/05/2014 15:58, jonsm...@gmail.com a écrit : >>> On Fri, May 30, 2014 at 9:39 AM, Zoltan HERPAI wrote: >>>> This is roughly t

Re: [OpenWrt-Devel] SoC RT5350F based wireless socket / power plug

2014-06-02 Thread Michel Stempin
Le 02/06/2014 12:06, Imre Kaloz a écrit : On Mon, 02 Jun 2014 11:54:33 +0200, Bastian Bittorf wrote: because i was getting a lot of private mails regarding the inside, here are some pictures. i will get better ones, if the photograph next to me is in the office again 8-) http://www.interci