summaryrefslogtreecommitdiffstats
path: root/target/linux
Commit message (Collapse)AuthorAgeFilesLines
...
* pad squashfs imageFlorian Fainelli2012-09-031-0/+4
| | | | SVN-Revision: 33314
* add Generic and dLAN USB Extender profilesFlorian Fainelli2012-09-033-3/+36
| | | | SVN-Revision: 33313
* nuport-mac: disable MAC RX and TX during interface closeFlorian Fainelli2012-09-031-0/+5
| | | | | | Fixes sporadic crashes while reconfiguring the network interface. SVN-Revision: 33312
* Revert "ar71xx: only allow RGMII mode on the 2nd ethernet MAC of the AR7240"Gabor Juhos2012-08-291-8/+1
| | | | | | That was based on assumptions. SVN-Revision: 33310
* ar71xx: all0315n: fix ethernet according to vendor infoGabor Juhos2012-08-291-12/+2
| | | | | | Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 33309
* ar71xx: add RSSI LEDs of ALL0315N to uci-defaults/ledsGabor Juhos2012-08-291-0/+7
| | | | SVN-Revision: 33308
* ramips: add kmod-usb-ohci to defaults packages in profile of ALL5002Gabor Juhos2012-08-291-1/+1
| | | | SVN-Revision: 33307
* ramips: make built-in switch transparent for ALL0256N and ALL5002Gabor Juhos2012-08-293-3/+6
| | | | | | | | This allows them to transparently communicate with an external VLAN switch. Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 33305
* ramips: Power down phy on disabled switch portsGabor Juhos2012-08-291-5/+67
| | | | | | | | | | | | | | Power down phy on disabled switch ports. Haven't measured this myself yet, but according to this http://www.8devices.com/community/viewtopic.php?f=6&t=156 it can save about 300mW of power. [juhosg: fix checkpatch warning] Signed-off-by: Tobias Diedrich <ranma+openwrt@tdiedrich.de> SVN-Revision: 33304
* ramips: Add support for 8devices Carambola dev board.Gabor Juhos2012-08-2911-0/+62
| | | | | | | | | | | | Add support for 8devices Carambola dev board. The Carambola is a small RT3050-based development board with two ethernet ports, on-board chip antenna, usb and plenty of accessible gpio ports, sold by 8devices. Signed-off-by: Tobias Diedrich <ranma+openwrt@tdiedrich.de> SVN-Revision: 33303
* ramips: Rename POC registersGabor Juhos2012-08-291-31/+31
| | | | | | | | | | | | | | | | | | Rename POC registers. The current code uses POC1-POC3. The datasheet uses: POC1: Port Control 0 POC1: Port Control 1 POC2: Port Control 2 So the first POC1 is a typo that should have been POC0, rename the registers to POC0-POC2 accordingly. Signed-off-by: Tobias Diedrich <ranma+openwrt@tdiedrich.de> SVN-Revision: 33302
* ramips: Minor ramips_esw.c cleanupGabor Juhos2012-08-294-62/+18
| | | | | | | | | | | | Stop handling VLAN setup in the kernel. Removes the obsolete RT305X_ESW_VLAN_CONFIG_BYPASS option I added for WL-351 and add some extra comments. Also removes the en_vlan per-port flag that isn't very useful really, it now is only controlled by the global enable_vlan flag. Signed-off-by: Tobias Diedrich <ranma+openwrt@tdiedrich.de> SVN-Revision: 33301
* ramips: Add switch setup to uci network defaultsGabor Juhos2012-08-291-1/+26
| | | | | | | | | | | | | | Add switch setup to uci network defaults. The 'lan' attribute is used to decide into which vlan to put the port. Currently 'disable' is never set, but the intention is to use this for devices like the 8devices Carambola, which only has two ports hooked up to the SoC. Signed-off-by: Tobias Diedrich <ranma+openwrt@tdiedrich.de> SVN-Revision: 33300
* ramips: Add swconfig support to ramips_esw.cGabor Juhos2012-08-292-35/+755
| | | | | | | | | | | | | | | | | | | Add swconfig support to ramips_esw.c This patch adds swconfig support for ramips_esw: Tested on both D-LINK DIR-300 B1 and Sitecom WL-351 (external rtl8366rb on internal port 5). I've made sure that in the enable_vlan=0 case it behaves like a dumb switch, so external switches should work fine with vlans and verified this on the WL-351. The current state shown by swconfig is always read directly from HW registers, new settings only show after 'swconfig dev rt305x set apply'. Signed-off-by: Tobias Diedrich <ranma+openwrt@tdiedrich.de> SVN-Revision: 33299
* ramips: ramips_esw.c indentation cleanupGabor Juhos2012-08-291-11/+11
| | | | | | | | | | Minor indentation cleanup. Prepare for the main swconfig patch by cleaning up indentation a bit. Signed-off-by: Tobias Diedrich <ranma+openwrt@tdiedrich.de> SVN-Revision: 33298
* ar71xx: image: fix Profile name for TL-WA701 (closes #12094)Gabor Juhos2012-08-291-1/+1
| | | | SVN-Revision: 33295
* ar71xx: Buffalo WZR-HP-AG300H LED supportGabor Juhos2012-08-294-0/+114
| | | | | | | | | | | | | | | | | | | An improved LED support for Buffalo WZR-HP-AG300H. There will be two new packages to go with this patch (ar922x-led-fix-hotplug and ar922x-led-fix-init). These packages essentially perform the same task of disabling "JTAG over GPIO pins" function which is currently required for LEDs on AR922x emac GPIO to work, and are both considered a temporary fix that circumvent this problem. [juhosg: add the hotplug script from the proposed ar922x-led-fix-hotplug package to ar71xx/base-files] Signed-off-by: Yoichi Shinoda <shinoda@jaist.ac.jp> SVN-Revision: 33294
* gemini: fix bus ids for PHY devices (closes: #12082)Gabor Juhos2012-08-273-4/+4
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 33288
* ar71xx: add profile for Allnet devicesGabor Juhos2012-08-271-0/+39
| | | | | | Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 33287
* ar71xx: generate image for ALL0315NGabor Juhos2012-08-271-1/+20
| | | | | | Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 33286
* ar71xx: sysupgrade for the ALL0315NGabor Juhos2012-08-272-14/+17
| | | | | | Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 33285
* ar71xx: rename all0258n.sh to allnet.shGabor Juhos2012-08-271-0/+0
| | | | | | Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 33284
* ar71xx: detect ALL0315N boardGabor Juhos2012-08-272-0/+4
| | | | | | Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 33282
* ar71xx: add support for the Allnet ALL0315N boardGabor Juhos2012-08-273-0/+140
| | | | | | Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 33281
* ar71xx: only allow RGMII mode on the 2nd ethernet MAC of the AR7240Gabor Juhos2012-08-271-1/+8
| | | | | | Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 33280
* generic: add support for the EON EN25Q64 SPI flash chipGabor Juhos2012-08-261-0/+10
| | | | | | It is used in some TL-WDR4310 devices. Closes #12077. SVN-Revision: 33275
* ar71xx: unbreak building images for TL-WR1041N-v2, TL-WR2543NGabor Juhos2012-08-261-2/+2
| | | | | | | | | | | | | | | | | | | | | | | Commit 48788063266ad99bdab03b53cbe7e1a564c2d9b3 (r33251) introduced a regression with board= kernel command line parameter incorrectly initialised. The faulty builds propogated to the snapshots download area. This makes the device unbootable and TP-Link users have to attach the serial to recover. Here is the q&d way i used to identify MIPS boards that didn't have a corresponding entry in the image/Makefile: for i in `find ../files/arch/mips/ath79/ -type f -exec cat {} \; \ | sed -n '/MIPS_MACHINE/ { s/^[^"]*"\([^"]*\)".*$/\1/; p; }'`; do grep -q ,$i, Makefile || echo $i; done > missing-boards.new Reported-by: Casper on IRC Signed-off-by: Paul Fertser <fercerpav@gmail.com> SVN-Revision: 33274
* ar71xx: image: fix TL-WR1043ND board id (#12079)Gabor Juhos2012-08-261-1/+1
| | | | SVN-Revision: 33272
* Enable eSATA sheevaplugJohn Crispin2012-08-241-1/+1
| | | | | | | | | | OpenWRT runs in a eSATA sheevaplug like a charm. This patch just enables CONFIG_MACH_ESATA_SHEEVAPLUG so the proper MACHINE_START definition is compiled in. Signed-off-by: Unai Uribarri <unaiur@gmail.com> SVN-Revision: 33266
* ar71xx: image: group and sort {Single,Multi}ProfilesGabor Juhos2012-08-231-109/+63
| | | | SVN-Revision: 33264
* ar71xx: image: group and sort mtdlayout definitionsGabor Juhos2012-08-231-21/+22
| | | | SVN-Revision: 33263
* ar71xx: image: use the MultiProfile helper for the Madwifi profileGabor Juhos2012-08-231-8/+1
| | | | SVN-Revision: 33262
* ar71xx: image: automatically build a list of SingleProfilesGabor Juhos2012-08-231-77/+5
| | | | | | Use that for Default/Minimal profiles. SVN-Revision: 33261
* ar71xx: image: use the new helpers for the ZyXEL imagesGabor Juhos2012-08-231-4/+1
| | | | SVN-Revision: 33260
* ar71xx: image: use the new helpers for the Zcomax imagesGabor Juhos2012-08-231-8/+2
| | | | SVN-Revision: 33259
* ar71xx: image: use the new helpers for the WRT400 imagesGabor Juhos2012-08-231-4/+1
| | | | SVN-Revision: 33258
* ar71xx: image: use the new helpers for the WZRHPG30XNH imagesGabor Juhos2012-08-231-16/+4
| | | | SVN-Revision: 33257
* ar71xx: image: use the new helpers for the WHRHPG300N imagesGabor Juhos2012-08-231-19/+4
| | | | SVN-Revision: 33256
* ar71xx: image: use the new helpers for the UBNTXM imagesGabor Juhos2012-08-231-34/+7
| | | | SVN-Revision: 33255
* ar71xx: image: use the new helpers for the UBNT imagesGabor Juhos2012-08-231-12/+3
| | | | SVN-Revision: 33254
* ar71xx: image: use the new helpers for the TPLINKOLD imagesGabor Juhos2012-08-231-4/+1
| | | | SVN-Revision: 33253
* ar71xx: image: use the new helpers for the TPLINK-LZMA imagesGabor Juhos2012-08-231-38/+12
| | | | SVN-Revision: 33252
* ar71xx: image: use the new helpers for the TPLINK imagesGabor Juhos2012-08-231-51/+27
| | | | SVN-Revision: 33251
* ar71xx: image: use the new helpers for the Planex imagesGabor Juhos2012-08-231-9/+2
| | | | SVN-Revision: 33250
* ar71xx: image: use the new helpers for the PB4X imagesGabor Juhos2012-08-231-31/+7
| | | | SVN-Revision: 33249
* ar71xx: image: use the new helpers for the OpenMesh imagesGabor Juhos2012-08-231-3/+1
| | | | SVN-Revision: 33248
* ar71xx: image: use the new helpers for the Netgear imagesGabor Juhos2012-08-231-8/+6
| | | | SVN-Revision: 33247
* ar71xx: image: use the new helpers for the MyLoader imagesGabor Juhos2012-08-231-11/+6
| | | | SVN-Revision: 33246
* ar71xx: image: use the new helpers for the DIR825B1 imagesGabor Juhos2012-08-231-9/+2
| | | | SVN-Revision: 33245
* ar71xx: image: use the new helpers for the CyberTAN imagesGabor Juhos2012-08-231-4/+1
| | | | SVN-Revision: 33244