- Feb 22, 2007
-
-
Imre Kaloz authored
SVN-Revision: 6343
-
Felix Fietkau authored
SVN-Revision: 6342
-
Felix Fietkau authored
SVN-Revision: 6341
-
Felix Fietkau authored
SVN-Revision: 6340
-
Felix Fietkau authored
SVN-Revision: 6339
-
Felix Fietkau authored
SVN-Revision: 6338
-
Felix Fietkau authored
Reorganize kernel configs - target/linux/*/config is now a directory. ./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
-
Felix Fietkau authored
rename the Profile template that the image builder uses to prevent name conflicts with the template that the kernel uses SVN-Revision: 6336
-
- Feb 20, 2007
-
-
Florian Fainelli authored
SVN-Revision: 6335
-
Felix Fietkau authored
SVN-Revision: 6334
-
Felix Fietkau authored
SVN-Revision: 6333
-
Felix Fietkau authored
SVN-Revision: 6332
-
Felix Fietkau authored
SVN-Revision: 6331
-
Imre Kaloz authored
SVN-Revision: 6330
-
Imre Kaloz authored
SVN-Revision: 6329
-
- Feb 19, 2007
-
-
Felix Fietkau authored
make rootfs split/detection more generic - patch can be moved to generic-2.6 after testing on other platforms (especially broadcom) SVN-Revision: 6328
-
Imre Kaloz authored
SVN-Revision: 6327
-
Imre Kaloz authored
SVN-Revision: 6326
-
Felix Fietkau authored
SVN-Revision: 6325
-
Florian Fainelli authored
SVN-Revision: 6323
-
Florian Fainelli authored
SVN-Revision: 6322
-
Florian Fainelli authored
SVN-Revision: 6321
-
Florian Fainelli authored
SVN-Revision: 6320
-
- Feb 18, 2007
-
-
Felix Fietkau authored
SVN-Revision: 6319
-
Felix Fietkau authored
Finally fix the pesky x86-2.6 block2mtd related crash (#1058) When erasing 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
-
- Feb 17, 2007
-
-
Felix Fietkau authored
SVN-Revision: 6317
-
Felix Fietkau authored
SVN-Revision: 6316
-
- Feb 16, 2007
-
-
Felix Fietkau authored
SVN-Revision: 6315
-
Felix Fietkau authored
SVN-Revision: 6314
-
Felix Fietkau authored
SVN-Revision: 6313
-
Felix Fietkau authored
SVN-Revision: 6312
-
Felix Fietkau authored
SVN-Revision: 6311
-
Felix Fietkau authored
add top-level kernel_menuconfig target to unpack and reconfigure the kernel - uses config.pl to generate target/linux/*/config and config-diff SVN-Revision: 6310
-
Felix Fietkau authored
SVN-Revision: 6309
-
Felix Fietkau authored
remove squashfs repartitioning hacks from spiflash driver - will be ported to redboot parsing code later SVN-Revision: 6308
-
Felix Fietkau authored
major cleanup of the ar531x code, improved hardware detection and support for multiple ethernet interfaces SVN-Revision: 6307
-
Mike Baker authored
SVN-Revision: 6306
-
Mike Baker authored
SVN-Revision: 6305
-
Felix Fietkau authored
SVN-Revision: 6304
-
Felix Fietkau authored
SVN-Revision: 6303
-