aboutsummaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
...
* ar71xx: fix sysupgrade on PB42/PB44 boardsGabor Juhos2011-12-271-2/+4
| | | | SVN-Revision: 29613
* ramips: rt288x: add support for the Buffalo WLI-TX4-AG300N boardGabor Juhos2011-12-2711-1/+189
| | | | SVN-Revision: 29612
* add missing config symbolJo-Philipp Wich2011-12-259-0/+9
| | | | SVN-Revision: 29610
* brcm47xx: fix usb on more recent bcma based devices.Hauke Mehrtens2011-12-231-4/+5
| | | | SVN-Revision: 29605
* 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
* ar71xx: set a reserved bit that resets to 1 when writing the address table ↵Felix Fietkau2011-12-221-0/+2
| | | | | | control register on the ar7240 switch (should fix #10547) SVN-Revision: 29598
* ar71xx: add default network config for buffalo WZR-HP-G300NH2 and WZR-HP-G450HJonas Gorski2011-12-211-0/+8
| | | | | | Thanks netprince for reporting and testing. SVN-Revision: 29595
* the mach file of the WZR-HP-G300NH2 accidentally claimed the mach id of the ↵Jo-Philipp Wich2011-12-211-1/+1
| | | | | | WZR-HP-AG300H, correct the id (#10649) SVN-Revision: 29593
* brcm47xx: remove patch starting adding brcm4716 to ssbHauke Mehrtens2011-12-191-104/+0
| | | | | | brcm4716 is supported by bcma now we do not need this patch SVN-Revision: 29576
* brcm47xx: add new usb driver for bcma bus and replace ssb usb driver.Hauke Mehrtens2011-12-1910-521/+1768
| | | | | | 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
* kernel: update bcma and ssb to version master-2011-12-16 from wireless-testingHauke Mehrtens2011-12-1931-3949/+17429
| | | | SVN-Revision: 29574
* brcm47xx: remove support for kernel 2.6.39Hauke Mehrtens2011-12-1936-3310/+0
| | | | | | 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
* ar71xx: add missing wireless led changes for wzr-hp-g300nh2Felix Fietkau2011-12-191-6/+1
| | | | SVN-Revision: 29568
* ar71xx: add support for the wzr-hp-g300nh2Felix Fietkau2011-12-1810-0/+231
| | | | | | Signed-off-by: Mark Deneen <mdeneen@gmail.com> SVN-Revision: 29567
* ar71xx: use 64kraw template on more TP-Link boardsGabor Juhos2011-12-171-4/+4
| | | | SVN-Revision: 29561
* ar71xx: connect GMAC0 to the internal switch on DB120Gabor Juhos2011-12-152-1/+35
| | | | | | | | 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
* ar71xx: add defines for the AR934X GMAC interfaceGabor Juhos2011-12-151-0/+21
| | | | SVN-Revision: 29556
* ar71xx: fix GMAC1 interface speed on the DB120 boardGabor Juhos2011-12-151-1/+1
| | | | SVN-Revision: 29555
* ar71xx: ag71xx: fix switch port setup for AR934XGabor Juhos2011-12-151-11/+41
| | | | SVN-Revision: 29554
* ar71xx: ag71xx: allow to connect PHY4 to the CPU on AR934XGabor Juhos2011-12-152-4/+8
| | | | SVN-Revision: 29553
* ar71xx: ag71xx: setup switch interface mode on AR934XGabor Juhos2011-12-151-0/+19
| | | | SVN-Revision: 29552
* ar71xx: ag71xx: detect the built-in switch of the AR934X SoCsGabor Juhos2011-12-151-12/+36
| | | | SVN-Revision: 29551
* ar71xx: allow to attach the internal switch for AR934xGabor Juhos2011-12-151-0/+2
| | | | SVN-Revision: 29550
* ar71xx: introduce ar71xx_switch_dataGabor Juhos2011-12-155-8/+20
| | | | SVN-Revision: 29549
* ar71xx: build images for TL-WR741N/ND v2Gabor Juhos2011-12-151-0/+1
| | | | SVN-Revision: 29548
* ar71x: use raw squashfs images for TP-Link boardsGabor Juhos2011-12-151-20/+20
| | | | SVN-Revision: 29547
* ar71xx: create a template for using unpadded squashfs imagesGabor Juhos2011-12-151-1/+12
| | | | SVN-Revision: 29546
* ar71xx: put squash image right after the kernel on TP-Link boardsGabor Juhos2011-12-151-4/+12
| | | | SVN-Revision: 29545
* ar71xx: tplinkpart: allow to detect JFFS2 as wellGabor Juhos2011-12-151-3/+4
| | | | SVN-Revision: 29543
* ar71xx: ag71xx: check PHY IDs before accessing the switch registersGabor Juhos2011-12-151-9/+8
| | | | SVN-Revision: 29541
* ar71xx: ag71xx: don't use port 4 of the switch, it is not connected on ar724xGabor Juhos2011-12-151-13/+25
| | | | SVN-Revision: 29540
* ar71xx: ag71xx: nuke ar7240sw_initGabor Juhos2011-12-151-6/+1
| | | | SVN-Revision: 29539
* ar71xx: fix mac addresses on jjPlus devicesGabor Juhos2011-12-152-0/+4
| | | | SVN-Revision: 29538
* ar71xx: build image for the Hornet-UB boardGabor Juhos2011-12-141-0/+7
| | | | SVN-Revision: 29536
* ar71xx: add support for ALFA Network's Hornet-UB boardGabor Juhos2011-12-149-0/+160
| | | | SVN-Revision: 29535
* ar71xx: add GPIO function bit defines for AR933XGabor Juhos2011-12-141-0/+21
| | | | SVN-Revision: 29534
* 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
* ar71xx: fix gpio count for ar7241/ar7242Felix Fietkau2011-12-142-2/+6
| | | | SVN-Revision: 29532
* ar71xx: register extra leds behind the wireless mac on wzr-hp-g450hFelix Fietkau2011-12-143-0/+26
| | | | SVN-Revision: 29531
* ath9k: add support for registering extra leds connected to the wmac gpio linesFelix Fietkau2011-12-141-0/+3
| | | | SVN-Revision: 29530
* ar71xx: get rid of squashfs-4k imagesGabor Juhos2011-12-131-11/+2
| | | | SVN-Revision: 29522
* generic: disable 'small sector' erase in m25p80 driverGabor Juhos2011-12-136-0/+126
| | | | | | | | 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
* kernel: move linux/ath9k_platform.h to generic files so that it can be ↵Felix Fietkau2011-12-131-0/+0
| | | | | | reused from other targets SVN-Revision: 29516
* ar71xx: fix wireless led on wzr-hp-g450hFelix Fietkau2011-12-131-0/+1
| | | | SVN-Revision: 29515
* ar71xx: enable AR9341 support at setup.cGabor Juhos2011-12-131-0/+6
| | | | | | Patch-by: dyq <729650915@qq.com> SVN-Revision: 29514
* ar71xx: Build images for Netgear WNDRMAC and WNDRMACv2Gabor Juhos2011-12-135-5/+8
| | | | | | | | | | | | | | | | | | | The WNDRMAC is a WNDR3700v2 (64MB RAM, 16MB flash) in a white case. The WNDRMACv2 is a WNDR3800 (128MB RAM, 16MB flash) in a WNDRMAC case. The WNDRMAC case doesn't have "holes" or labels for the 2.4GHz LED or switch ports 2-4. The stock firmware uses a single LED (in the 5GHz position) to indicate the status of both radios, and a single LED (in the switch port 1 position) to indicate the status of all LAN ports. The "missing" LEDs are present on the board, and easily shine through the case. Unlike the stock firmware, OpenWrt will use these "hidden" LEDs. I've tested the WNDRMACv2 image. I don't have a v1 WNDRMAC, but assume that this is sufficient to build a fully-functional image. Signed-off-by: Mark Mentovai <mark@moxienet.com> SVN-Revision: 29513
* ar71xx: add gpios and usb for wzr-hp-g450hFelix Fietkau2011-12-131-2/+73
| | | | SVN-Revision: 29509
* ar71xx: use RedBoot parser on PB44Gabor Juhos2011-12-111-0/+10
| | | | SVN-Revision: 29501