summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
* [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
* ar71xx: remove 'default [yn]' from machine Kconfig entriesjuhosg2011-09-211-37/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28273 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: sort AR71XX_MACH_* entriesjuhosg2011-09-211-16/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28272 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: create image for the TP-Link TL-WR743ND v1juhosg2011-09-212-0/+16
| | | | | | | | Same hardware as WR741ND but with PoE support. Signed-off-by: Paul Fertser <fercerpav@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28271 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: create image for the TP-Link TL-WR740N v3juhosg2011-09-212-0/+19
| | | | | | Signed-off-by: Martin Raykov <martin.raykov@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28269 3c298f89-4303-0410-b956-a3cf2f4a3e73
* generic: jumbo frames support for rtl8366sjuhosg2011-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28267 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [sdk] fix generation for arm platformsjow2011-09-131-1/+5
| | | | | | | Based on patch by Roman Yeryomin <roman@advem.lv> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28225 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: fix register range check for DMA stuck checks (thx, Frédéric Moulins)nbd2011-09-111-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28213 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [imagebuilder] Various enhancements from Manuel Munz <freifunk@somakoma.de>jow2011-09-091-2/+9
| | | | | | | | | - don't regenerate Package index unless the packagedir changes - remove opkg lists from rootfs, saves > 1MB uncompressed - don't direct errors on index creation into packagelist git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28205 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86] Xen DomU: make sure kernel is gzip compressed, pygrub cannot handle xzjow2011-09-081-0/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28197 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: do not count normal interrupts as spurious (fixes #10037)nbd2011-09-061-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28182 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: clean up profiles, put in kmod-ath9k and wpad-mini by default (fixes ↵nbd2011-09-0517-50/+46
| | | | | | #9954) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28173 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [cns3xxx]: upgrade testing kernel support to 3.1kaloz2011-09-0417-171/+97
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28165 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [cns3xxx]: cleanup configkaloz2011-09-041-10/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28164 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [generic/3.1]: refresh patcheskaloz2011-09-041-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28163 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [generic/3.1]: add missing symbolskaloz2011-09-041-0/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28162 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx: fix padding of trx images, padjffs2 does not work properly on ↵nbd2011-08-291-1/+1
| | | | | | empty files by default git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28125 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: fix ethernet PLL setting on ar7242nbd2011-08-291-3/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28124 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [omap35xx]: Remove subpage align patchhcg2011-08-251-22/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28086 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [omap35xx]: Re-order patches, add nand sub-page alignmenthcg2011-08-253-0/+22
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28084 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86] bump to 2.6.39.4florian2011-08-251-1/+1
| | | | | | | | | | Since linux gets developed on x86 more than all other hardware, hardly makes sense to have our default x86 version be trailing by over a year. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28082 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86] update alix2 platform driverflorian2011-08-256-1/+650
| | | | | | | | | Add support for Ed Wildgoose's alix platform driver plus my enhancement to add GPIO soft button support. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28081 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: add two missing config symbols for 3.1jogo2011-08-241-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28080 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: rt305x: add support for the ZyXEL NBG-419N boardjuhosg2011-08-2210-1/+132
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28078 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: rt305x: remove unused defines from mach-nw718.cjuhosg2011-08-221-3/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28077 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: sort Makefile entriesjuhosg2011-08-221-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28076 3c298f89-4303-0410-b956-a3cf2f4a3e73