| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
SVN-Revision: 31460
|
|
|
|
|
|
| |
Patch-by: Lebedev Dmitry <lebedev@trendnet.ru>
SVN-Revision: 31451
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This patch adds support for the ASUS WL-330N3G
Comparing to the WL-330N, It have 32MB ram, usb support and a bicolor led.
The bi-color led is driven by 2 gpio.
I don't know how to handle this, so I simply made 2 leds : one red, one blue.
But the red light takes precedence over the blue one according to the chart below.
r = led is red
b = led is blue
0 = led is off
xy= x->r for red, b for blue led, y->value of brightness in /sys/class/leds/x/brughtness
initial state action led gpio state
r0 b0 r0->r1 r r0 b0
r0 b0 b0->b1 b r0 b1
r1 b0 r1->r0 0 r0 b0
r1 b0 b0->b1 r r1 *b1*
r1 b1 r1->r0 b r0 b1
r1 b1 b1->b0 r r1 b0
r0 b1 r0->r1 r r1 *b1*
r0 b1 b1->b0 0 r0 r0
Signed-off-by: Frédéric Leroy <fredo@starox.org>
SVN-Revision: 31450
|
|
|
|
| |
SVN-Revision: 31405
|
|
|
|
| |
SVN-Revision: 31404
|
|
|
|
| |
SVN-Revision: 31403
|
|
|
|
| |
SVN-Revision: 31402
|
|
|
|
| |
SVN-Revision: 31401
|
|
|
|
| |
SVN-Revision: 31400
|
|
|
|
| |
SVN-Revision: 31399
|
|
|
|
| |
SVN-Revision: 31398
|
|
|
|
| |
SVN-Revision: 31397
|
|
|
|
|
|
|
|
|
|
| |
More device info at: http://wiki.openwrt.org/toh/tenda/w306r
Signed-off-by: David Pearce <David_18051985@hotmail.com.au>
[juhosg: fix checkpatch errors, remove kmod-phy and luci-ssl packages
from the profile, change broken GPIO number]
SVN-Revision: 31396
|
|
|
|
| |
SVN-Revision: 31395
|
|
|
|
|
|
| |
Thanks Gabor for spotting it.
SVN-Revision: 31337
|
|
|
|
| |
SVN-Revision: 31222
|
|
|
|
|
|
| |
Also remove a duplicate patch from lantiq (already in generic).
SVN-Revision: 31158
|
|
|
|
|
|
| |
network setup while we're at it - thanks Pau Escrich <p4u@dabax.net> for the implementation
SVN-Revision: 31144
|
|
|
|
|
|
| |
Patch from #10105.
SVN-Revision: 31101
|
|
|
|
|
|
|
|
|
| |
[juhosg: reorder several lines in order to keep things sorted
alphabetically]
Signed-off-by: Frédéric Leroy <fredo@starox.org>
SVN-Revision: 31100
|
|
|
|
| |
SVN-Revision: 31028
|
|
|
|
|
|
| |
Patch from #11085.
SVN-Revision: 30907
|
|
|
|
| |
SVN-Revision: 30900
|
|
|
|
| |
SVN-Revision: 30890
|
|
|
|
| |
SVN-Revision: 30889
|
|
|
|
| |
SVN-Revision: 30888
|
|
|
|
| |
SVN-Revision: 30887
|
|
|
|
| |
SVN-Revision: 30882
|
|
|
|
| |
SVN-Revision: 30879
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This patch adds support for routers using a PCB marked XDX-RN502J
V2.0, such as some unbranded routers like this:
http://www.mediafire.com/?8acv87h6snn9fj6
http://www.mediafire.com/?do7xonw7scor4kn
http://www.mediafire.com/?1ad49zvx3e7jyix
http://www.mediafire.com/?i46cqiq66maa197
http://www.aliexpress.com/product-fm/516397994-Free-Shipping-300M-3G-WAN-Wireless-N-WiFi-USB-AP-Router-2-Antennas-wholesalers.html
some reports also state the Aceex 22Y uses the same board.
more information can be found in the following openwrt forum post
https://forum.openwrt.org/viewtopic.php?id=34878
[juhosg: fix checkpatch warnings, use the GENERIC_4M template]
Signed-off-by: bruno schwander <bruno@tinkerbox.org>
SVN-Revision: 30809
|
|
|
|
|
|
|
|
|
| |
[juhosg: fix indentation in platform scripts, and remove debug
messages from 06_set_iface_mac]
Signed-off-by: Patrick van Staveren <trick@vanstaveren.us>
SVN-Revision: 30808
|
|
|
|
| |
SVN-Revision: 30767
|
|
|
|
| |
SVN-Revision: 30733
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This helps to reduce code size on RX path:
add/remove: 0/0 grow/shrink: 3/1 up/down: 68/-56 (12)
function old new delta
ramips_eth_open 1104 1144 +40
ramips_ring_free 212 232 +20
ramips_eth_stop 400 408 +8
ramips_eth_rx_hw 648 592 -56
SVN-Revision: 30732
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This helps to reduce code size on TX path:
add/remove: 0/0 grow/shrink: 1/4 up/down: 56/-92 (-36)
function old new delta
ramips_eth_open 1048 1104 +56
ramips_eth_tx_housekeeping 156 148 -8
ramips_ring_free 224 212 -12
ramips_eth_stop 420 400 -20
ramips_eth_hard_start_xmit 480 428 -52
SVN-Revision: 30731
|
|
|
|
|
|
| |
Also rename the 'fe_int' variable.
SVN-Revision: 30713
|
|
|
|
| |
SVN-Revision: 30710
|
|
|
|
| |
SVN-Revision: 30706
|
|
|
|
| |
SVN-Revision: 30705
|
|
|
|
| |
SVN-Revision: 30704
|
|
|
|
| |
SVN-Revision: 30703
|
|
|
|
| |
SVN-Revision: 30702
|
|
|
|
| |
SVN-Revision: 30701
|
|
|
|
| |
SVN-Revision: 30700
|
|
|
|
| |
SVN-Revision: 30699
|
|
|
|
| |
SVN-Revision: 30698
|
|
|
|
| |
SVN-Revision: 30697
|
|
|
|
| |
SVN-Revision: 30696
|
|
|
|
| |
SVN-Revision: 30695
|
|
|
|
| |
SVN-Revision: 30688
|