The last arg to FUNC() is count, not last pin.
Signed-off-by: Roman Yeryomin
---
target/linux/ramips/patches-3.10/0217-pinmux-rt2880.patch | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/target/linux/ramips/patches-3.10/0217-pinmux-rt2880.patch
b/target/linux
* gpio leds and buttons
* ethernet
Signed-off-by: Roman Yeryomin
---
target/linux/ramips/dts/RT-N15.dts | 26 ++
1 file changed, 18 insertions(+), 8 deletions(-)
diff --git a/target/linux/ramips/dts/RT-N15.dts
b/target/linux/ramips/dts/RT-N15.dts
index 77e640f..8936520
And this one too.
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
On 9 April 2014 15:55, Bastian Bittorf wrote:
> * Imre Kaloz [09.04.2014 14:53]:
>> Because no one tested it since the kernel has been upgraded, and we don't
>> have a board to do anymore ;)
>
> ok, will do some more tests and send a patch with re-enables it.
> (board will run in our testnet)
>
On 11 April 2014 00:19, Florian Fainelli wrote:
> 2014-04-10 13:39 GMT-07:00 Roman Yeryomin :
>> On 9 April 2014 15:55, Bastian Bittorf wrote:
>>> * Imre Kaloz [09.04.2014 14:53]:
>>>> Because no one tested it since the kernel has been upgraded, and we don'
On 11 April 2014 11:58, Bastian Bittorf wrote:
> * Roman Yeryomin [11.04.2014 10:45]:
>> I would even use it if it really works...
>
> For now, it boots fine via ethernet and/or Compact-flash
> but only 1 ethernet-port is working.
> my two ath5k-cards (R52) are not detected
On 11 April 2014 17:54, Bastian Bittorf wrote:
> * Roman Yeryomin [11.04.2014 16:48]:
>> > at the moment i dont have time for this, but if somebody like,
>> > SSH-access and SSH to serial-line is possible (screen-session).
>>
>> Did you fix anything to boot it?
On 11 April 2014 18:39, Roman Yeryomin wrote:
> On 11 April 2014 17:54, Bastian Bittorf wrote:
>> * Roman Yeryomin [11.04.2014 16:48]:
>>> > at the moment i dont have time for this, but if somebody like,
>>> > SSH-access and SSH to serial-line is possible (scr
On 11 April 2014 19:13, Bastian Bittorf wrote:
> * Roman Yeryomin [11.04.2014 17:56]:
>> Tried jffs2 image - same result.
>> Could it be because I have 532A version? That one was with bigger RAM
>> (64M) with no other differences (as far as I know).
>> Images here
On 11 April 2014 19:52, Roman Yeryomin wrote:
> On 11 April 2014 19:13, Bastian Bittorf wrote:
>> * Roman Yeryomin [11.04.2014 17:56]:
>>> Tried jffs2 image - same result.
>>> Could it be because I have 532A version? That one was with bigger RAM
>>> (64M) wi
On 11 April 2014 23:07, Bastian Bittorf wrote:
> * Roman Yeryomin [11.04.2014 20:18]:
>> > seems generating the rootfs is broken for you somehow.
>>
>> ptgen fault?
>> I have 64bit environment if that matters...
>
> please go into 'target/linux/rb5
Forgotten patch to fix ethernet for rt2880.
Based on previously submitted patch from Claudio.
Signed-off-by: Roman Yeryomin
---
.../patches-3.10/0118-NET-MIPS-add-ralink-SoC-ethernet-driver.patch| 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git
a/target/linux/ramips
Not sure why but jffs2 images cannot be fixed in the same way as squashfs so
they are still broken (at least for me).
Signed-off-by: Roman Yeryomin
---
target/linux/rb532/image/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/target/linux/rb532/image/Makefile
On 11 April 2014 23:13, Roman Yeryomin wrote:
> On 11 April 2014 23:07, Bastian Bittorf wrote:
>> * Roman Yeryomin [11.04.2014 20:18]:
>>> > seems generating the rootfs is broken for you somehow.
>>>
>>> ptgen fault?
>>> I have 64bit environment
On 16 April 2014 11:17, Bastian Bittorf wrote:
> * Roman Yeryomin [16.04.2014 09:34]:
>> Also pci seems to be broken as neither miniPCI slots nor VIA ethernet
>> ports are not working:
>
> can you please try to fiddle in:
> http://patchwork.linux-mips.org/patch/4087/
&g
On 21 April 2014 11:05, John Crispin wrote:
>
>
> On 21/04/2014 05:18, Claudio Leite wrote:
>> The Airlink101 AR725W is a RT2880 router with 32MB RAM, 4MB flash,
>> 100mbit IP175E switch and dual-band 802.11n wireless.
>>
>> Notes: - I couldn't get the switch to be recognized without
>> building i
On 21 April 2014 11:45, John Crispin wrote:
>
>
> On 21/04/2014 10:36, Roman Yeryomin wrote:
>> On 21 April 2014 11:05, John Crispin wrote:
>>>
>>>
>>> On 21/04/2014 05:18, Claudio Leite wrote:
>>>> The Airlink101 AR725W is a RT2880 router wi
On 21 April 2014 12:55, John Crispin wrote:
>
>
> On 21/04/2014 10:58, Roman Yeryomin wrote:
>> The target was ramips, rt2880 and rt305x subtargets at least. I'm
>> not sure how rtl8366xx differs from ip175e but both realtek switch
>> and smi parts are under dri
On 21 April 2014 14:17, John Crispin wrote:
> Hi Roman,
>
>
>>> the etehrnet driver needs the phy driver to be present when the
>>> of_phy_connect() is called. to my knowledge there is no mechanism
>>> for defeered phy attach logic.
>
>
> i just verified to be 100% and i am correct on this. obviou
It's quite unconveniet to remember which ports are used by which applications,
especially for not so advanced users.
Together with luci patch (discussed on IRC) this improves qos-scripts usability.
Signed-off-by: Roman Yeryomin
---
package/network/config/qos-scripts/files/usr/li
Signed-off-by: Roman Yeryomin
---
package/network/config/qos-scripts/files/etc/config/qos | 3 +++
1 file changed, 3 insertions(+)
diff --git a/package/network/config/qos-scripts/files/etc/config/qos
b/package/network/config/qos-scripts/files/etc/config/qos
index 8faff18..b90bb3f 100644
--- a
On 4 June 2014 18:10, John Crispin wrote:
>
>
> On 04/06/2014 16:47, zhenjun_...@icloudaegis.com wrote:
>> I doubt that the base addr of udc is base: 0x1012_ in
>> datasheet but 0xB012 in source.
>
>
> 0x1012_ == KSEG1(0xB012)
>
> i did not test. as i said i only compile tested fo
Includes esw platform data structures change to support different
position of WAN port.
Signed-off-by: Roman Yeryomin
--
Index: target/linux/ramips/files/arch/mips/ralink/rt305x/Kconfig
===
--- a/target/linux/ramips/files/arch/mips
Fix fivebytepypo - there is no such kernel module wpad-mini :)
Signed-off-by: Roman Yeryomin
Index: target/linux/ramips/Makefile
===
--- a/target/linux/ramips/Makefile (revision 28007)
+++ b/target/linux/ramips/Makefile
Fix wireless firmware extract from flash for Belkin F5D8235 v2.
Signed-off-by: Roman Yeryomin
Index: target/linux/ramips/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom
===
--- a/target/linux/ramips/base-files/etc/hotplug.d
Signed-off-by: Roman Yeryomin
Index: target/linux/ramips/files/arch/mips/ralink/rt305x/mach-argus-atp52b.c
===
--- a/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-argus-atp52b.c
(revision
28007)
+++ b/target/linux
On 20 August 2011 17:19, Cezary Jackiewicz wrote:
> Signed-off-by: Cezary Jackiewicz
>
> ---
>
> Index: package/kernel/modules/usb.mk
> ===
> --- package/kernel/modules/usb.mk (wersja 28063)
> +++ package/kernel/modules/usb.mk
This method is much more stable than reading dd's output via stdin.
Signed-off-by: Roman Yeryomin
Index: package/maccalc/src/main.c
===
--- a/package/maccalc/src/main.c(revision 28007)
+++ b/package/maccalc/src/m
Signed-off-by: Roman Yeryomin
Index: target/linux/ramips/base-files/etc/uci-defaults/nw718
===
--- a/target/linux/ramips/base-files/etc/uci-defaults/nw718 (revision 28007)
+++ b/target/linux/ramips/base-files/etc/uci-defaults
Did anyone think of separating buildroot-ng from the content (packages
and targets) into a separate project (under OpenWrt name of cause)?
Then one can do something like `make content' and depending on what is
configured get either openwrt or something else.
Regards,
Roman
Signed-off-by: Roman Yeryomin
--
Index:
feeds/packages/libs/jansson/patches/01-jansson-add-jason_object_deep_update.patch
===
---
feeds/packages/libs/jansson/patches/01-jansson-add-jason_object_deep_update.patch
(revision 0
I don't know if this is the right thing but base-files actually needs mtd.
Signed-off-by: Roman Yeryomin
--
Index: package/base-files/Makefile
===
--- a/package/base-files/Makefile (revision 28142)
+++ b/package/base-
On 6 September 2011 18:37, Roman Yeryomin wrote:
> Did anyone think of separating buildroot-ng from the content (packages
> and targets) into a separate project (under OpenWrt name of cause)?
> Then one can do something like `make content' and depending on what is
> configured g
Signed-off-by: Roman Yeryomin
--
Index: target/sdk/Makefile
===
--- a/target/sdk/Makefile (revision 28142)
+++ b/target/sdk/Makefile (working copy)
@@ -29,7 +29,7 @@
$(BIN_DIR)/$(SDK_NAME).tar.bz2: clean
mkdir -p
On 26 August 2011 04:33, Roman Yeryomin wrote:
> Signed-off-by: Roman Yeryomin
>
if there is nothing wrong, how about commiting this?
Regards,
Roman
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/m
On 26 August 2011 04:30, Roman Yeryomin wrote:
> This method is much more stable than reading dd's output via stdin.
>
> Signed-off-by: Roman Yeryomin
>
> Index: package/maccalc/src/main.c
> ===
> --- a/
On 7 September 2011 00:21, Roman Yeryomin wrote:
> Signed-off-by: Roman Yeryomin
> --
if there is nothing wrong, how about commiting this?
Regards,
Roman
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/m
On 7 September 2011 01:11, Roman Yeryomin wrote:
> I don't know if this is the right thing but base-files actually needs mtd.
>
> Signed-off-by: Roman Yeryomin
> --
> Index: package/base-files/Makefile
> =
On 16 September 2011 01:40, Alexander Gordeev wrote:
> В Fri, 26 Aug 2011 04:30:43 +0300
> Roman Yeryomin пишет:
>
>> This method is much more stable than reading dd's output via stdin.
>
> What kind of problems do you have with piping dd's output to stdin?
>
On 16 September 2011 17:51, Alexander Gordeev wrote:
> В Fri, 16 Sep 2011 17:41:37 +0300
> Roman Yeryomin пишет:
>
>> On 16 September 2011 01:40, Alexander Gordeev wrote:
>> > В Fri, 26 Aug 2011 04:30:43 +0300
>> > Roman Yeryomin пишет:
>> >
>>
On 18 September 2011 20:51, Alexander Gordeev wrote:
> В Fri, 16 Sep 2011 18:06:15 +0300
> Roman Yeryomin пишет:
>
>> On 16 September 2011 17:51, Alexander Gordeev wrote:
>> > В Fri, 16 Sep 2011 17:41:37 +0300
>> > Roman Yeryomin пишет:
>> >
>>
On 18 September 2011 23:00, Gert Doering wrote:
> Hi,
>
> On Sun, Sep 18, 2011 at 09:30:09PM +0300, Roman Yeryomin wrote:
>> I think how it can be that you can't read 6 bytes from stdin in one
>> attempt but can do it from file?
>
> pipe semantics are different
On 18 September 2011 21:58, Alexander Gordeev wrote:
>> >> > Well, then this is probably a bug in dd? Or uClibc? Or kernel?
>> >> > Ok, I'll try to reproduce it. Can you please tell me what exactly is
>> >> > happening?
>> >> >
>> >>
>> >> Two different reads:
>> >> root@OpenWrt:/# dd bs=1 skip=26
On 19 September 2011 00:25, Alexander Gordeev wrote:
> В Mon, 19 Sep 2011 00:22:01 +0300
> Roman Yeryomin пишет:
>
>> >> I'll test your patch.
>> >
>> > Yes, please.
>>
>> maybe your solution is better but reading from temp file also work
This allows to enable rtl8366 switches family support, which are
optional (present on few boards).
Tested on ramips target (both rt288x and rt305x).
Signed-off-by: Roman Yeryomin
Index: package/kernel/modules/netdevices.mk
Fix Asus RT-N15 flash partitions and make an image.
Signed-off-by: Roman Yeryomin
Index: target/linux/ramips/files/arch/mips/ralink/rt288x/mach-rt-n15.c
===
--- a/target/linux/ramips/files/arch/mips/ralink/rt288x/mach-rt-n15.c
This uses previously submitted rtl8366 kernel packages.
Signed-off-by: Roman Yeryomin
Index: target/linux/ramips/rt288x/base-files-RTN15/etc/config/network
===
--- a/target/linux/ramips/rt288x/base-files-RTN15/etc/config/network
I guess kmod-rt2800-pci is common for rt288x and tr305x?
Otherwise there would be no point in wpad-mini there too.
Signed-off-by: Roman Yeryomin
Index: target/linux/ramips/rt288x/profiles/00-default.mk
===
--- a/target/linux/ramips
Signed-off-by: Roman Yeryomin
Index: target/linux/ramips/files/arch/mips/ralink/rt305x/mach-argus-atp52b.c
===
--- a/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-argus-atp52b.c
(revision 28247)
+++ b/target/linux
Fix partition sizes.
Add buttons and leds.
Register usb.
Remove unnecessary stuff from Makefile (hope it will not be mangled by gmail).
Fix eeprom extract.
Signed-off-by: Roman Yeryomin
Index: target/linux/ramips/files/arch/mips/ralink/rt305x/mach-wcr150gn.c
On 25 November 2011 13:20, Daniel Golle wrote:
> Allow reading the Ethernet MAC address from different places in the firmware.
>
> Use parameters for partition name, offset and OR-mask, so support for more
> boards can be added easily.
>
> Signed-off-by: Daniel Golle
>
> Index: target/linux/ramip
On 25 November 2011 23:44, Luka Perkov wrote:
> On Fri, Nov 25, 2011 at 07:16:37PM +0200, Roman Yeryomin wrote:
>> On 25 November 2011 13:20, Daniel Golle wrote:
>> > Index: target/linux/ramips/base-files/lib/preini
On 1 December 2011 05:06, Nerijus Baliunas
wrote:
> Hello,
>
> I have a problem that all MAC addresses are 00:11:22:33:44:55 except wlan0,
> which is correct. Should this patch help me? I added "nbg-419n" to the case
> line:
> case $(ramips_board_name) in
> bc2 | nbg-419n | nw718)
>
On 2 December 2011 19:17, Cezary Jackiewicz wrote:
> Support for Belkin F5D8235-4 v1 (RT288x)
> works:
> - switch
> - buttons
> - some leds
>
> does not work:
> - USB (not supported by RT288XX)
> - WLAN
>
I would think that wifi should work because it works on Asus RT-N15.
Are you sure you've ena
On 4 November 2011 02:21, Roman Yeryomin wrote:
> Signed-off-by: Roman Yeryomin
>
> Index: target/linux/ramips/files/arch/mips/ralink/rt305x/mach-argus-atp52b.c
> ===
> --- a/target/linux/ramips/files/arch/mips/ral
Bump version to 2.2.1
Add json_object_deep_update() definition to jansson.h
Signed-off-by: Roman Yeryomin
Index:
feeds/packages/libs/jansson/patches/01-jansson-add-jason_object_deep_update.patch
===
---
a/feeds/packages/libs
Resend with [OpenWrt-Devel] in subject
-- Forwarded message --
From: Roman Yeryomin
Date: 11 December 2011 01:47
Subject: [PATCH] jansson library update
To: OpenWrt Development List
Bump version to 2.2.1
Add json_object_deep_update() definition to jansson.h
Signed-off-by
On 22 December 2011 15:35, Daniel Golle wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Hi!
> I'm trying to run an HT40-enabled AP using the rt2880 mac80211 driver on
> OpenWrt
> running on an Rt3050 SoC.
> Somehow, the performance doesn't differ no matter if HT40 is enabled or not.
On 29 December 2011 10:32, crow wrote:
> I am also facing these image compile error on Archlinux [1]. Also
> there is on Archlinux topic discussion [2] about same issue. Can
> someone help us.
>
I've heard from archlinux users with gcc 4.6.2 that they have problems
but don't know if they resolve
On 11 January 2012 10:55, Helmut Schaa wrote:
> On Tue, Jan 10, 2012 at 11:06 PM, Roman Yeryomin
> wrote:
>> I just faced the same issue - changing HT20 to HT40+/- doesn't give
>> anything but this error:
>>
>> 20/40 MHz operation not permitted on channel
On 12 January 2012 14:53, Florian Fainelli wrote:
> Hello,
>
>
> On 01/12/12 12:29, Olipro wrote:
>>
>> Haveged is an entropy gathering daemon which refills the kernel's entropy
>> pool by timing the nanoseconds a CPU takes to complete a loop. The
>> existing
>> haveged only supports a few archite
On 12 January 2012 18:02, Florian Fainelli wrote:
>> Although I've done this on ramips platform and didn't face any issues
>> I think that, potentially, a better source or entropy would be radio
>> noise. Of cause if it's possible to get.
>
> Indeed, using entropy from Wi-Fi cards would also be a
On 12 January 2012 19:47, Florian Fainelli wrote:
>>> Although I've done this on ramips platform and didn't face any issues
>>> I think that, potentially, a better source or entropy would be radio
>>> noise. Of cause if it's possible to get.
>>>
>> As network traffic from cable, radio noise could
On 12 January 2012 11:31, Helmut Schaa wrote:
> On Wed, Jan 11, 2012 at 11:45 PM, Roman Yeryomin
> wrote:
>>>> So is it an opensource driver issue with HT modes or inability to set
>>>> 802.11n only mode?
>>>
>>> Not sure how much difference 11n
On 13 January 2012 16:21, Steffen Hoffmann wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Am 13.01.2012 10:48, wrote Roman Yeryomin:
>> The best noise source would probably be radial mse parameter which
>> will include radio noise and circuit noise. So
On 19 January 2012 11:11, Alexander Gordeev wrote:
> В Thu, 19 Jan 2012 09:55:23 +0100
> Helmut Schaa пишет:
>
>> On Thu, Jan 19, 2012 at 2:33 AM, Marco Antonio Mauro
>> wrote:
>> > 2. The device boots successfully but I cannot enable the wifi access
>> > point. In the system log there is an er
On 19 January 2012 19:23, Jo-Philipp Wich wrote:
> Hi,
>
> the patch didn't apply, I folded the changes manually into r29817.
>
thanks, probably mangled by gmail... maybe I should send patches as
attachments or, better, with git
Regards,
Roman
___
open
On 19 January 2012 18:10, Viktar Palstsiuk wrote:
> Signed-off-by: Viktar Palstsiuk
> ---
> net/asterisk-codec-g72x/Makefile | 47
> ++
> 1 files changed, 47 insertions(+), 0 deletions(-)
> create mode 100644 net/asterisk-codec-g72x/Makefile
>
> diff --git
On 21 January 2012 00:53, Marco Antonio Mauro wrote:
> This patch adds support for the Sitecom WL-341 v3 and other Sercomm
> IP1006RRv2 based boards for sysupgrade support and for the initial
> flash through pushbutton initiated recovery mode with the special
> partition table and fixes for the qu
On 17 January 2012 11:42, Helmut Schaa wrote:
> @@ -313,6 +312,7 @@ ramips_eth_tx_housekeeping(unsigned long ptr)
> struct net_device *dev = (struct net_device*)ptr;
> struct raeth_priv *priv = netdev_priv(dev);
>
> + spin_lock(&priv->page_lock);
> while ((priv->tx[priv-
On 22 January 2012 14:13, Marco Antonio Mauro wrote:
> On Sat, Jan 21, 2012 at 6:36 PM, Roman Yeryomin wrote:
>> On 21 January 2012 00:53, Marco Antonio Mauro wrote:
>>> This patch adds support for the Sitecom WL-341 v3 and other Sercomm
>>> IP1006RRv2 based boards
ned-off-by: Roman Yeryomin
Index: target/linux/ramips/files/arch/mips/ralink/rt288x/mach-f5d8235-v1.c
===
--- a/target/linux/ramips/files/arch/mips/ralink/rt288x/mach-f5d8235-v1.c
(revision
29868)
+++ b/target/linux/ramips/files
On 23 January 2012 11:27, Helmut Schaa wrote:
> On Sun, Jan 22, 2012 at 11:44 AM, John Crispin wrote:
>> On 22/01/12 02:45, Roman Yeryomin wrote:
>>> On 17 January 2012 11:42, Helmut Schaa wrote:
>>>> @@ -313,6 +312,7 @@ ramips_eth_tx_housekeeping(unsigne
On 23 January 2012 14:38, Helmut Schaa wrote:
> On Mon, Jan 23, 2012 at 11:37 AM, Roman Yeryomin
> wrote:
>> I will test more thoroughly but I noticed about 0.7 MB/s speed drop
>> comparing with those spinlocks commented out.
>
> Hmm, ok, might as well just be a wifi
On 23 January 2012 16:26, Helmut Schaa wrote:
> On Mon, Jan 23, 2012 at 3:13 PM, Roman Yeryomin wrote:
>> On 23 January 2012 14:38, Helmut Schaa wrote:
>>> On Mon, Jan 23, 2012 at 11:37 AM, Roman Yeryomin
>>> wrote:
>>>> I will test more thoroughly
On 24 January 2012 03:39, Marco Antonio Mauro wrote:
>> Leds are tested in output mode which you are skipping.
>> If you are testing leds only you should be skipping input mode, not
>> output, and see which led blinks (it should blink 3 times if you don't
>> interrupt it).
>
> The thing is that it
On 23 January 2012 16:26, Helmut Schaa wrote:
>> Well, ok, I'll retest everything again (a bit later) and let you know
>> the results.
>
> Ok, thanks.
It could be that you were right that my testing environment/hardware
is not good enough.
When I started to use iperf wireless card (well, probably
On 31 January 2012 01:17, Tobias Diedrich wrote:
> This patch adds basic swconfig support for ramips_esw:
>
> root@OpenWrt:/# swconfig dev rt305x show
> Global attributes:
> Port 0:
> led: 5
> pvid: 1
> Port 1:
> led: 5
> pvid: 1
> Port 2:
> led: 5
> pvid:
ested with r29978.
Adding the patch as attachment also.
Signed-off-by: Roman Yeryomin
Index: target/linux/ramips/files/arch/mips/ralink/rt305x/mach-f5d8235-v2.c
===
--- a/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-f5
On 31 January 2012 13:21, Tobias Diedrich wrote:
>> I think that this is definitely a good thing.
>> But we must be careful to fully switch to it because, eg., belkin
>> board I have (and probably others with external switch) requires
>> double tagging control to enable external switch (will post
On 11 February 2012 19:12, Gabor Juhos wrote:
> 2012.02.01. 3:19 keltezéssel, Roman Yeryomin írta:
>> This fixes Belkin F5D8235 v2 ethernet stuff.
>> To do it we first need to enable rgmii and then not to configure any
>> vlans at all. Then there are two ways: enable double
On 13 February 2012 17:00, Olipro
wrote:
> Hi Florian et Mailing List,
>
> The author of haveged has now updated the package to 1.4 - it is now
> multithreaded and incorporates my generic code that uses the raw monotonic
> clock. If you're still inclined to add this package to OpenWRT, let me know
On 14 February 2012 21:30, Gabor Juhos wrote:
> 2012.02.11. 23:06 keltezéssel, Roman Yeryomin írta:
>> On 11 February 2012 19:12, Gabor Juhos wrote:
>>> 2012.02.01. 3:19 keltezéssel, Roman Yeryomin írta:
>>>> This fixes Belkin F5D8235 v2 ethernet stuff.
>>
When trying to build images with jffs2 filesystem for ramips platform
there is only one jffs2 image produced instead of two (64k and 128k).
Signed-off-by: Roman Yeryomin
Index: target/linux/ramips/image/Makefile
===
--- target
Thanks Jason, datasheet is always valuable stuff!
On Fri, Jul 16, 2010 at 3:39 PM, jason duhamell wrote:
> ar2317 datasheet
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
This patch adds support for Sparklan WCR-150GN board.
Network configuration should be tweaked to make it work fully. The
reason it's not in this patch is that ramips target should be modified
to support different /etc/config/network files for different boards.
Signed-off-by: Roman Yer
/Profile/WCR150GN,$(1))
endef
endif
On 2 August 2010 22:55, Roman Yeryomin wrote:
> This patch adds support for Sparklan WCR-150GN board.
> Network configuration should be tweaked to make it work fully. The
> reason it's not in this patch is that ramips target should be modifie
Hello!
Any chance to commit this?
Regards,
Roman
On 2 August 2010 22:59, Roman Yeryomin wrote:
> Sorry, forgot Makefile changes:
>
> Index: target/linux/ramips/image/Makefile
> ===
> --- a/target/linux/ramips
Thanks!
On 15 August 2010 12:45, Gabor Juhos wrote:
> 2010.08.13. 19:21 keltezéssel, Roman Yeryomin írta:
>> Hello!
>> Any chance to commit this?
>
> Applied with minor changes: https://dev.openwrt.org/changeset/22658
>
> Thanks,
> Gabor
>
__
This adds a separate kernel package for x86 cpu msr support.
MSR module is needed e.g. when updating coreboot bios on alix boards.
Signed-off-by: Roman Yeryomin
Index: package/kernel/modules/other.mk
===
--- a/package/kernel
ybe a bit ugly and could be done together with
set_vlan_ports (which sets fid to 0 by default so after every `set
ports ...` one need to `set fid ...` also) but this way it works fine
too.
Signed-off-by: Roman Yeryomin
--
Index: target/linux/generic/files/drivers/net/phy/rtl836
Hi!
Ok.. first sorry for the delay, second thanks for comments!
Let's split this. Here is a patch for port rate, port and qos
enable/disable support.
Roman
On 2 September 2010 10:47, Gabor Juhos wrote:
> 2010.08.26. 1:17 keltezéssel, Roman Yeryomin írta:
>> Using this patch it
uint's so they're visible in a source-level
> debugger.
>
> Thanks,
>
> -Philip
>
>
>
> On 9/19/10 5:35 PM, Roman Yeryomin wrote:
>>
>> Hi!
>> Ok.. first sorry for the delay, second thanks for comments!
>> Let's split this. Here is a
So, if there are no problems, how about commiting it?
Roman
On 20 September 2010 23:57, Philip Prindeville
wrote:
> No other issues here (but then, I'm not an official reviewer).
>
>
> On 9/20/10 1:25 PM, Roman Yeryomin wrote:
>>
>> Sure, good idea!
>>
>&g
Thanks!
Strange - it applies cleanly for me. But I understand the error -
thanks for fixing.
Roman
On 27 September 2010 17:50, Gabor Juhos wrote:
> 2010.09.21. 23:46 keltezéssel, Roman Yeryomin írta:
>> So, if there are no problems, how about commiting it?
>
> Applied in r231
Did you test this? Seems that you confused rtl8366rb with rtl8368s.
Regards,
Roman
On 28 September 2010 19:44, Luca Niccoli wrote:
> This second version of the patch is rebased on the work done by Roman
> Yeryomin and applied in r23126.
> It corrects a minor miscalculation in the port
I mean that storm filtering registers are different and seems that the
logic should be too, but the original driver is confusing also that's
why I ask if you've tested this.
Regards,
Roman
On 28 September 2010 22:00, Roman Yeryomin wrote:
> Did you test this? Seems that you confu
On 29 September 2010 10:59, Luca Niccoli wrote:
> On 28 September 2010 21:19, Roman Yeryomin wrote:
>> I mean that storm filtering registers are different and seems that the
>> logic should be too, but the original driver is confusing also that's
>> why I ask if you
Add rtl8366 switch kernel packages so that they could be selected if a
user has board with such switch.
Signed-off-by: Roman Yeryomin
Index: package/kernel/modules/netdevices.mk
===
--- package/kernel/modules/netdevices.mk
d to all boards what is useless because not
all boards have these switches.
Regards,
Roman
On 29 September 2010 15:04, Jonas Gorski wrote:
> Hi
>
> On 29 September 2010 13:22, Roman Yeryomin wrote:
>> Add rtl8366 switch kernel packages so that they could be selected if a
>
301 - 400 of 424 matches
Mail list logo