summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add Xen DomU subtargetJo-Philipp Wich2010-02-124-1/+92
| | | | SVN-Revision: 19610
* add some missing symbolsJo-Philipp Wich2010-02-121-0/+5
| | | | SVN-Revision: 19609
* base-files: add /dev/hvcX to hotplug common rulesJo-Philipp Wich2010-02-121-1/+1
| | | | SVN-Revision: 19608
* remove 850-if_no_generic_time.patch -- breaks compilation and 2.6.32.8 ↵Imre Kaloz2010-02-121-22/+0
| | | | | | already includes a fix for this.. SVN-Revision: 19598
* base-files: revert dhcp state information on ifdown and restore pre-r19530 ↵Jo-Philipp Wich2010-02-123-3/+7
| | | | | | behaviour in udhcp default.script SVN-Revision: 19597
* Update to v2.1 Stays closer to the stock firmware by using wrt350n.bin for ↵Travis Kemen2010-02-123-104/+130
| | | | | | | | the created image. Adds the possibility to create the image in two separate steps (-b / -z). Makefiles now support the possibility to include a u-boot image for a 100%-stock-like image. Signed off by: Matthias Buecher <mail@maddes.net> SVN-Revision: 19596
* Here is LVM support for OpenWRT. It introduces 3 new packages: - kmod-dm for ↵Travis Kemen2010-02-122-0/+35
| | | | | | the device mapper kernel module. - kmod-libdevmapper for the device-mapper library. - kmod-lvm2 for the lvm tool. Note that it currently does not create the symlinks for all the lvm tools, so you have to use lvm pvs rather than just pvs. Thanks Stefan Monnier SVN-Revision: 19595
* disable devtmpfs in 2.6.32 because its not used, thanks tripolarTravis Kemen2010-02-121-2/+2
| | | | SVN-Revision: 19594
* update brcm47xx to .32, thanks tripolarTravis Kemen2010-02-121-1/+1
| | | | SVN-Revision: 19592
* update kernel from 2.6.32.7 to 2.6.32.8, thanks tripolarTravis Kemen2010-02-1212-13/+13
| | | | SVN-Revision: 19591
* mpc83xx: add 2.6.32 supportGabor Juhos2010-02-114-0/+2317
| | | | SVN-Revision: 19587
* mpc83xx: enable jffs2Gabor Juhos2010-02-111-1/+0
| | | | SVN-Revision: 19586
* mpc83xx: sync kernel configGabor Juhos2010-02-111-14/+4
| | | | SVN-Revision: 19585
* mpc83xx: fix device registration on the RB600Gabor Juhos2010-02-111-2/+2
| | | | SVN-Revision: 19584
* kernel: 2.6.32: move discarding of SYMTAB entries to the right place.Gabor Juhos2010-02-112-18/+11
| | | | | | | This helps to avoid linker errors on various targets. Also remove the scsi_sd section fix patch, because it is not needed now. SVN-Revision: 19583
* sort Kconfig symbols automatically to make Kaloz happy :pGabor Juhos2010-02-111-0/+1
| | | | SVN-Revision: 19582
* clean up handling of some kernel symbolsImre Kaloz2010-02-1145-116/+17
| | | | SVN-Revision: 19581
* re-sort all target and subtarget config filesImre Kaloz2010-02-1129-2184/+1814
| | | | SVN-Revision: 19580
* remove 2.6.21 patches and config, tooImre Kaloz2010-02-1147-22089/+0
| | | | SVN-Revision: 19579
* with no users left, remove support for 2.6.21Imre Kaloz2010-02-115-7/+3
| | | | SVN-Revision: 19578
* we use per-target kernel versions for 2.6 for a long time nowImre Kaloz2010-02-111-2/+0
| | | | SVN-Revision: 19577
* upgrade to 2.6.32.7, only build squashfs images by defaultImre Kaloz2010-02-112-132/+40
| | | | SVN-Revision: 19576
* change the opkg path due to changes in the buildsystem, fixes incorrect path ↵Travis Kemen2010-02-111-1/+1
| | | | | | in snapshot images SVN-Revision: 19575
* Add destination ip of the wan adapter useful if you have multiple ip addresses.Travis Kemen2010-02-111-0/+2
| | | | SVN-Revision: 19574
* ar71xx: fix WLAN mac address on the TL-WR1043NDGabor Juhos2010-02-101-1/+1
| | | | SVN-Revision: 19573
* move 2.6.30 patches to their appropriate directoryFlorian Fainelli2010-02-105-0/+0
| | | | SVN-Revision: 19572
* switch to 2.6.32Florian Fainelli2010-02-101-1/+1
| | | | SVN-Revision: 19571
* dropbear: performance improvements in init script, quiet mode for ↵Jo-Philipp Wich2010-02-101-9/+8
| | | | | | start-stop-daemon - patch by Matthias Buecher <mail@maddes.net> SVN-Revision: 19569
* Don't do lazy unmounting of filessystems at reboot/poweroff. It is unneeded ↵Lars-Peter Clausen2010-02-091-1/+1
| | | | | | and could couse a broken filesystem if unmounting takes to long. Thanks to Peter Wagner SVN-Revision: 19568
* ar71xx: enable CFI probe for the WZR-HP-G300NHGabor Juhos2010-02-091-1/+0
| | | | SVN-Revision: 19567
* ar71xx: sync kernel configGabor Juhos2010-02-091-4/+0
| | | | SVN-Revision: 19566
* ar71xx/mac80211: add a workaround for the bad signal strength on the WNDR3700Gabor Juhos2010-02-096-8/+96
| | | | SVN-Revision: 19565
* upgrade to 2.6.32.7, switch to squashfs, remove broken flagImre Kaloz2010-02-0959-20380/+1655
| | | | SVN-Revision: 19562
* jz4740_fb: Do not disable lcd clock during blanking. Only during suspend.Lars-Peter Clausen2010-02-081-9/+42
| | | | SVN-Revision: 19561
* Allow colored output to be disabled when running a non-verbose build by ↵Lars-Peter Clausen2010-02-081-2/+4
| | | | | | setting NO_COLOR=1 SVN-Revision: 19560
* util-linux-ng: Build settermLars-Peter Clausen2010-02-081-2/+22
| | | | SVN-Revision: 19559
* upgrade to 2.6.32Imre Kaloz2010-02-082-86/+76
| | | | SVN-Revision: 19558
* refresh patchImre Kaloz2010-02-081-6/+3
| | | | SVN-Revision: 19557
* the CS toolchain FTBS for the gemini, use the old one for nowImre Kaloz2010-02-082-2/+2
| | | | SVN-Revision: 19556
* add a backported fix for the uncompression codeImre Kaloz2010-02-081-0/+63
| | | | SVN-Revision: 19555
* enable additional options for the mpc8377wlanImre Kaloz2010-02-081-3/+2
| | | | SVN-Revision: 19554
* do old style image generation for the mpc8377wlan, as the current bootloader ↵Imre Kaloz2010-02-081-1/+3
| | | | | | doesn't support it SVN-Revision: 19553
* mac80211: use wpa_supplicant for unencrypted connections to improve client ↵Felix Fietkau2010-02-082-1/+18
| | | | | | mode reliability (patch by Stijn Tintel from #6653) SVN-Revision: 19550
* kernel: 2.6.32: integrate m25p80 driver related patches from ar71xxGabor Juhos2010-02-088-3/+3
| | | | SVN-Revision: 19547
* kernel: 2.6.32: refresh a patchGabor Juhos2010-02-081-5/+3
| | | | SVN-Revision: 19546
* ar71xx: drop the mx25lxxx patch, these chips are supported in 2.6.32.7 alreadyGabor Juhos2010-02-084-20/+6
| | | | SVN-Revision: 19545
* defkeymap.c has been renamed to defkeymap.c_shipped in 2.6.32Lars-Peter Clausen2010-02-071-0/+0
| | | | SVN-Revision: 19544
* etrax: 2.6.32 supportClaudio Mignanti2010-02-0712-26/+23
| | | | SVN-Revision: 19543
* kernel: fix compilation for platforms without GENERIC_TIMEClaudio Mignanti2010-02-071-0/+25
| | | | SVN-Revision: 19542
* board-qi_lb60: Fix battery platform data.Lars-Peter Clausen2010-02-071-6/+9
| | | | SVN-Revision: 19541