Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Forgot the patch for CLASSIFY | Florian Fainelli | 2007-02-28 | |
| | | | | SVN-Revision: 6425 | |||
* | Add ipt_CLASSIFY target for 2.4 kernels (#1338) | Florian Fainelli | 2007-02-28 | |
| | | | | SVN-Revision: 6424 | |||
* | add a patch to revert recent breakage in the intel cfi flash driver (fixes ↵ | Felix Fietkau | 2007-02-28 | |
| | | | | | | #1140) SVN-Revision: 6420 | |||
* | strip double quotes from grub boot options (fixes #1406) | Felix Fietkau | 2007-02-28 | |
| | | | | SVN-Revision: 6419 | |||
* | update to imq patch version 2.6.19-imq3 - fixes kernel oops from #1397 | Felix Fietkau | 2007-02-28 | |
| | | | | SVN-Revision: 6418 | |||
* | allow the user to change the rb532 rootfs size in menuconfig (fixes #1374) | Felix Fietkau | 2007-02-28 | |
| | | | | SVN-Revision: 6417 | |||
* | correct wrong CONFIG_PCMCIA defaults (fixes buildbot errors) | Felix Fietkau | 2007-02-26 | |
| | | | | SVN-Revision: 6390 | |||
* | use default_subtargets in package/Makefile and target/Makefile | Felix Fietkau | 2007-02-26 | |
| | | | | SVN-Revision: 6380 | |||
* | run indent on ar2313 driver | Felix Fietkau | 2007-02-25 | |
| | | | | SVN-Revision: 6366 | |||
* | clean up a few things in image build makefiles and fix unnecessary grub rebuilds | Felix Fietkau | 2007-02-25 | |
| | | | | SVN-Revision: 6360 | |||
* | add optional padding for x86 grub images (useful for running jffs2 images in ↵ | Felix Fietkau | 2007-02-25 | |
| | | | | | | qemu) SVN-Revision: 6359 | |||
* | ignore profiles with custom kernel configs in the image builder itself | Felix Fietkau | 2007-02-22 | |
| | | | | SVN-Revision: 6342 | |||
* | disable the image builder in menuconfig for profiles with custom kernel configs | Felix Fietkau | 2007-02-22 | |
| | | | | SVN-Revision: 6341 | |||
* | add missing config files | Felix Fietkau | 2007-02-22 | |
| | | | | SVN-Revision: 6338 | |||
* | Reorganize kernel configs - target/linux/*/config is now a directory. ↵ | Felix Fietkau | 2007-02-22 | |
| | | | | | | ./config/default will replace the old config and config-diff (format is like config-diff, the full kernel config is no longer kept in the build system) This commit removes all the kernel config stuff, the next one will add the replacement - there's no way to do this atomically with svn. SVN-Revision: 6337 | |||
* | rename the Profile template that the image builder uses to prevent name ↵ | Felix Fietkau | 2007-02-22 | |
| | | | | | | conflicts with the template that the kernel uses SVN-Revision: 6336 | |||
* | add 16MB flash support for ar2315 (who knows...?) | Felix Fietkau | 2007-02-20 | |
| | | | | SVN-Revision: 6334 | |||
* | make rootfs split/detection more generic - patch can be moved to generic-2.6 ↵ | Felix Fietkau | 2007-02-19 | |
| | | | | | | after testing on other platforms (especially broadcom) SVN-Revision: 6328 | |||
* | autodetect flash width - thanks to Kestutis Kupciunas | Imre Kaloz | 2007-02-19 | |
| | | | | SVN-Revision: 6327 | |||
* | use radio0 only on the 5312 | Imre Kaloz | 2007-02-19 | |
| | | | | SVN-Revision: 6326 | |||
* | fix ar2315 rootfs mount | Felix Fietkau | 2007-02-19 | |
| | | | | SVN-Revision: 6325 | |||
* | Finally fix the pesky x86-2.6 block2mtd related crash (#1058) When erasing ↵ | Felix Fietkau | 2007-02-18 | |
| | | | | | | | | blocks, block2mtd checks the block on the physical disk to see if everything's filled with 0xff. When grabbing a page from the page cache, it initializes the limit as <start address> + PAGE_SIZE. Turns out that the pointer to the status page is (unsigned long *), and thus it adds (PAGE_SIZE * 4). This would never have been caught, if it wasn't for the unlikely event that block2mtd catches the *last* page available in the system ram and thus tries to scan 4 memory pages from there. The absolutely trivial fix is to do a double cast (cast to (u8 *), add PAGE_SIZE, then cast to (unsigned long *)) ... and there was much rejoicing SVN-Revision: 6318 | |||
* | disable dma offset for now | Felix Fietkau | 2007-02-17 | |
| | | | | SVN-Revision: 6317 | |||
* | fix ar2312/2313 mac detection | Felix Fietkau | 2007-02-17 | |
| | | | | SVN-Revision: 6316 | |||
* | add e1000 support | Felix Fietkau | 2007-02-16 | |
| | | | | SVN-Revision: 6315 | |||
* | remove useless newlines | Felix Fietkau | 2007-02-16 | |
| | | | | SVN-Revision: 6314 | |||
* | make kernel_menuconfig work without target toolchain | Felix Fietkau | 2007-02-16 | |
| | | | | SVN-Revision: 6312 | |||
* | add top-level kernel_menuconfig target to unpack and reconfigure the kernel ↵ | Felix Fietkau | 2007-02-16 | |
| | | | | | | - uses config.pl to generate target/linux/*/config and config-diff SVN-Revision: 6310 | |||
* | more cleanup | Felix Fietkau | 2007-02-16 | |
| | | | | SVN-Revision: 6309 | |||
* | remove squashfs repartitioning hacks from spiflash driver - will be ported ↵ | Felix Fietkau | 2007-02-16 | |
| | | | | | | to redboot parsing code later SVN-Revision: 6308 | |||
* | major cleanup of the ar531x code, improved hardware detection and support ↵ | Felix Fietkau | 2007-02-16 | |
| | | | | | | for multiple ethernet interfaces SVN-Revision: 6307 | |||
* | some ar531x cleanup | Felix Fietkau | 2007-02-15 | |
| | | | | SVN-Revision: 6302 | |||
* | add fix for kernel headers to allow offsetof access from user space | Felix Fietkau | 2007-02-14 | |
| | | | | SVN-Revision: 6299 | |||
* | make the uml kernel config compatible with both 32 bit and 64 bit systems | Felix Fietkau | 2007-02-13 | |
| | | | | SVN-Revision: 6297 | |||
* | move tlb change for mips 4KC to generic patches (required for most mips targets) | Felix Fietkau | 2007-02-13 | |
| | | | | SVN-Revision: 6294 | |||
* | add kernel branch emulation fix from #1345 | Felix Fietkau | 2007-02-12 | |
| | | | | SVN-Revision: 6289 | |||
* | clean up uml-2.6 config, fixes buildbot pcmcia-cs error | Felix Fietkau | 2007-02-12 | |
| | | | | SVN-Revision: 6285 | |||
* | fix mac handling, thanks to Kestutis Kupciunas | Imre Kaloz | 2007-02-08 | |
| | | | | SVN-Revision: 6278 | |||
* | update work in progress rewritten bcm947xx code. wifi and usb seem to be ↵ | Felix Fietkau | 2007-02-08 | |
| | | | | | | working, flash access still has problems SVN-Revision: 6276 | |||
* | port [6229] to kamikaze | Felix Fietkau | 2007-02-08 | |
| | | | | SVN-Revision: 6275 | |||
* | change target description | Felix Fietkau | 2007-02-05 | |
| | | | | SVN-Revision: 6270 | |||
* | add profile for the wgt634u | Felix Fietkau | 2007-02-05 | |
| | | | | SVN-Revision: 6269 | |||
* | oops... typo | Felix Fietkau | 2007-02-04 | |
| | | | | SVN-Revision: 6267 | |||
* | fix rootfs detection | Felix Fietkau | 2007-02-04 | |
| | | | | SVN-Revision: 6266 | |||
* | update atheros 2.6 port - add support for the older chip generation | Felix Fietkau | 2007-02-04 | |
| | | | | SVN-Revision: 6265 | |||
* | add extra netfilter xt stuff to config-template | Felix Fietkau | 2007-02-04 | |
| | | | | SVN-Revision: 6264 | |||
* | force MII access in AR2313 ethernet to KSEG1 instead of physical addresses - ↵ | Felix Fietkau | 2007-02-04 | |
| | | | | | | why the fsck has this ever worked for anybody?? SVN-Revision: 6258 | |||
* | disable block2mtd page readahead (patch from #1058) | Felix Fietkau | 2007-02-01 | |
| | | | | SVN-Revision: 6242 | |||
* | clean up the x86 image build a bit, fixing unconditional copy of grub files | Tim Yardley | 2007-02-01 | |
| | | | | SVN-Revision: 6237 | |||
* | fix rb532 image build | Felix Fietkau | 2007-01-31 | |
| | | | | SVN-Revision: 6233 |