Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Finally fix the pesky x86-2.6 block2mtd related crash (#1058) When erasing ↵ | Felix Fietkau | 2007-02-18 | 1 | -0/+11 |
| | | | | | | | | 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 | 1 | -0/+4 |
| | | | | SVN-Revision: 6317 | ||||
* | fix ar2312/2313 mac detection | Felix Fietkau | 2007-02-17 | 1 | -2/+6 |
| | | | | SVN-Revision: 6316 | ||||
* | add e1000 support | Felix Fietkau | 2007-02-16 | 2 | -56/+6 |
| | | | | SVN-Revision: 6315 | ||||
* | remove useless newlines | Felix Fietkau | 2007-02-16 | 1 | -7/+7 |
| | | | | SVN-Revision: 6314 | ||||
* | make kernel_menuconfig work without target toolchain | Felix Fietkau | 2007-02-16 | 1 | -1/+1 |
| | | | | SVN-Revision: 6312 | ||||
* | add top-level kernel_menuconfig target to unpack and reconfigure the kernel ↵ | Felix Fietkau | 2007-02-16 | 1 | -0/+3 |
| | | | | | | - uses config.pl to generate target/linux/*/config and config-diff SVN-Revision: 6310 | ||||
* | more cleanup | Felix Fietkau | 2007-02-16 | 4 | -95/+47 |
| | | | | SVN-Revision: 6309 | ||||
* | remove squashfs repartitioning hacks from spiflash driver - will be ported ↵ | Felix Fietkau | 2007-02-16 | 1 | -66/+4 |
| | | | | | | to redboot parsing code later SVN-Revision: 6308 | ||||
* | major cleanup of the ar531x code, improved hardware detection and support ↵ | Felix Fietkau | 2007-02-16 | 14 | -427/+358 |
| | | | | | | for multiple ethernet interfaces SVN-Revision: 6307 | ||||
* | some ar531x cleanup | Felix Fietkau | 2007-02-15 | 6 | -43/+2121 |
| | | | | SVN-Revision: 6302 | ||||
* | add fix for kernel headers to allow offsetof access from user space | Felix Fietkau | 2007-02-14 | 1 | -0/+17 |
| | | | | SVN-Revision: 6299 | ||||
* | make the uml kernel config compatible with both 32 bit and 64 bit systems | Felix Fietkau | 2007-02-13 | 2 | -0/+88 |
| | | | | SVN-Revision: 6297 | ||||
* | move tlb change for mips 4KC to generic patches (required for most mips targets) | Felix Fietkau | 2007-02-13 | 3 | -38/+20 |
| | | | | SVN-Revision: 6294 | ||||
* | add kernel branch emulation fix from #1345 | Felix Fietkau | 2007-02-12 | 1 | -0/+11 |
| | | | | SVN-Revision: 6289 | ||||
* | clean up uml-2.6 config, fixes buildbot pcmcia-cs error | Felix Fietkau | 2007-02-12 | 2 | -674/+26 |
| | | | | SVN-Revision: 6285 | ||||
* | fix mac handling, thanks to Kestutis Kupciunas | Imre Kaloz | 2007-02-08 | 1 | -1/+4 |
| | | | | SVN-Revision: 6278 | ||||
* | update work in progress rewritten bcm947xx code. wifi and usb seem to be ↵ | Felix Fietkau | 2007-02-08 | 35 | -7226/+7097 |
| | | | | | | working, flash access still has problems SVN-Revision: 6276 | ||||
* | port [6229] to kamikaze | Felix Fietkau | 2007-02-08 | 17 | -19/+19 |
| | | | | SVN-Revision: 6275 | ||||
* | change target description | Felix Fietkau | 2007-02-05 | 1 | -1/+1 |
| | | | | SVN-Revision: 6270 | ||||
* | add profile for the wgt634u | Felix Fietkau | 2007-02-05 | 1 | -0/+10 |
| | | | | SVN-Revision: 6269 | ||||
* | oops... typo | Felix Fietkau | 2007-02-04 | 1 | -1/+1 |
| | | | | SVN-Revision: 6267 | ||||
* | fix rootfs detection | Felix Fietkau | 2007-02-04 | 1 | -1/+1 |
| | | | | SVN-Revision: 6266 | ||||
* | update atheros 2.6 port - add support for the older chip generation | Felix Fietkau | 2007-02-04 | 25 | -4686/+5210 |
| | | | | SVN-Revision: 6265 | ||||
* | add extra netfilter xt stuff to config-template | Felix Fietkau | 2007-02-04 | 1 | -0/+3 |
| | | | | SVN-Revision: 6264 | ||||
* | force MII access in AR2313 ethernet to KSEG1 instead of physical addresses - ↵ | Felix Fietkau | 2007-02-04 | 1 | -2/+2 |
| | | | | | | why the fsck has this ever worked for anybody?? SVN-Revision: 6258 | ||||
* | disable block2mtd page readahead (patch from #1058) | Felix Fietkau | 2007-02-01 | 1 | -0/+11 |
| | | | | SVN-Revision: 6242 | ||||
* | clean up the x86 image build a bit, fixing unconditional copy of grub files | Tim Yardley | 2007-02-01 | 1 | -5/+12 |
| | | | | SVN-Revision: 6237 | ||||
* | fix rb532 image build | Felix Fietkau | 2007-01-31 | 1 | -3/+2 |
| | | | | SVN-Revision: 6233 | ||||
* | basic pxa support; likely broken | Mike Baker | 2007-01-31 | 8 | -0/+2816 |
| | | | | SVN-Revision: 6232 | ||||
* | move the natsemi preselection into the x86 default package list | Felix Fietkau | 2007-01-29 | 1 | -0/+1 |
| | | | | SVN-Revision: 6227 | ||||
* | forward port missing parts of the mtd permission change in whiterussian (and ↵ | Felix Fietkau | 2007-01-27 | 2 | -0/+37 |
| | | | | | | add it to linux 2.6 as well) SVN-Revision: 6224 | ||||
* | merge another batch of code from michael buesch's wireless-dev tree, fix up ↵ | Felix Fietkau | 2007-01-26 | 6 | -4695/+3384 |
| | | | | | | extpci support and remove scache probe like on brcm-2.6 - tested on the wgt634u with madwifi SVN-Revision: 6213 | ||||
* | add ar7 sErCoMm image fix (patch by Bernardo Innocenti) | Felix Fietkau | 2007-01-25 | 1 | -1/+1 |
| | | | | SVN-Revision: 6197 | ||||
* | fix [6191] | Mike Baker | 2007-01-24 | 1 | -1/+1 |
| | | | | SVN-Revision: 6193 | ||||
* | kernel has gotten too big; move kernel/jffs2 boundary TODO: automatically ↵ | Mike Baker | 2007-01-24 | 1 | -1/+1 |
| | | | | | | calculate bounds SVN-Revision: 6191 | ||||
* | Refreshed ixp4xx config (missing CONFIG_NETFILTER_XT_MATCH_PORTSCAN) | Rod Whitby | 2007-01-23 | 1 | -0/+1 |
| | | | | SVN-Revision: 6188 | ||||
* | Forgot to add the DELUDE target :/ | Florian Fainelli | 2007-01-23 | 11 | -0/+11 |
| | | | | SVN-Revision: 6183 | ||||
* | Add chaostable from #1187, also enable netfilter modules for ixp4xx. | Florian Fainelli | 2007-01-22 | 14 | -19/+926 |
| | | | | SVN-Revision: 6182 | ||||
* | add missing VIDEO_SUPPORT option | Felix Fietkau | 2007-01-21 | 1 | -0/+3 |
| | | | | SVN-Revision: 6166 | ||||
* | fix a typo | Felix Fietkau | 2007-01-21 | 1 | -1/+1 |
| | | | | SVN-Revision: 6158 | ||||
* | turn the IXP4xx microcode check into a prereq check so that the error ↵ | Felix Fietkau | 2007-01-20 | 2 | -7/+14 |
| | | | | | | message is displayed before the compile starts SVN-Revision: 6148 | ||||
* | Add WL-700gE support (based on work by jr) Includes kernel/diag patch and a ↵ | Felix Fietkau | 2007-01-20 | 5 | -1/+126 |
| | | | | | | new target profile SVN-Revision: 6142 | ||||
* | add descriptions to the broadcom target profiles and export them to the ↵ | Felix Fietkau | 2007-01-20 | 2 | -0/+44 |
| | | | | | | target metadata (not presented in menuconfig yet) SVN-Revision: 6137 | ||||
* | include .pkginfo in image builder | Felix Fietkau | 2007-01-20 | 1 | -0/+1 |
| | | | | SVN-Revision: 6135 | ||||
* | Use nbd's fix for Zip files. | Mike Albon | 2007-01-16 | 1 | -1/+1 |
| | | | | SVN-Revision: 6111 | ||||
* | remove bogus part of the broadcom target descriptions | Felix Fietkau | 2007-01-16 | 3 | -12/+0 |
| | | | | SVN-Revision: 6109 | ||||
* | show package list on make info in the image builder | Felix Fietkau | 2007-01-14 | 1 | -1/+1 |
| | | | | SVN-Revision: 6103 | ||||
* | Fix config checks for Image Builder and SDK - only build them when ↵ | Felix Fietkau | 2007-01-14 | 3 | -6/+13 |
| | | | | | | requested. Clear all packages from bin/packages at the beginning of package/compile when the Image Builder is selected, because the Image Builder can't handle multiple versions of the same package. SVN-Revision: 6102 | ||||
* | remove BIN_DIR on make clean in the image builder | Felix Fietkau | 2007-01-14 | 1 | -1/+1 |
| | | | | SVN-Revision: 6101 |