aboutsummaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
* 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
* ramips: rt305x: fix mac addresses on the Netcore NW718 boardGabor Juhos2011-08-152-0/+57
| | | | SVN-Revision: 28006
* ramips: add maccalc to the default package listGabor Juhos2011-08-151-1/+1
| | | | SVN-Revision: 28005
* ramips: add input drivers to the default package listGabor Juhos2011-08-151-2/+4
| | | | SVN-Revision: 28003
* ramips: rt305x: make config and factory partitions read-only on the ATP-52BGabor Juhos2011-08-151-0/+2
| | | | SVN-Revision: 28002
* ramips: add uci-defaults scripts to preconfigure USB LEDsGabor Juhos2011-08-154-0/+96
| | | | SVN-Revision: 28000
* ramips: rt305x: add some USB modules to the default profileGabor Juhos2011-08-151-2/+4
| | | | SVN-Revision: 27999
* ramips: rt305x: add dwc_otg driverGabor Juhos2011-08-1522-1/+24360
| | | | | | Based on a patch by Layne Edwards <ledwards@astrumtech.net> SVN-Revision: 27997
* ramips: rt305x: register the dwc_otg device on the relevant boardsGabor Juhos2011-08-155-0/+5
| | | | SVN-Revision: 27996
* ramips: rt305x: add dwc_otg platform deviceGabor Juhos2011-08-152-0/+27
| | | | | | Signed-off-by: Alexander Gordeev <lasaine@lvk.cs.msu.su> SVN-Revision: 27995
* ramips: sync kernel configGabor Juhos2011-08-152-2/+0
| | | | SVN-Revision: 27993
* ramips: load the input drivers during preinitGabor Juhos2011-08-151-0/+12
| | | | SVN-Revision: 27992
* ramips: add support for Argus ATP-52BGabor Juhos2011-08-158-0/+140
| | | | | | | | [The ESW related changes has been removed - juhosg] Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 27991
* ramips: allow to specify port layout for the switch of the RT305x/RT3350Gabor Juhos2011-08-1513-13/+62
| | | | | | Based on a patch by Roman Yeryomin <roman@advem.lv> SVN-Revision: 27990
* generic: ar8216: add support for get link statusGabor Juhos2011-08-151-0/+62
| | | | SVN-Revision: 27989
* kernel: disable cfi cmdset 0002 erase suspendFelix Fietkau2011-08-153-0/+33
| | | | | | | | | | on some platforms, erase suspend leads to data corruption and lockups when write ops collide with erase ops. this has been observed on the buffalo wzr-hp-g300nh. rather than play whack-a-mole with a hard to reproduce issue on a variety of devices, simply disable erase suspend, as it will usually not produce any useful gain on the small filesystems used on embedded hardware. SVN-Revision: 27984