Commit Graph

2417 Commits (5ff6932c66ce9b2b5e05c833d3d886be0b28ee17)

Author SHA1 Message Date
Florian Fainelli 6e44b5c9c1 Delete 2.6.24 files for OLPC
SVN-Revision: 12806
2008-09-29 18:46:56 +00:00
Florian Fainelli 12f3b7feab Do not override classifier kernel configuration symbols
SVN-Revision: 12805
2008-09-29 18:45:24 +00:00
Felix Fietkau 77703482ff move some 2.6.27 config stuff from ixp to generic, use slab instead of slub by default (slub crashes early on), enable kallsyms for now until the target is stable
SVN-Revision: 12800
2008-09-29 16:49:39 +00:00
Felix Fietkau af5fbc893b as discussed on irc: revert config-default->config-2.6.26 rename
SVN-Revision: 12798
2008-09-29 12:18:12 +00:00
Felix Fietkau bc92b67c41 port generic and ixp4xx kernel patches to 2.6.27 (compiles except for iptables, but otherwise completely untested)
SVN-Revision: 12790
2008-09-29 01:08:17 +00:00
Felix Fietkau 9b2097af21 ixp4xx: rename config-default to config-2.6.26
SVN-Revision: 12789
2008-09-29 01:06:44 +00:00
Felix Fietkau eb6f02a23f ixp4xx: remove 2.6.25 patches
SVN-Revision: 12788
2008-09-29 01:06:14 +00:00
Felix Fietkau fc59ffea21 fix ar2315 watchdog restart (patch from #3953)
SVN-Revision: 12775
2008-09-28 20:23:44 +00:00
Gabor Juhos dcca20be51 2.6.25/2.6.26: fix compiler warning in imq.c
SVN-Revision: 12770
2008-09-28 19:07:37 +00:00
Andy Boyett c514c50057 create a profile for brcm47xx and ixp4xx
SVN-Revision: 12744
2008-09-27 20:16:16 +00:00
Andy Boyett 74a598a426 make b43 the default profile
SVN-Revision: 12743
2008-09-27 20:15:51 +00:00
Lars-Peter Clausen 8186dcaa7d Remove 2.6.23 config, files and patches from olpc target.
SVN-Revision: 12742
2008-09-27 17:48:41 +00:00
Lars-Peter Clausen 41ac00278f Update olpc target kernel to 2.26.5.
SVN-Revision: 12740
2008-09-27 17:09:35 +00:00
Lars-Peter Clausen 50dd431344 Generate olpc.fth depending on the target image type.
SVN-Revision: 12732
2008-09-27 14:43:38 +00:00
Florian Fainelli 5718709711 Fix reference to the old and replaced kmod-rt61
SVN-Revision: 12723
2008-09-27 10:47:00 +00:00
Gabor Juhos 821170133f update to 2.6.26.5 and 2.6.25.17
SVN-Revision: 12718
2008-09-26 18:46:53 +00:00
Gabor Juhos 31d6fde17f sync kernel config
SVN-Revision: 12712
2008-09-25 20:17:41 +00:00
Gabor Juhos 3b7f041bce sync kernel config
SVN-Revision: 12711
2008-09-25 20:16:41 +00:00
Nicolas Thill e812557612 add gpio related config symbols to generic config
SVN-Revision: 12710
2008-09-25 19:59:07 +00:00
Gabor Juhos 3c8963aa9b remove broken status from the Big Endian subtarget
SVN-Revision: 12708
2008-09-25 18:58:28 +00:00
John Crispin d58b9ba0d0 add gpio_is_valid(); ifxmips, mmc_gpio was not building correctly
SVN-Revision: 12704
2008-09-25 16:27:54 +00:00
Nicolas Thill 3616f2d48c disable CONFIG_USB_SUPPORT on avr32
SVN-Revision: 12700
2008-09-25 13:31:05 +00:00
Felix Fietkau 71b68efe91 sysupgrade for adm5120
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
2008-09-25 11:29:04 +00:00
Nicolas Thill 59a058534c move CONFIG_MEDIA_ATTACH & CONFIG_VIDEO_ALLOW_V4L1 to generic config and disable the later (deprecated Video for Linux API v1)
SVN-Revision: 12692
2008-09-25 09:46:46 +00:00
Nicolas Thill 3029c2fd53 disable CONFIG_USB_SUPPORT in generic config for 2.6.25 & 2.6.26 and enable it on targets where USB is supported
SVN-Revision: 12690
2008-09-24 19:28:53 +00:00
Nicolas Thill 1990fc90fd allow SDK to install trunk packages with scripts/feeds & build them, instead of trying to embed precompiled ones (closes: #3097)
SVN-Revision: 12689
2008-09-24 17:11:41 +00:00
Nicolas Thill 73bbafd32a don't override netfilter configuration on storm
SVN-Revision: 12686
2008-09-24 14:43:35 +00:00
Nicolas Thill 2def3b5f01 add missing CONFIG_BLK_DEV_SL82C105 symbol for 2.6.23
SVN-Revision: 12684
2008-09-24 13:58:23 +00:00
Nicolas Thill 4a5ee15bde add missing CONFIG_SPI_DEBUG symbol
SVN-Revision: 12683
2008-09-24 13:56:07 +00:00
Nicolas Thill 94d41bca72 build 'IPsec BEET mode' as a module on storm
SVN-Revision: 12680
2008-09-24 12:55:42 +00:00
Felix Fietkau 065306a9a8 fix small logic error in x86 sysupgrade script, which prevented upgrades from jffs2 to squashfs (#3321)
SVN-Revision: 12672
2008-09-23 17:46:23 +00:00
Felix Fietkau c3ae8337f4 AR7 watchdog supports magic close
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
2008-09-23 15:43:30 +00:00
Gabor Juhos cd9ca196b6 experimental support for the Motorola MU Gateway
SVN-Revision: 12662
2008-09-23 14:56:29 +00:00
Felix Fietkau f47a4a58c5 fix sysupgrade support for brcm-2.4 and brcm47xx make mtd refresh based config append optional (leave enabled on x86)
SVN-Revision: 12657
2008-09-23 11:05:54 +00:00
Gabor Juhos 6ce27efe73 add board specific UART registration
SVN-Revision: 12654
2008-09-23 07:24:15 +00:00
Gabor Juhos 0513f7bd6e remove 2.6.25 config files
SVN-Revision: 12653
2008-09-23 06:52:24 +00:00
Nicolas Thill 2c8010b2dc make the whole iptables/netfiter modular (closes: #3871, #3527)
SVN-Revision: 12649
2008-09-22 15:19:59 +00:00
Florian Fainelli fc3311fd6d Remove 2.6.22 kernel configuration file
SVN-Revision: 12639
2008-09-21 11:33:47 +00:00
Florian Fainelli d1f4f4646d Remove 2.6.22 files, no target uses them anymore
SVN-Revision: 12638
2008-09-21 11:32:06 +00:00
Felix Fietkau 78fd83bd12 rename generic-2.6/config-default to generic-2.6/config-2.6.21
SVN-Revision: 12637
2008-09-21 11:27:29 +00:00
Felix Fietkau 4296e978da rename generic-2.6/patches to generic-2.6/patches-2.6.21
SVN-Revision: 12636
2008-09-21 11:25:17 +00:00
Felix Fietkau e5dc717d22 atheros: don't try to enable pci on AR2317 (fixes #3533)
SVN-Revision: 12633
2008-09-19 14:19:59 +00:00
Gabor Juhos 23a45e0c6d remove some debug stuff
SVN-Revision: 12631
2008-09-18 18:41:03 +00:00
Gabor Juhos 3932821bce create firmware image for the WP543 board
SVN-Revision: 12628
2008-09-18 13:36:31 +00:00
Gabor Juhos 219ec2a419 add MyLoader support
SVN-Revision: 12627
2008-09-18 12:56:10 +00:00
Gabor Juhos 264279d6d3 remove 2.6.25 config as well
SVN-Revision: 12626
2008-09-18 12:43:05 +00:00
Gabor Juhos ee906ec81e nuke 2.6.25 specific patches
SVN-Revision: 12625
2008-09-18 12:40:42 +00:00
Gabor Juhos d590c14151 WP543: add static mtd partitions
SVN-Revision: 12624
2008-09-18 12:38:53 +00:00
Gabor Juhos a43e2d5ac6 fix the PCI byte lane enable generation code, based on a patch by Chris Dearman
SVN-Revision: 12617
2008-09-17 13:29:47 +00:00
Nicolas Thill aca19fe74c add missing Kconfig symbol
SVN-Revision: 12611
2008-09-15 10:14:12 +00:00