You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Felix Fietkau 43f15e09a9 run indent on ar2313 driver 18 years ago
..
ar7-2.4 add missing config files 18 years ago
aruba-2.6 add missing config files 18 years ago
atheros-2.6 run indent on ar2313 driver 18 years ago
au1000-2.6 add missing config files 18 years ago
brcm-2.4 clean up a few things in image build makefiles and fix unnecessary grub rebuilds 18 years ago
brcm-2.6 add missing config files 18 years ago
brcm47xx-2.6 add missing config files 18 years ago
brcm63xx-2.6 clean up a few things in image build makefiles and fix unnecessary grub rebuilds 18 years ago
generic-2.4 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. 18 years ago
generic-2.6 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 *)) 18 years ago
ixp4xx-2.6 add missing config files 18 years ago
magicbox-2.6 clean up a few things in image build makefiles and fix unnecessary grub rebuilds 18 years ago
pxa-2.6 add missing config files 18 years ago
rb532-2.6 add missing config files 18 years ago
rdc-2.6 clean up a few things in image build makefiles and fix unnecessary grub rebuilds 18 years ago
sibyte-2.6 add missing config files 18 years ago
uml-2.6 add missing config files 18 years ago
x86-2.6 clean up a few things in image build makefiles and fix unnecessary grub rebuilds 18 years ago
Makefile make kernel_menuconfig work without target toolchain 18 years ago