summaryrefslogtreecommitdiffstats
path: root/target/linux
Commit message (Collapse)AuthorAgeFilesLines
...
* ramips: fix Asus RT-N15 board supportGabor Juhos2011-12-012-3/+14
| | | | | | | | Fix Asus RT-N15 flash partitions and make an image. Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 29381
* ramips: Sparklan wcr-150gn board fixesGabor Juhos2011-12-013-11/+54
| | | | | | | | | | | | * Fix partition sizes. * Add buttons and leds. * Register usb. * Remove unnecessary stuff from image Makefile * Fix rt2x00 eeprom extract. Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 29380
* ramips: fix package name of kmod-input-gpio-buttonsGabor Juhos2011-12-011-1/+1
| | | | | | Based on a patch from Omnima Limited. SVN-Revision: 29379
* ramips: move kmod-rt2800-pci to DEFAULT_PACKAGESGabor Juhos2011-12-013-3/+3
| | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 29378
* ramips: setup bc2 mac addresses from the generic network scriptGabor Juhos2011-12-012-36/+1
| | | | SVN-Revision: 29377
* ramips: combine network setup for all boards in one fileGabor Juhos2011-12-012-39/+116
| | | | | | | | | | | | | Inspired by the patch from Roman Yeryomin. Thanks, Roman! This removes unnecessary duplication and simplifies network setup for new boards. It would be a one line change most likely. [juhosg: setup lan and wan interfaces for unspecified rt3x0x based boards in order to avoid regression] Signed-off-by: Alexander Gordeev <lasaine@lvk.cs.msu.su> SVN-Revision: 29376
* omap24xx: bump to 3.1.3John Crispin2011-11-281-1/+1
| | | | SVN-Revision: 29349
* lantiq: bump to 3.1.3John Crispin2011-11-281-1/+1
| | | | SVN-Revision: 29348
* targets: fix CONFIG_USB_STORAGE_* inconsistencyNicolas Thill2011-11-2516-116/+84
| | | | | | | | | | * all options were switched from bool to tristate in 2.6.30 * add/change/move them to generic, disabled by default * remove extinct CONFIG_USB_STORAGE_DPCM dropped in 2.6.29, merged with CONFIG_USB_STORAGE_SDDR09 * remove extinct CONFIG_USB_STORAGE_SIERRA option in 2.6 * cleanup ordering SVN-Revision: 29337
* ar71xx: modify phy mask of the WP543 boardGabor Juhos2011-11-241-2/+2
| | | | | | This fixes ethernet on newer boards. Based on a patch from #9702. SVN-Revision: 29328
* ar71xx: fix wndr3800 machine nameGabor Juhos2011-11-245-2/+9
| | | | | | | | This fixes the machine name in /proc/cpuinfo and luci status page machine name. Signed-off-by: Petri Rosenström <petri.rosenstrom@gmail.com> SVN-Revision: 29326
* ar71xx: copy atheros initramfs images to the image directoryGabor Juhos2011-11-241-0/+2
| | | | SVN-Revision: 29325
* ar71xx: specify mtd layout in command line for the DB120 boardGabor Juhos2011-11-241-1/+2
| | | | SVN-Revision: 29324
* lantiq: drop 009-MIPS-make-oprofile-use-cp0_perfcount_irq-if-it-is-se.patchJohn Crispin2011-11-231-51/+0
| | | | | | This patch is/was a duplicate of generic/patches-3.1/307-mips_oprofile_fix.patch SVN-Revision: 29294
* lantiq: * fixes ath5k eeprom handling * fixes sx76x * adds sx76x to userland ↵John Crispin2011-11-229-65/+404
| | | | | | | | api * minor style cleanups Signed-of-by: Andrej Vlašić <andrej.vlasic0@gmail.com> SVN-Revision: 29292
* don't package gpioctl by defaultFlorian Fainelli2011-11-211-1/+1
| | | | SVN-Revision: 29288
* target/uml: export atomic64_* functions on 32-bit x86Nicolas Thill2011-11-211-0/+13
| | | | SVN-Revision: 29287
* ar71xx: set GE0 phy_mask for AR933xGabor Juhos2011-11-201-0/+2
| | | | SVN-Revision: 29274
* fix D-Link DSL-2650U image generationJo-Philipp Wich2011-11-191-1/+1
| | | | SVN-Revision: 29266
* linux: update 3.0 to 3.0.9Jonas Gorski2011-11-1921-53/+40
| | | | SVN-Revision: 29264
* build images for D-Link DSL-2650U (#9003)Florian Fainelli2011-11-181-0/+2
| | | | SVN-Revision: 29238
* omap24xx: Fix cbus nested IRQ ackingMichael Büsch2011-11-173-48/+114
| | | | SVN-Revision: 29237
* omap24xx: Fix initialization of software IRQ maskMichael Büsch2011-11-171-0/+28
| | | | SVN-Revision: 29236
* omap24xx: Update 3.1 configMichael Büsch2011-11-171-7/+10
| | | | SVN-Revision: 29234
* omap24xx: Some retu/tahvo IRQ fixesMichael Büsch2011-11-172-0/+80
| | | | SVN-Revision: 29233
* omap24xx: Add basic kexec fixes.Michael Büsch2011-11-171-0/+2415
| | | | SVN-Revision: 29232
* omap24xx: Add workaround for omapfb locking bug.Michael Büsch2011-11-161-0/+45
| | | | SVN-Revision: 29201
* Revert r29193Michael Büsch2011-11-161-1/+1
| | | | SVN-Revision: 29195
* omap24xx: Set platform specific optimization flagsMichael Büsch2011-11-161-0/+2
| | | | SVN-Revision: 29194
* n810: Add xmodmap to profileMichael Büsch2011-11-161-1/+1
| | | | SVN-Revision: 29193
* include bridge and 8021q modules by defaultFlorian Fainelli2011-11-152-3/+8
| | | | SVN-Revision: 29164
* lantiq: add runtime generation of /etc/config/networkJohn Crispin2011-11-154-26/+135
| | | | SVN-Revision: 29161
* lantiq: fix falcon build breakageJohn Crispin2011-11-144-18/+30
| | | | | | dev-wifi-rt2x00 fails to build on falcon due to missing pci SVN-Revision: 29129
* ar71xx: fix USB LED on the DB120 boardGabor Juhos2011-11-142-0/+4
| | | | SVN-Revision: 29126
* ar71xx: add a function for selecting output signal on a given GPIO pinGabor Juhos2011-11-142-0/+38
| | | | SVN-Revision: 29125
* ar71xx: fix GPIO function handling on AR934xGabor Juhos2011-11-142-9/+35
| | | | SVN-Revision: 29124
* ar71xx: add AR71XX_ prefix to GPIO_REG_* definesGabor Juhos2011-11-145-91/+95
| | | | SVN-Revision: 29123
* ar71xx: merge nand scan patchGabor Juhos2011-11-143-24/+2
| | | | SVN-Revision: 29122
* ar71xx: fix a compiler warningGabor Juhos2011-11-141-4/+4
| | | | SVN-Revision: 29110
* ar71xx: fix GPIO count for AR934xGabor Juhos2011-11-141-1/+1
| | | | SVN-Revision: 29109
* ar71xx: flush DDR writeback buffers for WMAC and PCIe on AR934XGabor Juhos2011-11-142-6/+7
| | | | SVN-Revision: 29108
* ar71xx: use a dummy irq chip for WMAC and PCIe irq hadlingGabor Juhos2011-11-144-2/+50
| | | | SVN-Revision: 29107
* ar71xx: add AR934X_RESET_REG_PCIE_WMAC_INT_STATUS definesGabor Juhos2011-11-141-0/+20
| | | | SVN-Revision: 29106
* ar71xx: add an irq parameter for ar724x_pcibios_initGabor Juhos2011-11-143-6/+6
| | | | SVN-Revision: 29105
* ar71xx: remove hardwired interface parameters from mach-* filesGabor Juhos2011-11-1413-128/+20
| | | | SVN-Revision: 29103
* ar71xx: force hardwired interface parameters in ar71xx_add_device_ethGabor Juhos2011-11-141-1/+11
| | | | SVN-Revision: 29102
* ar71xx: use if-else instead of conditional operators in ar71xx_add_device_ethGabor Juhos2011-11-141-48/+76
| | | | SVN-Revision: 29101
* build images for Pirelli A226M (#10409)Florian Fainelli2011-11-131-0/+4
| | | | SVN-Revision: 29045
* register uart0 on DWV-S0 boards (#10409)Florian Fainelli2011-11-137-11/+38
| | | | SVN-Revision: 29044
* refresh 3.0 patchesFlorian Fainelli2011-11-131-2/+0
| | | | SVN-Revision: 29043