Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | make kernels use /etc/preinit by default | Imre Kaloz | 2009-05-14 | 1 | -1/+1 | |
| | | | | SVN-Revision: 15840 | |||||
* | add better support for the RDC R8610 evaluation board: ide, rtc, super I/O | Florian Fainelli | 2009-05-07 | 5 | -0/+145 | |
| | | | | SVN-Revision: 15651 | |||||
* | also copy bzImage when generating initramfs images | Florian Fainelli | 2009-05-07 | 1 | -7/+8 | |
| | | | | SVN-Revision: 15650 | |||||
* | some more kernel config cleanup.. last for today :) | Imre Kaloz | 2009-05-04 | 1 | -4/+0 | |
| | | | | SVN-Revision: 15606 | |||||
* | more cleanup | Imre Kaloz | 2009-05-04 | 1 | -1/+0 | |
| | | | | SVN-Revision: 15605 | |||||
* | cleanup MTD option handling | Imre Kaloz | 2009-05-04 | 1 | -34/+0 | |
| | | | | SVN-Revision: 15602 | |||||
* | move MFD stuff to the generic kernel configs | Imre Kaloz | 2009-05-04 | 1 | -2/+0 | |
| | | | | SVN-Revision: 15587 | |||||
* | refresh patches | Imre Kaloz | 2009-05-04 | 6 | -141/+119 | |
| | | | | SVN-Revision: 15581 | |||||
* | upgrade to newest stable kernel versions | Imre Kaloz | 2009-05-03 | 1 | -1/+1 | |
| | | | | SVN-Revision: 15575 | |||||
* | add missing ramdisk configuration options (#5003) | Florian Fainelli | 2009-05-01 | 1 | -0/+4 | |
| | | | | SVN-Revision: 15532 | |||||
* | nuke old files | Florian Fainelli | 2009-04-25 | 50 | -9190/+0 | |
| | | | | SVN-Revision: 15402 | |||||
* | add support for 2.6.28 and use it as the default kernel version, tested on ↵ | Florian Fainelli | 2009-04-24 | 11 | -2/+4247 | |
| | | | | | | Airlink AR525W and RDC8610 eval board SVN-Revision: 15382 | |||||
* | 2.6.27 also needs to hack the command line passed to the kernel | Florian Fainelli | 2009-04-24 | 1 | -0/+10 | |
| | | | | SVN-Revision: 15381 | |||||
* | move files to files-2.6.24, not required with newer kernels | Florian Fainelli | 2009-04-24 | 26 | -0/+0 | |
| | | | | SVN-Revision: 15380 | |||||
* | also override the default console settings, not all boards set it (e.g: RDC ↵ | Florian Fainelli | 2009-04-24 | 1 | -1/+1 | |
| | | | | | | 8610 eval board) SVN-Revision: 15376 | |||||
* | resync kernel configuration | Florian Fainelli | 2009-04-24 | 1 | -63/+7 | |
| | | | | SVN-Revision: 15375 | |||||
* | override default i486 CFLAGS, produce smaller executables for these systems | Florian Fainelli | 2009-04-24 | 1 | -0/+1 | |
| | | | | SVN-Revision: 15374 | |||||
* | get rid of $Id$ - it has never helped us and it has broken too many patches ;) | Felix Fietkau | 2009-04-17 | 2 | -2/+0 | |
| | | | | SVN-Revision: 15242 | |||||
* | fix wrong logic in MDIO code and second PHY address | Florian Fainelli | 2009-03-25 | 1 | -3/+3 | |
| | | | | SVN-Revision: 15034 | |||||
* | use Alain Knaff's bzip2/lzma patch instead of the old lzma patch | Florian Fainelli | 2009-03-15 | 3 | -119/+3147 | |
| | | | | SVN-Revision: 14890 | |||||
* | disable all kernel config options that are set to =m | Felix Fietkau | 2009-02-22 | 3 | -95/+95 | |
| | | | | SVN-Revision: 14611 | |||||
* | refresh 2.6.24 patches | Gabor Juhos | 2009-02-08 | 10 | -80/+63 | |
| | | | | SVN-Revision: 14451 | |||||
* | Add hostapd-mini to default images where applicable | Andy Boyett | 2009-01-02 | 1 | -2/+4 | |
| | | | | SVN-Revision: 13819 | |||||
* | add sysupgrade support for ar360w3g | Jo-Philipp Wich | 2008-12-24 | 1 | -0/+16 | |
| | | | | SVN-Revision: 13741 | |||||
* | Disable CONFIG_NF_CT_ACCT | Florian Fainelli | 2008-12-10 | 1 | -1/+0 | |
| | | | | SVN-Revision: 13577 | |||||
* | Add 2.6.27 patches and configuration | Florian Fainelli | 2008-11-27 | 6 | -0/+578 | |
| | | | | SVN-Revision: 13380 | |||||
* | move THERMAL symbols into the generic config | Imre Kaloz | 2008-11-25 | 1 | -1/+0 | |
| | | | | SVN-Revision: 13346 | |||||
* | Since profiles kernel configuration are not concatenated to the one, ↵ | Florian Fainelli | 2008-11-16 | 1 | -0/+6 | |
| | | | | | | resulting images will panic due to no platform flash driver, prevent this from happening SVN-Revision: 13231 | |||||
* | Fix small typo in the ethernet driver | Florian Fainelli | 2008-11-16 | 1 | -1/+1 | |
| | | | | SVN-Revision: 13230 | |||||
* | Remove some left-over debugging options making the kerkenl exceed 768KB, ↵ | Florian Fainelli | 2008-11-16 | 1 | -5/+5 | |
| | | | | | | resulting in a non-bootable image SVN-Revision: 13229 | |||||
* | Enable more PCMCIA specific options, thanks sn9 | Florian Fainelli | 2008-11-03 | 1 | -0/+3 | |
| | | | | SVN-Revision: 13110 | |||||
* | Flash mapping fixes from sn9, thanks | Florian Fainelli | 2008-11-01 | 2 | -18/+24 | |
| | | | | SVN-Revision: 13090 | |||||
* | Update kernel configuration and add profiles and per-profile kernel ↵ | Florian Fainelli | 2008-10-28 | 5 | -9/+48 | |
| | | | | | | configuration files for AMIT and Zyxel boards, thanks sn9 SVN-Revision: 13064 | |||||
* | Add flashmap support for AMIT and Zyxel boards, thanks sn9 | Florian Fainelli | 2008-10-28 | 2 | -6/+300 | |
| | | | | SVN-Revision: 13063 | |||||
* | Remove some configuration files, workarounds are now in the ethernet driver, ↵ | Florian Fainelli | 2008-10-28 | 4 | -46/+38 | |
| | | | | | | thanks sn9 SVN-Revision: 13062 | |||||
* | Add amit boards specific fixups | Florian Fainelli | 2008-10-28 | 4 | -0/+124 | |
| | | | | SVN-Revision: 13061 | |||||
* | Prepare image Makefile to generate valid images for amit and g570s boards, ↵ | Florian Fainelli | 2008-10-28 | 1 | -5/+21 | |
| | | | | | | thanks sn9 SVN-Revision: 13059 | |||||
* | Fix target description and features available for rdc | Florian Fainelli | 2008-10-28 | 1 | -2/+2 | |
| | | | | SVN-Revision: 13058 | |||||
* | disable CONFIG_USB_SUPPORT in generic config for 2.6.25 & 2.6.26 and enable ↵ | Nicolas Thill | 2008-09-24 | 1 | -0/+1 | |
| | | | | | | it on targets where USB is supported SVN-Revision: 12690 | |||||
* | Fix card_idx calculation, thanks sn9 | Florian Fainelli | 2008-08-13 | 1 | -1/+1 | |
| | | | | SVN-Revision: 12294 | |||||
* | Reinstate rdc bootability and force it to use init=/etc/preinit, thus the ↵ | Florian Fainelli | 2008-08-05 | 5 | -28/+39 | |
| | | | | | | remove the hackish SetInitramfs actions SVN-Revision: 12136 | |||||
* | Remove 2.6.23 files, we will stick to 2.6.24 for rdc | Florian Fainelli | 2008-07-26 | 9 | -2645/+0 | |
| | | | | SVN-Revision: 11944 | |||||
* | Stick to 2.6.24 on rdc for now | Florian Fainelli | 2008-07-08 | 2 | -981/+2 | |
| | | | | SVN-Revision: 11747 | |||||
* | update targets to 2.6.25.10 | Imre Kaloz | 2008-07-05 | 1 | -1/+1 | |
| | | | | SVN-Revision: 11667 | |||||
* | If the *.img file is larger than 0x1e8000 loading it with flash -s 0x100000 ↵ | Florian Fainelli | 2008-07-05 | 1 | -0/+1 | |
| | | | | | | | | | -d 0xffe08000 -l <length> on the bootloader prompt will destroy the bootloader and brick the device. The attached patch tries to implement a size check and renames the image into *.img.too_big. It applies to svn r11401. Signed-off-by: Joerg Albert <jal2@gmx.de> SVN-Revision: 11662 | |||||
* | Put the files created by the lzma decompressor patch in the files/ ↵ | Florian Fainelli | 2008-07-03 | 5 | -985/+1039 | |
| | | | | | | directory. Add some early_printk debugging to the lzma decompressor to help track down problems when upgrading from one kernel version to another SVN-Revision: 11627 | |||||
* | Finally move 2.6.25 patches to patch-2.6.25 for compatibility with other ↵ | Florian Fainelli | 2008-06-28 | 3 | -0/+0 | |
| | | | | | | kernel version SVN-Revision: 11595 | |||||
* | Prior to kernel 2.6.23, architecture path was i386, allow that when ↵ | Florian Fainelli | 2008-06-28 | 1 | -1/+7 | |
| | | | | | | switching kernel version SVN-Revision: 11594 | |||||
* | Put back 2.6.24 files as well | Florian Fainelli | 2008-06-28 | 13 | -0/+1789 | |
| | | | | SVN-Revision: 11593 | |||||
* | Put back 2.6.23 files for rdc, allowing to switch from one kernel version to ↵ | Florian Fainelli | 2008-06-28 | 22 | -0/+3022 | |
| | | | | | | another for testing SVN-Revision: 11592 |