summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
* ar71xx: unify LED names on Buffalo boardsGabor Juhos2011-11-015-17/+15
| | | | SVN-Revision: 28702
* ar71xx: unify LED names on TP-Link boardsGabor Juhos2011-11-0112-47/+36
| | | | SVN-Revision: 28701
* ar71xx/all0258n: sysupgrade supportGabor Juhos2011-11-012-0/+168
| | | | | | | | | | | | U-Boot on the ALL0258N needs offset, size and md5 for kernel and rootfs to be stored in the U-Boot environment. If the checksums don't match during boot, a failsafe-system is booted instead. This patch adds a board-specific sysupgrade hack for the all0258n which calculates and updates the checksums for the U-Boot environment. Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 28700
* ar71xx/all0258n: add default configGabor Juhos2011-11-012-0/+17
| | | | | | | | This adds default network and uboot-env settings for the ALL0258N. Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 28699
* ar71xx: remove default network config of the mzk-w04nu board as wellGabor Juhos2011-11-011-16/+0
| | | | | | It works with the generic config. SVN-Revision: 28695
* ar71xx: remove LED setup of nonexistent interfaces on RB750Gabor Juhos2011-10-311-24/+0
| | | | SVN-Revision: 28693
* ar71xx: remove default network config of the wnr2000 boardGabor Juhos2011-10-311-16/+0
| | | | | | It is the same as the generic configuration. SVN-Revision: 28692
* rt305x: Create factory image for Fonera 2.0nVasilis Tsiligiannis2011-10-311-1/+8
| | | | SVN-Revision: 28689
* omap24xx: Default to linux-3.1Michael Büsch2011-10-301-1/+1
| | | | SVN-Revision: 28687
* omap24xx: Fix n810 LCD initializationMichael Büsch2011-10-304-21/+75
| | | | SVN-Revision: 28685
* omap24xx: Fix n810 bootMichael Büsch2011-10-308-206/+184
| | | | SVN-Revision: 28683
* ar71xx/sysupgrade: use $magic_long instead of $magic when comparing with a ↵Gabor Juhos2011-10-301-2/+2
| | | | | | | | | | | 32-bit value Aparently $magic_long was meant here instead of $magic when comparing with 32-bit values. Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 28678
* omap24xx: Refresh 3.1 configMichael Büsch2011-10-291-0/+1
| | | | SVN-Revision: 28677
* omap24xx: Refresh 3.1 patchesMichael Büsch2011-10-2919-207/+233
| | | | SVN-Revision: 28676
* Fix tusb patchMichael Büsch2011-10-291-12/+0
| | | | SVN-Revision: 28675
* omap24xx: Fix MUSB compileMichael Büsch2011-10-291-32/+61
| | | | SVN-Revision: 28674
* omap24xx: Add n800 touchscreen and keypad drivers. Thanks to Marat Radchenko.Michael Büsch2011-10-296-12/+3043
| | | | SVN-Revision: 28673
* omap24xx: Add 3.1 patchset.Michael Büsch2011-10-2918-0/+10250
| | | | SVN-Revision: 28672
* 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