| Commit message (Expand) | Author | Age | Files | Lines |
* | [uml] add a patch to disable compile-time buffer checks enabled by default on... | Nicolas Thill | 2009-04-06 | 1 | -0/+11 |
* | ixp4xx: do not delete /var, /jffs, /rom - it breaks non-freecom images | Felix Fietkau | 2009-04-06 | 1 | -2/+0 |
* | ixp4xx: don't leave zImage on the rootfs for images other than the freecom one | Felix Fietkau | 2009-04-06 | 1 | -0/+1 |
* | ixp4xx: make apex optional, clean up the makefile - fixes spurious recompilat... | Felix Fietkau | 2009-04-06 | 7 | -195/+6 |
* | fix a vfs api bug in squashfs triggered by zabbix-agent (#4365) | Felix Fietkau | 2009-04-04 | 3 | -0/+33 |
* | rename our /bin/login script to /bin/login.sh to avoid collisions with busybo... | Felix Fietkau | 2009-04-04 | 1 | -1/+1 |
* | [kernel] add a workaround on kmod-textsearch modules (#4832) | Florian Fainelli | 2009-03-26 | 1 | -0/+19 |
* | [brcm-2.4] move the mii_ioctl to generic patches, fixes (#1802) | Florian Fainelli | 2009-03-26 | 1 | -0/+0 |
* | [rdc] fix wrong logic in MDIO code and second PHY address | Florian Fainelli | 2009-03-25 | 1 | -3/+3 |
* | atheros: fix a spiflash write performance regression | Felix Fietkau | 2009-03-24 | 1 | -4/+4 |
* | [ar71xx] create firmware image for the TL-WR841ND v3 board | Gabor Juhos | 2009-03-24 | 1 | -0/+5 |
* | fix typo in cambria gw2358 initialization | Felix Fietkau | 2009-03-24 | 1 | -1/+1 |
* | [brcm63xx] override CONFIG_USB_EHCI_ROOT_HUB_TT since it breaks ehci on bcm6358 | Florian Fainelli | 2009-03-24 | 1 | -0/+1 |
* | [kernel] refresh patches | Hauke Mehrtens | 2009-03-24 | 5 | -28/+19 |
* | [kernel] update to kernel version 2.6.28.9 | Hauke Mehrtens | 2009-03-24 | 13 | -13/+13 |
* | [kernel] update to kernel version 2.6.27.21 | Hauke Mehrtens | 2009-03-24 | 5 | -5/+5 |
* | ps3: update ps3vram patches | Hamish Guthrie | 2009-03-24 | 16 | -68/+3089 |
* | do not use --owner=root or --group=root when running tar. it does not work on... | Felix Fietkau | 2009-03-23 | 1 | -1/+1 |
* | atheros: fix radio mask check on ar5312 | Felix Fietkau | 2009-03-23 | 1 | -2/+2 |
* | atheros: upgrade to 2.6.28 by default | Felix Fietkau | 2009-03-22 | 1 | -1/+1 |
* | atheros: fix mdio bus registration for multiple ethernet interfaces | Felix Fietkau | 2009-03-22 | 2 | -11/+12 |
* | atheros: fix ar5312 support | Felix Fietkau | 2009-03-22 | 1 | -9/+15 |
* | atheros: do not attempt to start pci on ar2317 | Felix Fietkau | 2009-03-22 | 1 | -4/+3 |
* | atheros: in later kernels, vlan 0 no longer works as expected, switch to (1,2... | Felix Fietkau | 2009-03-22 | 3 | -8/+10 |
* | atheros: fix path in marvell switch phy id detection | Felix Fietkau | 2009-03-22 | 2 | -3/+3 |
* | remove custom phy hardware detection patch - it is no longer necessary | Felix Fietkau | 2009-03-22 | 3 | -78/+0 |
* | remove custom phy layer patches from older kernels where they are not needed | Felix Fietkau | 2009-03-22 | 8 | -312/+0 |
* | mvswitch,adm6996: use phy fixups instead of a nonstandard patch for hardware ... | Felix Fietkau | 2009-03-22 | 2 | -52/+40 |
* | atheros: enable adm6996 and mvswitch support | Felix Fietkau | 2009-03-22 | 1 | -0/+2 |
* | add back marvell switch support to 2.6.28 | Felix Fietkau | 2009-03-22 | 1 | -0/+22 |
* | atheros: fix gpio interrupt handling on 2315 | Felix Fietkau | 2009-03-22 | 2 | -26/+36 |
* | atheros: add back reset button support | Felix Fietkau | 2009-03-22 | 1 | -0/+171 |
* | atheros: split out the pci support patch | Felix Fietkau | 2009-03-22 | 2 | -438/+301 |
* | atheros: clean up the 2.6.28 port in preparation for pushing it upstream | Felix Fietkau | 2009-03-22 | 41 | -6545/+6016 |
* | orion/harddisk: Add config-default to enable kernel features required for mou... | Rod Whitby | 2009-03-22 | 1 | -0/+35 |
* | orion: DT2 requires ISL1208 RTC to be enabled | Rod Whitby | 2009-03-22 | 1 | -1/+1 |
* | orion: Added initial support for Freecom DT2. Thanks to Zintis. | Rod Whitby | 2009-03-22 | 5 | -0/+572 |
* | ixp4xx/image: Initial support for fsg3 webupgrade images | Rod Whitby | 2009-03-22 | 1 | -10/+22 |
* | orion: Create generic and harddisk subtargets, ready for a different kernel c... | Rod Whitby | 2009-03-22 | 3 | -0/+13 |
* | [brcm63xx] enable all blocks on 6338 and uart clock on 6345 | Florian Fainelli | 2009-03-21 | 2 | -1/+10 |
* | [brcm63xx] add support for bcm6345 SoC, needs testing | Florian Fainelli | 2009-03-20 | 4 | -2/+83 |
* | [kernel] resync kernel patches | Hauke Mehrtens | 2009-03-19 | 2 | -3/+3 |
* | [x86] The image was selected from a wrong location. | Hauke Mehrtens | 2009-03-19 | 1 | -1/+1 |
* | Backport of ps3vram from 2.6.29 | Hamish Guthrie | 2009-03-18 | 5 | -0/+1369 |
* | Add FEATURE ramdisk to be able to select the use of INITRAMFS for a sub-target | Hamish Guthrie | 2009-03-18 | 2 | -2/+5 |
* | [ar71xx] ap81: register GPIO LEDs | Gabor Juhos | 2009-03-17 | 1 | -0/+28 |
* | s3c24xx: refresh kernel config | Felix Fietkau | 2009-03-17 | 1 | -4/+0 |
* | s3c24xx: unbreak openmoko merge patch (mmc changes) | Felix Fietkau | 2009-03-17 | 1 | -418/+383 |
* | [ar71xx] ap81: register SPI flash, and add default MTD partitions | Gabor Juhos | 2009-03-17 | 1 | -0/+53 |
* | [ar71xx] ap81: register GPIO buttons | Gabor Juhos | 2009-03-17 | 1 | -0/+29 |