| Commit message (Collapse) | Author | Age |
... | |
|
|
|
| |
SVN-Revision: 29624
|
|
|
|
|
|
| |
Patch-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
SVN-Revision: 29617
|
|
|
|
| |
SVN-Revision: 29616
|
|
|
|
| |
SVN-Revision: 29615
|
|
|
|
|
|
|
|
| |
Works for me! ;-)
Patch-by: Russell Senior <russell@personaltelco.net>
SVN-Revision: 29614
|
|
|
|
| |
SVN-Revision: 29613
|
|
|
|
| |
SVN-Revision: 29612
|
|
|
|
| |
SVN-Revision: 29610
|
|
|
|
| |
SVN-Revision: 29605
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This add support for the Sitecom WL-351 v1 002.
In principle the Engenius ESR9850 should also work with this, but I
don't have the hardware to test it.
Since an external gigabit switch (RTL8366RB) is used,
I had to modify the ramips_esw driver to add a 'bypass' mode, which
just configures it to not filter the vlan tags.
Also two initialization words (FCT2 and FPA2) are set to different
values by u-boot than what the driver is using and it only seems to
work correctly when they not overridden by the driver, so I
added them to the platform specific data as reg_initval_fct2 and
reg_initval_fpa2.
With this wired lan works as expected, however I'm still having some
trouble with the wireless lan:
It only works after I rmmod & re-insmod rt2800pci and then
reconfigure it in the webinterface, but not directly after
rebooting.
The symptom of this is wpad saying:
Dec 20 15:45:09 OpenWrt daemon.info hostapd: wlan1: STA <notebookmac> IEEE 802.11: associated (aid 1)
Dec 20 15:45:09 OpenWrt daemon.info hostapd: wlan1: STA <notebookmac> WPA: pairwise key handshake completed (RSN)
Dec 20 15:45:22 OpenWrt daemon.info hostapd: wlan1: STA <notebookmac> IEEE 802.11: authenticated
But wpa_supplicant on the client saying:
Authentication with <wl351mac> timed out.
Signed-off-by: Tobias Diedrich <ranma+openwrt@tdiedrich.de>
SVN-Revision: 29604
|
|
|
|
|
|
| |
Signed-off-by: Artur Wronowski <arteqw@gmail.com>
SVN-Revision: 29603
|
|
|
|
|
|
| |
Patch-by: Ivan Ignjatic <ivan@omnima.co.uk>
SVN-Revision: 29602
|
|
|
|
|
|
| |
control register on the ar7240 switch (should fix #10547)
SVN-Revision: 29598
|
|
|
|
|
|
| |
Thanks netprince for reporting and testing.
SVN-Revision: 29595
|
|
|
|
|
|
| |
WZR-HP-AG300H, correct the id (#10649)
SVN-Revision: 29593
|
|
|
|
|
|
| |
brcm4716 is supported by bcma now we do not need this patch
SVN-Revision: 29576
|
|
|
|
|
|
| |
This new usb driver uses an extra device so the ehci and the ohci driver are not depending on ech other any more.
SVN-Revision: 29575
|
|
|
|
| |
SVN-Revision: 29574
|
|
|
|
|
|
| |
There are problems with the patches for kernel 2.6.39 and I do not want to support two different sets of patches.
SVN-Revision: 29573
|
|
|
|
| |
SVN-Revision: 29568
|
|
|
|
|
|
| |
Signed-off-by: Mark Deneen <mdeneen@gmail.com>
SVN-Revision: 29567
|
|
|
|
| |
SVN-Revision: 29561
|
|
|
|
|
|
|
|
| |
Because the external switch has no driver yet, connect GMAC0
to the PHY4 of the internal switch for now. This allows to
use the DB120 board as a router with 4LAN+1WAN ports.
SVN-Revision: 29557
|
|
|
|
| |
SVN-Revision: 29556
|
|
|
|
| |
SVN-Revision: 29555
|
|
|
|
| |
SVN-Revision: 29554
|
|
|
|
| |
SVN-Revision: 29553
|
|
|
|
| |
SVN-Revision: 29552
|
|
|
|
| |
SVN-Revision: 29551
|
|
|
|
| |
SVN-Revision: 29550
|
|
|
|
| |
SVN-Revision: 29549
|
|
|
|
| |
SVN-Revision: 29548
|
|
|
|
| |
SVN-Revision: 29547
|
|
|
|
| |
SVN-Revision: 29546
|
|
|
|
| |
SVN-Revision: 29545
|
|
|
|
| |
SVN-Revision: 29543
|
|
|
|
| |
SVN-Revision: 29541
|
|
|
|
| |
SVN-Revision: 29540
|
|
|
|
| |
SVN-Revision: 29539
|
|
|
|
| |
SVN-Revision: 29538
|
|
|
|
| |
SVN-Revision: 29536
|
|
|
|
| |
SVN-Revision: 29535
|
|
|
|
| |
SVN-Revision: 29534
|
|
|
|
|
|
|
|
|
| |
This patch adds support for the Omnima MiniEMBWiFi
Ralink RT3050F based board.
Based on a patch by Ivan Ignjatic <ivan at omnima.co.uk>
SVN-Revision: 29533
|
|
|
|
| |
SVN-Revision: 29532
|
|
|
|
| |
SVN-Revision: 29531
|
|
|
|
| |
SVN-Revision: 29530
|
|
|
|
| |
SVN-Revision: 29522
|
|
|
|
|
|
|
|
| |
This fixes the issues with the jffs2 images on various boards. Using
JFFS2 on devices with 4KiB erase sectors is not safe:
http://lists.infradead.org/pipermail/linux-mtd/2011-June/036591.html
SVN-Revision: 29521
|
|
|
|
|
|
| |
reused from other targets
SVN-Revision: 29516
|