aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips
Commit message (Collapse)AuthorAgeFilesLines
* ramips: rt288x: add support for the Belkin F5D8235-4 v1 boardGabor Juhos2011-12-2811-1/+184
| | | | | | Patch-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com> SVN-Revision: 29617
* ramips: rt288x: change base address and window size of flash bank 0Gabor Juhos2011-12-281-2/+2
| | | | SVN-Revision: 29616
* ramips: rt305x: add support for the ALFA Networks W502U (R36) boardGabor Juhos2011-12-2813-3/+166
| | | | SVN-Revision: 29615
* ramips: rt288x: add support for the Buffalo WLI-TX4-AG300N boardGabor Juhos2011-12-2711-1/+189
| | | | SVN-Revision: 29612
* ramips: initial support for Sitecom WL-351 v1 002Gabor Juhos2011-12-2313-5/+209
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* ramips: add support for the Senao/EnGenius ESR-9753 boardGabor Juhos2011-12-2314-1/+190
| | | | | | Signed-off-by: Artur Wronowski <arteqw@gmail.com> SVN-Revision: 29603
* ramips: define firmware partition for Omnima MiniEMBWiFiGabor Juhos2011-12-231-0/+4
| | | | | | Patch-by: Ivan Ignjatic <ivan@omnima.co.uk> SVN-Revision: 29602
* ramips: add support for Omnima MiniEMBWiFi boardGabor Juhos2011-12-1411-1/+140
| | | | | | | | | 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
* ramips: fix mac addresses on the DIR-300/600 boardsGabor Juhos2011-12-062-0/+13
| | | | SVN-Revision: 29471
* ramips: set mac addresses for the NBG-419NGabor Juhos2011-12-052-1/+7
| | | | | | Based on a patch by Nerijus Baliunas <nerijus@users.sourceforge.net> SVN-Revision: 29454
* ramips: set preinit interface mac on the hw550-3g boardGabor Juhos2011-12-051-0/+4
| | | | | | Based on a patch by Daniel Golle <dgolle@allnet.de> SVN-Revision: 29453
* ramips: use ramips_get_mac_* functions in the preinit scriptGabor Juhos2011-12-051-18/+4
| | | | SVN-Revision: 29452
* ramips: move ramips_get_mac_* functions to lib/ramips.shGabor Juhos2011-12-052-33/+37
| | | | SVN-Revision: 29451
* ramips: add ramips_ prefix to get_mac_{binary,nvram} functionsGabor Juhos2011-12-051-6/+6
| | | | SVN-Revision: 29450
* ramips: fix network configuration setupGabor Juhos2011-12-051-3/+3
| | | | SVN-Revision: 29448
* ramips: fix argus board rootfs sizeGabor Juhos2011-12-041-1/+1
| | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 29422
* ramips: enable sysupgrade on the RT-N15 boardGabor Juhos2011-12-011-0/+1
| | | | SVN-Revision: 29393
* ramips: wrap long line in platform upgrade scriptGabor Juhos2011-12-011-1/+12
| | | | SVN-Revision: 29392
* ramips: add profile for the Asus RT-N15Gabor Juhos2011-12-011-0/+18
| | | | | | | | | | 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
* ramips: setup default network configuration for RT-N15Gabor Juhos2011-12-011-1/+9
| | | | | | Based on a patch by Roman Yeryomin <roman@advem.lv> SVN-Revision: 29390
* ramips: rt288x: add swconfig and rtl8366{s,_smi} drivers to the default profileGabor Juhos2011-12-011-1/+1
| | | | | | It is needed by the RT-N15 board. SVN-Revision: 29389
* ramips: remove default network configuration, and generate that from ↵Gabor Juhos2011-12-012-1/+13
| | | | | | uci-defaults SVN-Revision: 29387
* ramips: use /lib/functions/uci-defaults.shGabor Juhos2011-12-011-26/+12
| | | | SVN-Revision: 29386
* ramips: simplify uci-defaults/network scriptGabor Juhos2011-12-011-50/+13
| | | | SVN-Revision: 29383
* ramips: setup mac and network interfaces from separate functionsGabor Juhos2011-12-011-8/+30
| | | | SVN-Revision: 29382
* ramips: fix Asus RT-N15 board supportGabor Juhos2011-12-012-3/+14
| | | | | | | | Fix Asus RT-N15 flash partitions and make an image. Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 29381
* ramips: Sparklan wcr-150gn board fixesGabor Juhos2011-12-013-11/+54
| | | | | | | | | | | | * 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
* ramips: fix package name of kmod-input-gpio-buttonsGabor Juhos2011-12-011-1/+1
| | | | | | Based on a patch from Omnima Limited. SVN-Revision: 29379
* ramips: move kmod-rt2800-pci to DEFAULT_PACKAGESGabor Juhos2011-12-013-3/+3
| | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 29378
* ramips: setup bc2 mac addresses from the generic network scriptGabor Juhos2011-12-012-36/+1
| | | | SVN-Revision: 29377
* ramips: combine network setup for all boards in one fileGabor Juhos2011-12-012-39/+116
| | | | | | | | | | | | | 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
* rt305x: Create factory image for Fonera 2.0nVasilis Tsiligiannis2011-10-311-1/+8
| | | | SVN-Revision: 28689
* ramips: Support for NexAira BC2Gabor Juhos2011-10-2412-3/+171
| | | | | | | | | 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
* ramips: fix switch-port assignment for HW550-3GGabor Juhos2011-10-241-1/+1
| | | | | | | | WAN is on swtich port 0 for Aztech HW550-3G. Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 28570
* ramips: combine led setup for all boards in one fileGabor Juhos2011-10-245-85/+34
| | | | | | | | | 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
* ramips: rt305x: add support for the ZyXEL NBG-419N boardGabor Juhos2011-08-2210-1/+132
| | | | SVN-Revision: 28078
* ramips: rt305x: remove unused defines from mach-nw718.cGabor Juhos2011-08-221-3/+0
| | | | SVN-Revision: 28077
* ramips: sort Makefile entriesGabor Juhos2011-08-221-1/+1
| | | | SVN-Revision: 28076
* ramips: sort RAMIPS_MACH_* definesGabor Juhos2011-08-221-4/+4
| | | | SVN-Revision: 28075
* ramips: fix wireless firmware extraction for wr512-3gnGabor Juhos2011-08-221-1/+1
| | | | | | Signed-off-by: Andrew Andrianov <necromant@necromant.ath.cx> SVN-Revision: 28073
* ramips: remove 'default [yn]' keywords from machine Kconfig entriesGabor Juhos2011-08-192-16/+2
| | | | SVN-Revision: 28054
* ramips: rt305x: fix wr512n image generationGabor Juhos2011-08-191-12/+5
| | | | SVN-Revision: 28053
* ramips: rt305x: support for wr512-3gn-like routersGabor Juhos2011-08-198-2/+183
| | | | | | Signed-off-by: Andrew Andrianov <necromant@necromant.ath.cx> SVN-Revision: 28052
* ramips: register usb on Belkin F5D8235 v2 and Argus ATP-52-B routersGabor Juhos2011-08-192-0/+2
| | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 28051
* ramips: fix wireless on Belkin F5D8235 v2Gabor Juhos2011-08-191-2/+5
| | | | | | | | Fix wireless firmware extract from flash for Belkin F5D8235 v2. Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 28050
* ramips: fix typo in default packagesGabor Juhos2011-08-191-1/+1
| | | | | | | | Fix fivebytepypo - there is no such kernel module wpad-mini :) Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 28049
* kernel: update kernel to version 2.6.39.4Hauke Mehrtens2011-08-161-1/+1
| | | | SVN-Revision: 28022
* ramips: use maccalc instead of hexdump + sedGabor Juhos2011-08-151-2/+3
| | | | SVN-Revision: 28007
* ramips: rt305x: fix mac addresses on the Netcore NW718 boardGabor Juhos2011-08-152-0/+57
| | | | SVN-Revision: 28006
* ramips: add maccalc to the default package listGabor Juhos2011-08-151-1/+1
| | | | SVN-Revision: 28005