Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | port generic and ixp4xx kernel patches to 2.6.27 (compiles except for ↵ | Felix Fietkau | 2008-09-29 | 145 | -0/+78866 |
| | | | | | | iptables, but otherwise completely untested) SVN-Revision: 12790 | ||||
* | ixp4xx: rename config-default to config-2.6.26 | Felix Fietkau | 2008-09-29 | 1 | -0/+0 |
| | | | | SVN-Revision: 12789 | ||||
* | ixp4xx: remove 2.6.25 patches | Felix Fietkau | 2008-09-29 | 43 | -10408/+0 |
| | | | | SVN-Revision: 12788 | ||||
* | fix ar2315 watchdog restart (patch from #3953) | Felix Fietkau | 2008-09-28 | 1 | -1/+1 |
| | | | | SVN-Revision: 12775 | ||||
* | 2.6.25/2.6.26: fix compiler warning in imq.c | Gabor Juhos | 2008-09-28 | 2 | -2/+2 |
| | | | | SVN-Revision: 12770 | ||||
* | create a profile for brcm47xx and ixp4xx | Andy Boyett | 2008-09-27 | 2 | -0/+34 |
| | | | | SVN-Revision: 12744 | ||||
* | make b43 the default profile | Andy Boyett | 2008-09-27 | 2 | -4/+4 |
| | | | | SVN-Revision: 12743 | ||||
* | Remove 2.6.23 config, files and patches from olpc target. | Lars-Peter Clausen | 2008-09-27 | 29 | -15638/+0 |
| | | | | SVN-Revision: 12742 | ||||
* | Update olpc target kernel to 2.26.5. | Lars-Peter Clausen | 2008-09-27 | 8 | -588/+940 |
| | | | | SVN-Revision: 12740 | ||||
* | Generate olpc.fth depending on the target image type. | Lars-Peter Clausen | 2008-09-27 | 2 | -10/+12 |
| | | | | SVN-Revision: 12732 | ||||
* | Fix reference to the old and replaced kmod-rt61 | Florian Fainelli | 2008-09-27 | 1 | -1/+1 |
| | | | | SVN-Revision: 12723 | ||||
* | update to 2.6.26.5 and 2.6.25.17 | Gabor Juhos | 2008-09-26 | 43 | -158/+95 |
| | | | | SVN-Revision: 12718 | ||||
* | sync kernel config | Gabor Juhos | 2008-09-25 | 1 | -2/+1 |
| | | | | SVN-Revision: 12712 | ||||
* | sync kernel config | Gabor Juhos | 2008-09-25 | 3 | -3/+2 |
| | | | | SVN-Revision: 12711 | ||||
* | add gpio related config symbols to generic config | Nicolas Thill | 2008-09-25 | 1 | -0/+2 |
| | | | | SVN-Revision: 12710 | ||||
* | remove broken status from the Big Endian subtarget | Gabor Juhos | 2008-09-25 | 1 | -1/+1 |
| | | | | SVN-Revision: 12708 | ||||
* | add gpio_is_valid(); ifxmips, mmc_gpio was not building correctly | John Crispin | 2008-09-25 | 1 | -1/+5 |
| | | | | SVN-Revision: 12704 | ||||
* | disable CONFIG_USB_SUPPORT on avr32 | Nicolas Thill | 2008-09-25 | 1 | -1/+0 |
| | | | | SVN-Revision: 12700 | ||||
* | sysupgrade for adm5120 | Felix Fietkau | 2008-09-25 | 1 | -0/+25 |
| | | | | | | | | | | Sysupgrade adapted from the bcm47xx one. Add a hook to disable watchdog before upgrading. Signed-off-by: Frédéric Moulins <ffrrrr@gmail.com> SVN-Revision: 12694 | ||||
* | move CONFIG_MEDIA_ATTACH & CONFIG_VIDEO_ALLOW_V4L1 to generic config and ↵ | Nicolas Thill | 2008-09-25 | 11 | -20/+2 |
| | | | | | | disable the later (deprecated Video for Linux API v1) SVN-Revision: 12692 | ||||
* | disable CONFIG_USB_SUPPORT in generic config for 2.6.25 & 2.6.26 and enable ↵ | Nicolas Thill | 2008-09-24 | 20 | -4/+19 |
| | | | | | | it on targets where USB is supported SVN-Revision: 12690 | ||||
* | allow SDK to install trunk packages with scripts/feeds & build them, instead ↵ | Nicolas Thill | 2008-09-24 | 1 | -1/+6 |
| | | | | | | of trying to embed precompiled ones (closes: #3097) SVN-Revision: 12689 | ||||
* | don't override netfilter configuration on storm | Nicolas Thill | 2008-09-24 | 1 | -49/+0 |
| | | | | SVN-Revision: 12686 | ||||
* | add missing CONFIG_BLK_DEV_SL82C105 symbol for 2.6.23 | Nicolas Thill | 2008-09-24 | 1 | -0/+1 |
| | | | | SVN-Revision: 12684 | ||||
* | add missing CONFIG_SPI_DEBUG symbol | Nicolas Thill | 2008-09-24 | 4 | -0/+4 |
| | | | | SVN-Revision: 12683 | ||||
* | build 'IPsec BEET mode' as a module on storm | Nicolas Thill | 2008-09-24 | 1 | -1/+1 |
| | | | | SVN-Revision: 12680 | ||||
* | fix small logic error in x86 sysupgrade script, which prevented upgrades ↵ | Felix Fietkau | 2008-09-23 | 1 | -1/+1 |
| | | | | | | from jffs2 to squashfs (#3321) SVN-Revision: 12672 | ||||
* | AR7 watchdog supports magic close | Felix Fietkau | 2008-09-23 | 1 | -1/+1 |
| | | | | | | | | | | This patch adds the magic close flag (stopping the watchdog on an expected close by wrting 'V' to the device before closing it) to the watchdogs list, which the AR7 watchdog code actually supports. Signed-off-by: Axel Gembe <ago@bastart.eu.org> SVN-Revision: 12666 | ||||
* | experimental support for the Motorola MU Gateway | Gabor Juhos | 2008-09-23 | 11 | -10/+171 |
| | | | | SVN-Revision: 12662 | ||||
* | fix sysupgrade support for brcm-2.4 and brcm47xx make mtd refresh based ↵ | Felix Fietkau | 2008-09-23 | 2 | -12/+6 |
| | | | | | | config append optional (leave enabled on x86) SVN-Revision: 12657 | ||||
* | add board specific UART registration | Gabor Juhos | 2008-09-23 | 8 | -5/+28 |
| | | | | SVN-Revision: 12654 | ||||
* | remove 2.6.25 config files | Gabor Juhos | 2008-09-23 | 2 | -563/+0 |
| | | | | SVN-Revision: 12653 | ||||
* | make the whole iptables/netfiter modular (closes: #3871, #3527) | Nicolas Thill | 2008-09-22 | 5 | -63/+65 |
| | | | | SVN-Revision: 12649 | ||||
* | Remove 2.6.22 kernel configuration file | Florian Fainelli | 2008-09-21 | 1 | -1675/+0 |
| | | | | SVN-Revision: 12639 | ||||
* | Remove 2.6.22 files, no target uses them anymore | Florian Fainelli | 2008-09-21 | 49 | -44861/+0 |
| | | | | SVN-Revision: 12638 | ||||
* | rename generic-2.6/config-default to generic-2.6/config-2.6.21 | Felix Fietkau | 2008-09-21 | 1 | -0/+0 |
| | | | | SVN-Revision: 12637 | ||||
* | rename generic-2.6/patches to generic-2.6/patches-2.6.21 | Felix Fietkau | 2008-09-21 | 44 | -0/+0 |
| | | | | SVN-Revision: 12636 | ||||
* | atheros: don't try to enable pci on AR2317 (fixes #3533) | Felix Fietkau | 2008-09-19 | 2 | -22/+16 |
| | | | | SVN-Revision: 12633 | ||||
* | remove some debug stuff | Gabor Juhos | 2008-09-18 | 3 | -14/+0 |
| | | | | SVN-Revision: 12631 | ||||
* | create firmware image for the WP543 board | Gabor Juhos | 2008-09-18 | 1 | -9/+38 |
| | | | | SVN-Revision: 12628 | ||||
* | add MyLoader support | Gabor Juhos | 2008-09-18 | 10 | -43/+309 |
| | | | | SVN-Revision: 12627 | ||||
* | remove 2.6.25 config as well | Gabor Juhos | 2008-09-18 | 1 | -243/+0 |
| | | | | SVN-Revision: 12626 | ||||
* | nuke 2.6.25 specific patches | Gabor Juhos | 2008-09-18 | 12 | -506/+0 |
| | | | | SVN-Revision: 12625 | ||||
* | WP543: add static mtd partitions | Gabor Juhos | 2008-09-18 | 1 | -1/+25 |
| | | | | SVN-Revision: 12624 | ||||
* | fix the PCI byte lane enable generation code, based on a patch by Chris Dearman | Gabor Juhos | 2008-09-17 | 1 | -5/+6 |
| | | | | SVN-Revision: 12617 | ||||
* | add missing Kconfig symbol | Nicolas Thill | 2008-09-15 | 1 | -0/+1 |
| | | | | SVN-Revision: 12611 | ||||
* | remove 2.6.25 specific stuff | Gabor Juhos | 2008-09-13 | 84 | -14403/+1 |
| | | | | SVN-Revision: 12598 | ||||
* | remove old atheros kernels and patches | Felix Fietkau | 2008-09-13 | 24 | -1393/+0 |
| | | | | SVN-Revision: 12590 | ||||
* | convert to GPIOLIB | Gabor Juhos | 2008-09-12 | 5 | -241/+210 |
| | | | | SVN-Revision: 12571 | ||||
* | use generic cansleep wrappers for GPIO | Gabor Juhos | 2008-09-11 | 1 | -19/+1 |
| | | | | SVN-Revision: 12567 |