summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
* ar71xx/sysupgrade: use $magic_long instead of $magic when comparing with a ↵juhosg2011-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28678 3c298f89-4303-0410-b956-a3cf2f4a3e73
* omap24xx: Refresh 3.1 configmb2011-10-291-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28677 3c298f89-4303-0410-b956-a3cf2f4a3e73
* omap24xx: Refresh 3.1 patchesmb2011-10-2919-207/+233
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28676 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix tusb patchmb2011-10-291-12/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28675 3c298f89-4303-0410-b956-a3cf2f4a3e73
* omap24xx: Fix MUSB compilemb2011-10-291-32/+61
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28674 3c298f89-4303-0410-b956-a3cf2f4a3e73
* omap24xx: Add n800 touchscreen and keypad drivers.mb2011-10-296-12/+3043
| | | | | | | Thanks to Marat Radchenko. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28673 3c298f89-4303-0410-b956-a3cf2f4a3e73
* omap24xx: Add 3.1 patchset.mb2011-10-2918-0/+10250
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28672 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: fix typos in image/Makefilejuhosg2011-10-271-7/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28618 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add initial support for the OpenMesh OM2P boardjuhosg2011-10-277-0/+141
| | | | | | Based on a patch by Marek Lindner <marek@open-mesh.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28617 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx/all0258n: fix partition layoutjuhosg2011-10-271-1/+1
| | | | | | | | A miscalculation in the original patch makes OpenWrt destroy the failsafe image. Signed-off-by: Daniel Golle <dgolle@allnet.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28615 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Update my email addressmb2011-10-261-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28603 3c298f89-4303-0410-b956-a3cf2f4a3e73
* x86: disable crashlog, ioremap of RAM does not work properly herenbd2011-10-261-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28599 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: create image for the WNDR3800juhosg2011-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28597 3c298f89-4303-0410-b956-a3cf2f4a3e73
* target: remove CONFIG_IDE_PROC_FS support as welljow2011-10-259-9/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28586 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx: revert accidentially added EARLY_PRINTK symbol from previous commitjow2011-10-251-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28585 3c298f89-4303-0410-b956-a3cf2f4a3e73
* target: globally disable BSD process accountingjow2011-10-2537-38/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28584 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: Support for NexAira BC2juhosg2011-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28571 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: fix switch-port assignment for HW550-3Gjuhosg2011-10-241-1/+1
| | | | | | | | WAN is on swtich port 0 for Aztech HW550-3G. Signed-off-by: Daniel Golle <dgolle@allnet.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28570 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: combine led setup for all boards in one filejuhosg2011-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28569 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: build image for the Buffalo WHR-HP-G300Njuhosg2011-10-242-0/+35
| | | | | | Based on a patch by Yoichi Shinoda <shinoda@jaist.ac.jp> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28568 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: Buffalo WHR-HP-G300N kernel supportjuhosg2011-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28567 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: build image for the Allnet ALL0258N boardjuhosg2011-10-241-0/+6
| | | | | | Signed-off-by: Daniel Golle <dgolle@allnet.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28565 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add kernel support for the Allnet ALL0258N boardjuhosg2011-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28564 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: don't override CONFIG_FSNOTIFYjuhosg2011-10-241-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28563 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] base-files: make sure inittab-console-fixup returns with success ↵jow2011-10-241-0/+2
| | | | | | (#10275) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28562 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [target] x86: allow VDI & VMDK images for all subtargets (closes: #10255)nico2011-10-221-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28518 3c298f89-4303-0410-b956-a3cf2f4a3e73
* linux: generic: refresh patches for 3.1-rc10jogo2011-10-2011-22/+22
| | | | | | Hopefully the last one and identical to final. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28492 3c298f89-4303-0410-b956-a3cf2f4a3e73
* linux: ar71xx: add support for Mikrotik Routerboard RB493Gjogo2011-10-115-0/+109
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28423 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add a workaround for ar8316 not always driving the TA bit to lowjogo2011-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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28422 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar8216: use mdiobus_{read,write} to ensure proper lockingjogo2011-10-111-17/+17
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28421 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [lantiq]blogic2011-10-10100-6148/+8778
| | | | | | | | | * update patches to 3.0 * add basic vr9 support * backport 3.1 fixes * backport 3.2 queue (falcon) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28405 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ag71xx: close a race between the phy state machine and link statejogo2011-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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28380 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [generic] add IDs for Huawai K3770, K3771, K4510 and K4511 to option driverjow2011-10-067-23/+143
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28376 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [malta] add missing kernel config symbolsflorian2011-10-042-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28363 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Was specifying input-polled-keys and not input-keys-polled as the module name.cshore2011-10-031-1/+1
| | | | | | Philip Prindeville - 2011-10-03 03:58:17 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28357 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add patch for linux-3.0 as well.cshore2011-10-031-1/+1
| | | | | | | Fix typo from previous submission with input-keys-polled. Philip Prindeville - 2011-10-03 01:44:55 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28356 3c298f89-4303-0410-b956-a3cf2f4a3e73
* New x86 platform specific symbol needed for 3.1-rc3.cshore2011-10-031-0/+1
| | | | | | | | | | | --- Attaching the correct file this time... Philip Prindeville - 2011-09-07 07:01:42 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28355 3c298f89-4303-0410-b956-a3cf2f4a3e73
* A lot of these options get set automatically when Geode is selected.cshore2011-10-031-25/+4
| | | | | | | Don't make the config more complicated than it needs to be. Philip Prindeville - 2011-08-29 03:15:27 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28353 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm47xx]: add vlan definitions for Siemens SE505v2florian2011-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28336 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [lantiq-wdt]blogic2011-09-261-0/+40
| | | | | | | | The enable function was using the global timeout variable for local operations. This resulted in the value of the global variable being corrupted, thus breaking the code. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28310 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [lantiq]blogic2011-09-261-8/+0
| | | | | | * remove obseleted m25p80 patch git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28309 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [lantiq]blogic2011-09-2628-548/+729
| | | | | | | * rebase 3.0 patches * fold some fixes into existing patches git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28308 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: fix MAC addresses on the DIR-825-B1 boardjuhosg2011-09-231-10/+23
| | | | | | Patch-by: Lukas Kuna git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28295 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: enable login only on the system console by defaultjuhosg2011-09-232-2/+25
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28294 3c298f89-4303-0410-b956-a3cf2f4a3e73
* linux/generic: commit an upstream kernel 3.0 patch (fixes busubox-1.19.2 ↵acoul2011-09-231-0/+33
| | | | | | build failure) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28293 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: build images for the TP-Link TL-WR703N v1 boardjuhosg2011-09-212-0/+31
| | | | | | Based on a patch by dongyuqi <729650915@qq.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28279 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add support for the TP-Link TL-WR703N v1 boardjuhosg2011-09-219-1/+152
| | | | | | Based on a patch by dongyuqi <729650915@qq.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28277 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add AR933x specific USB setup functionjuhosg2011-09-212-2/+25
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28276 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add ar71xx_device_reset_rmw helperjuhosg2011-09-212-0/+49
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28275 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: fix copy&paste bug in WZRHPAG300H profile descriptionjuhosg2011-09-211-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28274 3c298f89-4303-0410-b956-a3cf2f4a3e73