summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Various enhancements from Manuel Munz <freifunk@somakoma.de> - don't ↵Jo-Philipp Wich2011-09-091-2/+9
| | | | | | regenerate Package index unless the packagedir changes - remove opkg lists from rootfs, saves > 1MB uncompressed - don't direct errors on index creation into packagelist SVN-Revision: 28205
* Xen DomU: make sure kernel is gzip compressed, pygrub cannot handle xzJo-Philipp Wich2011-09-081-0/+5
| | | | SVN-Revision: 28197
* ar71xx: do not count normal interrupts as spurious (fixes #10037)Felix Fietkau2011-09-061-1/+2
| | | | SVN-Revision: 28182
* ar71xx: clean up profiles, put in kmod-ath9k and wpad-mini by default (fixes ↵Felix Fietkau2011-09-0517-50/+46
| | | | | | #9954) SVN-Revision: 28173
* upgrade testing kernel support to 3.1Imre Kaloz2011-09-0417-171/+97
| | | | SVN-Revision: 28165
* cleanup configImre Kaloz2011-09-041-10/+0
| | | | SVN-Revision: 28164
* refresh patchesImre Kaloz2011-09-041-2/+2
| | | | SVN-Revision: 28163
* add missing symbolsImre Kaloz2011-09-041-0/+6
| | | | SVN-Revision: 28162
* brcm47xx: fix padding of trx images, padjffs2 does not work properly on ↵Felix Fietkau2011-08-291-1/+1
| | | | | | empty files by default SVN-Revision: 28125
* ar71xx: fix ethernet PLL setting on ar7242Felix Fietkau2011-08-291-3/+5
| | | | SVN-Revision: 28124
* Remove subpage align patchHamish Guthrie2011-08-251-22/+0
| | | | SVN-Revision: 28086
* Re-order patches, add nand sub-page alignmentHamish Guthrie2011-08-253-0/+22
| | | | SVN-Revision: 28084
* bump to 2.6.39.4Florian Fainelli2011-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> SVN-Revision: 28082
* update alix2 platform driverFlorian Fainelli2011-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> SVN-Revision: 28081
* kernel: add two missing config symbols for 3.1Jonas Gorski2011-08-241-0/+2
| | | | SVN-Revision: 28080
* ramips: rt305x: add support for the ZyXEL NBG-419N boardGabor Juhos2011-08-2210-1/+132
| | | | SVN-Revision: 28078
* ramips: rt305x: remove unused defines from mach-nw718.cGabor Juhos2011-08-221-3/+0
| | | | SVN-Revision: 28077
* ramips: sort Makefile entriesGabor Juhos2011-08-221-1/+1
| | | | SVN-Revision: 28076
* ramips: sort RAMIPS_MACH_* definesGabor Juhos2011-08-221-4/+4
| | | | SVN-Revision: 28075
* ramips: fix wireless firmware extraction for wr512-3gnGabor Juhos2011-08-221-1/+1
| | | | | | Signed-off-by: Andrew Andrianov <necromant@necromant.ath.cx> SVN-Revision: 28073
* ramips: remove 'default [yn]' keywords from machine Kconfig entriesGabor Juhos2011-08-192-16/+2
| | | | SVN-Revision: 28054
* ramips: rt305x: fix wr512n image generationGabor Juhos2011-08-191-12/+5
| | | | SVN-Revision: 28053
* ramips: rt305x: support for wr512-3gn-like routersGabor Juhos2011-08-198-2/+183
| | | | | | Signed-off-by: Andrew Andrianov <necromant@necromant.ath.cx> SVN-Revision: 28052
* ramips: register usb on Belkin F5D8235 v2 and Argus ATP-52-B routersGabor Juhos2011-08-192-0/+2
| | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 28051
* ramips: fix wireless on Belkin F5D8235 v2Gabor Juhos2011-08-191-2/+5
| | | | | | | | Fix wireless firmware extract from flash for Belkin F5D8235 v2. Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 28050
* ramips: fix typo in default packagesGabor Juhos2011-08-191-1/+1
| | | | | | | | Fix fivebytepypo - there is no such kernel module wpad-mini :) Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 28049
* omap35xx: Add 3.0.3 kernel support for GumstixHamish Guthrie2011-08-198-4/+420
| | | | SVN-Revision: 28047
* kernel: update to version 3.0.3Hauke Mehrtens2011-08-1810-11/+11
| | | | SVN-Revision: 28043
* fix the default network configuration for the ASUS WL-330gE (#8751)Jo-Philipp Wich2011-08-171-2/+2
| | | | SVN-Revision: 28024
* kernel: update kernel to version 2.6.39.4Hauke Mehrtens2011-08-1611-13/+13
| | | | SVN-Revision: 28022
* kernel: generic: refresh patches for 3.1-rc2Jonas Gorski2011-08-164-14/+5
| | | | SVN-Revision: 28021
* ramips: use maccalc instead of hexdump + sedGabor Juhos2011-08-151-2/+3
| | | | SVN-Revision: 28007