| .. |
|
ar7-2.4
|
2bcaa1fecd
add missing config files
|
19 years ago |
|
aruba-2.6
|
2bcaa1fecd
add missing config files
|
19 years ago |
|
atheros-2.6
|
43f15e09a9
run indent on ar2313 driver
|
19 years ago |
|
au1000-2.6
|
2bcaa1fecd
add missing config files
|
19 years ago |
|
brcm-2.4
|
653f61fb3e
clean up a few things in image build makefiles and fix unnecessary grub rebuilds
|
19 years ago |
|
brcm-2.6
|
2bcaa1fecd
add missing config files
|
19 years ago |
|
brcm47xx-2.6
|
2bcaa1fecd
add missing config files
|
19 years ago |
|
brcm63xx-2.6
|
653f61fb3e
clean up a few things in image build makefiles and fix unnecessary grub rebuilds
|
19 years ago |
|
generic-2.4
|
e78fb96964
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.
|
19 years ago |
|
generic-2.6
|
912e5867ef
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 *))
|
19 years ago |
|
ixp4xx-2.6
|
2bcaa1fecd
add missing config files
|
19 years ago |
|
magicbox-2.6
|
653f61fb3e
clean up a few things in image build makefiles and fix unnecessary grub rebuilds
|
19 years ago |
|
pxa-2.6
|
2bcaa1fecd
add missing config files
|
19 years ago |
|
rb532-2.6
|
2bcaa1fecd
add missing config files
|
19 years ago |
|
rdc-2.6
|
653f61fb3e
clean up a few things in image build makefiles and fix unnecessary grub rebuilds
|
19 years ago |
|
sibyte-2.6
|
2bcaa1fecd
add missing config files
|
19 years ago |
|
uml-2.6
|
2bcaa1fecd
add missing config files
|
19 years ago |
|
x86-2.6
|
653f61fb3e
clean up a few things in image build makefiles and fix unnecessary grub rebuilds
|
19 years ago |
|
Makefile
|
509bb267a3
make kernel_menuconfig work without target toolchain
|
19 years ago |