aboutsummaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
* ar71xx: fix typos in image/MakefileGabor Juhos2011-10-271-7/+7
| | | | SVN-Revision: 28618
* ar71xx: add initial support for the OpenMesh OM2P boardGabor Juhos2011-10-277-0/+141
| | | | | | Based on a patch by Marek Lindner <marek@open-mesh.com> SVN-Revision: 28617
* ar71xx/all0258n: fix partition layoutGabor Juhos2011-10-271-1/+1
| | | | | | | | A miscalculation in the original patch makes OpenWrt destroy the failsafe image. Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 28615
* Update my email addressMichael Büsch2011-10-261-1/+1
| | | | SVN-Revision: 28603
* x86: disable crashlog, ioremap of RAM does not work properly hereFelix Fietkau2011-10-261-0/+1
| | | | SVN-Revision: 28599
* ar71xx: create image for the WNDR3800Gabor Juhos2011-10-261-0/+1
| | | | | | | | | This adds support for the Netgear WNDR3800, it is almost the same as the WNDR3700v2. It just has more RAM so the hd_id had to be adjusted. Signed-off-by: Petri Rosenström <petri.rosenstrom@gmail.com> SVN-Revision: 28597
* target: remove CONFIG_IDE_PROC_FS support as wellJo-Philipp Wich2011-10-259-9/+9
| | | | SVN-Revision: 28586
* brcm47xx: revert accidentially added EARLY_PRINTK symbol from previous commitJo-Philipp Wich2011-10-251-1/+0
| | | | SVN-Revision: 28585
* target: globally disable BSD process accountingJo-Philipp Wich2011-10-2537-38/+10
| | | | SVN-Revision: 28584
* 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
* ar71xx: build image for the Buffalo WHR-HP-G300NGabor Juhos2011-10-242-0/+35
| | | | | | Based on a patch by Yoichi Shinoda <shinoda@jaist.ac.jp> SVN-Revision: 28568
* ar71xx: Buffalo WHR-HP-G300N kernel supportGabor Juhos2011-10-249-1/+213
| | | | | | | | | | | | | The initial support for the Buffalo WHR-HP-G300N box. The code was confirmed to boot and run, but not tested in depth. Known problem: iw phy phy0 info shows: Coverage class: 0 (up to 0m) Available Antennas: TX 0 RX 0 Signed-off-by: Yoichi Shinoda <shinoda@jaist.ac.jp> SVN-Revision: 28567
* ar71xx: build image for the Allnet ALL0258N boardGabor Juhos2011-10-241-0/+6
| | | | | | Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 28565
* ar71xx: add kernel support for the Allnet ALL0258N boardGabor Juhos2011-10-246-0/+159
| | | | | | | | | | This patchs adds support for the Allnet ALL0258N outdoor AP/bridge. The ALL0258N is based on the AR7240 SoC paired with an AR9285 radio, it got 8MB of NOR and 32MB SDRAM. Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 28564
* ar71xx: don't override CONFIG_FSNOTIFYGabor Juhos2011-10-241-1/+0
| | | | SVN-Revision: 28563
* base-files: make sure inittab-console-fixup returns with success (#10275)Jo-Philipp Wich2011-10-241-0/+2
| | | | SVN-Revision: 28562
* x86: allow VDI & VMDK images for all subtargets (closes: #10255)Nicolas Thill2011-10-221-2/+2
| | | | SVN-Revision: 28518
* linux: generic: refresh patches for 3.1-rc10Jonas Gorski2011-10-2011-22/+22
| | | | | | Hopefully the last one and identical to final. SVN-Revision: 28492
* linux: ar71xx: add support for Mikrotik Routerboard RB493GJonas Gorski2011-10-115-0/+109
| | | | SVN-Revision: 28423
* ar71xx: add a workaround for ar8316 not always driving the TA bit to lowJonas Gorski2011-10-111-0/+20
| | | | | | | | AR8316 behind a GPIO bitbanged MDIO bus fails to drive the turnaround bit to low despite returning a valid value. Ignore it and just use the returned value anyway. SVN-Revision: 28422
* ar8216: use mdiobus_{read,write} to ensure proper lockingJonas Gorski2011-10-111-17/+17
| | | | SVN-Revision: 28421
* * update patches to 3.0John Crispin2011-10-10100-6148/+8778
| | | | | | | | * add basic vr9 support * backport 3.1 fixes * backport 3.2 queue (falcon) SVN-Revision: 28405
* ag71xx: close a race between the phy state machine and link stateJonas Gorski2011-10-081-3/+7
| | | | | | | | | | | A fast stop/start cycle could leave the ag71xx interrupts and tx engine disabled when using a phy driver with a fixed link and the start/stop happens between two phy state machine polls. Prevent this by always forcing the link down on stop regardless of phy state and having a phy connected. SVN-Revision: 28380
* add IDs for Huawai K3770, K3771, K4510 and K4511 to option driverJo-Philipp Wich2011-10-067-23/+143
| | | | SVN-Revision: 28376
* add missing kernel config symbolsFlorian Fainelli2011-10-042-0/+2
| | | | SVN-Revision: 28363
* Was specifying input-polled-keys and not input-keys-polled as the module ↵Daniel Dickinson2011-10-031-1/+1
| | | | | | name. Philip Prindeville - 2011-10-03 03:58:17 SVN-Revision: 28357
* Add patch for linux-3.0 as well.Daniel Dickinson2011-10-031-1/+1
| | | | | | | Fix typo from previous submission with input-keys-polled. Philip Prindeville - 2011-10-03 01:44:55 SVN-Revision: 28356
* New x86 platform specific symbol needed for 3.1-rc3.Daniel Dickinson2011-10-031-0/+1
|
* A lot of these options get set automatically when Geode is selected.Daniel Dickinson2011-10-031-25/+4
| | | | | | | Don't make the config more complicated than it needs to be. Philip Prindeville - 2011-08-29 03:15:27 SVN-Revision: 28353
* add vlan definitions for Siemens SE505v2Florian Fainelli2011-09-301-3/+2
| | | | | | | | | | | | | | | | | | Hi, this patch adds the correct vlan definitions for the Siemens SE505v2. It applies to trunk as well as backfire (please apply here too). On backfire this also patches brcm-2,4, because brcm47xx base-files is just symlinked to brcm-2.4. It also fixes two whitespace issues. Tested with brcm47xx on both trunk and backfire branch and works as expected. Signed-off-by: Manuel Munz <freifunk@somakoma.de> SVN-Revision: 28336
* The enable function was using the global timeout variable for local ↵John Crispin2011-09-261-0/+40
| | | | | | operations. This resulted in the value of the global variable being corrupted, thus breaking the code. SVN-Revision: 28310
* * remove obseleted m25p80 patchJohn Crispin2011-09-261-8/+0
| | | | SVN-Revision: 28309
* * rebase 3.0 patches * fold some fixes into existing patchesJohn Crispin2011-09-2628-548/+729
| | | | SVN-Revision: 28308
* ar71xx: fix MAC addresses on the DIR-825-B1 boardGabor Juhos2011-09-231-10/+23
| | | | | | Patch-by: Lukas Kuna SVN-Revision: 28295
* ar71xx: enable login only on the system console by defaultGabor Juhos2011-09-232-2/+25
| | | | SVN-Revision: 28294
* linux/generic: commit an upstream kernel 3.0 patch (fixes busubox-1.19.2 ↵Alexandros C. Couloumbis2011-09-231-0/+33
| | | | | | build failure) SVN-Revision: 28293
* ar71xx: build images for the TP-Link TL-WR703N v1 boardGabor Juhos2011-09-212-0/+31
| | | | | | Based on a patch by dongyuqi <729650915@qq.com> SVN-Revision: 28279
* ar71xx: add support for the TP-Link TL-WR703N v1 boardGabor Juhos2011-09-219-1/+152
| | | | | | Based on a patch by dongyuqi <729650915@qq.com> SVN-Revision: 28277
* ar71xx: add AR933x specific USB setup functionGabor Juhos2011-09-212-2/+25
| | | | SVN-Revision: 28276
* ar71xx: add ar71xx_device_reset_rmw helperGabor Juhos2011-09-212-0/+49
| | | | SVN-Revision: 28275
* ar71xx: fix copy&paste bug in WZRHPAG300H profile descriptionGabor Juhos2011-09-211-1/+1
| | | | SVN-Revision: 28274
* ar71xx: remove 'default [yn]' from machine Kconfig entriesGabor Juhos2011-09-211-37/+0
| | | | SVN-Revision: 28273
* ar71xx: sort AR71XX_MACH_* entriesGabor Juhos2011-09-211-16/+16
| | | | SVN-Revision: 28272
* ar71xx: create image for the TP-Link TL-WR743ND v1Gabor Juhos2011-09-212-0/+16
| | | | | | | | Same hardware as WR741ND but with PoE support. Signed-off-by: Paul Fertser <fercerpav@gmail.com> SVN-Revision: 28271
* ar71xx: create image for the TP-Link TL-WR740N v3Gabor Juhos2011-09-212-0/+19
| | | | | | Signed-off-by: Martin Raykov <martin.raykov@gmail.com> SVN-Revision: 28269
* generic: jumbo frames support for rtl8366sGabor Juhos2011-09-211-0/+51
| | | | | | | | | | | | | | This patch adds the option to enable jumbo frames on the rtl8366s switch. This is almost exactly the same as the first patch at https://dev.openwrt.org/ticket/7977 and it has been requested in a comment there. I have tested this and it successfully allows devices on the switch using jumbo frames to communicate. Signed-off-by: Ash Hughes <ashley.hughes@blueyonder.co.uk> SVN-Revision: 28267
* fix generation for arm platforms Based on patch by Roman Yeryomin ↵Jo-Philipp Wich2011-09-131-1/+5
| | | | | | <roman@advem.lv> SVN-Revision: 28225
* ar71xx: fix register range check for DMA stuck checks (thx, Frédéric Moulins)Felix Fietkau2011-09-111-1/+1
| | | | SVN-Revision: 28213