aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add geodns addresses for the kernel, closes #6574Travis Kemen2010-02-131-0/+2
| | | | SVN-Revision: 19621
* fix mistake, thanks xMffTravis Kemen2010-02-131-1/+1
| | | | SVN-Revision: 19620
* sync kernel config, closes #6675Travis Kemen2010-02-131-0/+1
| | | | SVN-Revision: 19619
* Add some missing debug symbols to the generic 2.6.32 config.Lars-Peter Clausen2010-02-131-0/+39
| | | | SVN-Revision: 19618
* prepare kernel 2.6.32 supportJo-Philipp Wich2010-02-138-26/+777
| | | | SVN-Revision: 19617
* add preinit xenfs mount handlerJo-Philipp Wich2010-02-121-0/+11
| | | | SVN-Revision: 19616
* make console port editable through menuconfig, gzip ext2 images, add ↵Jo-Philipp Wich2010-02-123-8/+24
| | | | | | suitable defaults for Xen SVN-Revision: 19612
* kernel: add xen kmodsJo-Philipp Wich2010-02-121-0/+110
| | | | SVN-Revision: 19611
* 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