| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Patch-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
SVN-Revision: 29617
|
|
|
|
| |
SVN-Revision: 29616
|
|
|
|
| |
SVN-Revision: 29615
|
|
|
|
| |
SVN-Revision: 29612
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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: 29471
|
|
|
|
|
|
| |
Based on a patch by Nerijus Baliunas <nerijus@users.sourceforge.net>
SVN-Revision: 29454
|
|
|
|
|
|
| |
Based on a patch by Daniel Golle <dgolle@allnet.de>
SVN-Revision: 29453
|
|
|
|
| |
SVN-Revision: 29452
|
|
|
|
| |
SVN-Revision: 29451
|
|
|
|
| |
SVN-Revision: 29450
|
|
|
|
| |
SVN-Revision: 29448
|
|
|
|
|
|
| |
Signed-off-by: Roman Yeryomin <roman@advem.lv>
SVN-Revision: 29422
|
|
|
|
| |
SVN-Revision: 29393
|
|
|
|
| |
SVN-Revision: 29392
|
|
|
|
|
|
|
|
|
|
| |
This uses previously submitted rtl8366 kernel packages.
[juhosg: The kmod-gpio-dev package has been removed from the package list.]
Signed-off-by: Roman Yeryomin <roman@advem.lv>
SVN-Revision: 29391
|
|
|
|
|
|
| |
Based on a patch by Roman Yeryomin <roman@advem.lv>
SVN-Revision: 29390
|
|
|
|
|
|
| |
It is needed by the RT-N15 board.
SVN-Revision: 29389
|
|
|
|
|
|
| |
uci-defaults
SVN-Revision: 29387
|
|
|
|
| |
SVN-Revision: 29386
|
|
|
|
| |
SVN-Revision: 29383
|
|
|
|
| |
SVN-Revision: 29382
|
|
|
|
|
|
|
|
| |
Fix Asus RT-N15 flash partitions and make an image.
Signed-off-by: Roman Yeryomin <roman@advem.lv>
SVN-Revision: 29381
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Fix partition sizes.
* Add buttons and leds.
* Register usb.
* Remove unnecessary stuff from image Makefile
* Fix rt2x00 eeprom extract.
Signed-off-by: Roman Yeryomin <roman@advem.lv>
SVN-Revision: 29380
|
|
|
|
|
|
| |
Based on a patch from Omnima Limited.
SVN-Revision: 29379
|
|
|
|
|
|
| |
Signed-off-by: Roman Yeryomin <roman@advem.lv>
SVN-Revision: 29378
|
|
|
|
| |
SVN-Revision: 29377
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Inspired by the patch from Roman Yeryomin. Thanks, Roman!
This removes unnecessary duplication and simplifies network setup for new
boards. It would be a one line change most likely.
[juhosg: setup lan and wan interfaces for unspecified rt3x0x based boards
in order to avoid regression]
Signed-off-by: Alexander Gordeev <lasaine@lvk.cs.msu.su>
SVN-Revision: 29376
|
|
|
|
| |
SVN-Revision: 28689
|
|
|
|
|
|
|
|
|
| |
The preconfiguration of the USB LED has benn move to the
/etc/uci-defaults/leds script. [juhosg]
Signed-off-by: Adam Porter <porter.adam at gmail.com>
SVN-Revision: 28571
|
|
|
|
|
|
|
|
| |
WAN is on swtich port 0 for Aztech HW550-3G.
Signed-off-by: Daniel Golle <dgolle@allnet.de>
SVN-Revision: 28570
|
|
|
|
|
|
|
|
|
| |
This removes unnecessary duplication and simplifies led setup for new
boards. It would be a one line change most likely.
Signed-off-by: Alexander Gordeev <lasaine@lvk.cs.msu.su>
SVN-Revision: 28569
|
|
|
|
| |
SVN-Revision: 28078
|
|
|
|
| |
SVN-Revision: 28077
|
|
|
|
| |
SVN-Revision: 28076
|
|
|
|
| |
SVN-Revision: 28075
|
|
|
|
|
|
| |
Signed-off-by: Andrew Andrianov <necromant@necromant.ath.cx>
SVN-Revision: 28073
|
|
|
|
| |
SVN-Revision: 28054
|
|
|
|
| |
SVN-Revision: 28053
|
|
|
|
|
|
| |
Signed-off-by: Andrew Andrianov <necromant@necromant.ath.cx>
SVN-Revision: 28052
|
|
|
|
|
|
| |
Signed-off-by: Roman Yeryomin <roman@advem.lv>
SVN-Revision: 28051
|
|
|
|
|
|
|
|
| |
Fix wireless firmware extract from flash for Belkin F5D8235 v2.
Signed-off-by: Roman Yeryomin <roman@advem.lv>
SVN-Revision: 28050
|
|
|
|
|
|
|
|
| |
Fix fivebytepypo - there is no such kernel module wpad-mini :)
Signed-off-by: Roman Yeryomin <roman@advem.lv>
SVN-Revision: 28049
|
|
|
|
| |
SVN-Revision: 28022
|
|
|
|
| |
SVN-Revision: 28007
|
|
|
|
| |
SVN-Revision: 28006
|
|
|
|
| |
SVN-Revision: 28005
|