aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ignore profiles with custom kernel configs in the image builder itselfFelix Fietkau2007-02-222-4/+8
| | | | SVN-Revision: 6342
* disable the image builder in menuconfig for profiles with custom kernel configsFelix Fietkau2007-02-223-0/+6
| | | | SVN-Revision: 6341
* fix a small bug in the order of the profile metadata dumpFelix Fietkau2007-02-221-1/+1
| | | | SVN-Revision: 6340
* last commit was missing a change...Felix Fietkau2007-02-221-1/+1
| | | | SVN-Revision: 6339
* add missing config filesFelix Fietkau2007-02-2216-0/+4762
| | | | SVN-Revision: 6338
* Reorganize kernel configs - target/linux/*/config is now a directory. ↵Felix Fietkau2007-02-2226-24325/+638
| | | | | | ./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 Fietkau2007-02-222-2/+2
| | | | | | conflicts with the template that the kernel uses SVN-Revision: 6336
* Move aodv-uu to trunk/Florian Fainelli2007-02-206-0/+251
| | | | SVN-Revision: 6335
* add 16MB flash support for ar2315 (who knows...?)Felix Fietkau2007-02-203-2/+19
| | | | SVN-Revision: 6334
* nuke even more debug stuffFelix Fietkau2007-02-201-14/+48
| | | | SVN-Revision: 6333
* sorry, last commit had a bugFelix Fietkau2007-02-201-1/+1
| | | | SVN-Revision: 6332
* fix debug patch for ahbFelix Fietkau2007-02-201-21/+30
| | | | SVN-Revision: 6331
* fix wireless-tools install *sigh* - thanks Kesha for noticing itImre Kaloz2007-02-201-1/+1
| | | | SVN-Revision: 6330
* disable debugging stuff in madwifi - saves precious flash space :)Imre Kaloz2007-02-202-1/+106
| | | | SVN-Revision: 6329
* make rootfs split/detection more generic - patch can be moved to generic-2.6 ↵Felix Fietkau2007-02-194-433/+416
| | | | | | after testing on other platforms (especially broadcom) SVN-Revision: 6328
* autodetect flash width - thanks to Kestutis KupciunasImre Kaloz2007-02-191-0/+14
| | | | SVN-Revision: 6327
* use radio0 only on the 5312Imre Kaloz2007-02-191-3/+5
| | | | SVN-Revision: 6326
* fix ar2315 rootfs mountFelix Fietkau2007-02-191-1/+7
| | | | SVN-Revision: 6325
* Upgrade comgt to 0.32 (#1347)Florian Fainelli2007-02-192-39/+132
| | | | SVN-Revision: 6323
* Fix another typo, definitively closes #1370Florian Fainelli2007-02-191-1/+1
| | | | SVN-Revision: 6322
* Fix a typo for videodev modules (#1371)Florian Fainelli2007-02-191-1/+1
| | | | SVN-Revision: 6321
* Fix a typo with latest driver, module name changed (#1370)Florian Fainelli2007-02-191-1/+1
| | | | SVN-Revision: 6320
* add documentation fixes from #1285Felix Fietkau2007-02-182-10/+10
| | | | SVN-Revision: 6319
* Finally fix the pesky x86-2.6 block2mtd related crash (#1058) When erasing ↵Felix Fietkau2007-02-181-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 nowFelix Fietkau2007-02-171-0/+4
| | | | SVN-Revision: 6317
* fix ar2312/2313 mac detectionFelix Fietkau2007-02-171-2/+6
| | | | SVN-Revision: 6316
* add e1000 supportFelix Fietkau2007-02-163-56/+7
| | | | SVN-Revision: 6315
* remove useless newlinesFelix Fietkau2007-02-161-7/+7
| | | | SVN-Revision: 6314
* fix memleak in uniq (#1354)Felix Fietkau2007-02-161-0/+12
| | | | SVN-Revision: 6313
* make kernel_menuconfig work without target toolchainFelix Fietkau2007-02-163-4/+5
| | | | SVN-Revision: 6312
* document make kernel_menuconfigFelix Fietkau2007-02-161-1/+9
| | | | SVN-Revision: 6311
* add top-level kernel_menuconfig target to unpack and reconfigure the kernel ↵Felix Fietkau2007-02-163-0/+14
| | | | | | - uses config.pl to generate target/linux/*/config and config-diff SVN-Revision: 6310
* more cleanupFelix Fietkau2007-02-164-95/+47
| | | | SVN-Revision: 6309
* remove squashfs repartitioning hacks from spiflash driver - will be ported ↵Felix Fietkau2007-02-161-66/+4
| | | | | | to redboot parsing code later SVN-Revision: 6308
* major cleanup of the ar531x code, improved hardware detection and support ↵Felix Fietkau2007-02-1614-427/+358
| | | | | | for multiple ethernet interfaces SVN-Revision: 6307
* missed a reference to compile-targetsMike Baker2007-02-161-1/+1
| | | | SVN-Revision: 6306
* remove obsolete compile-targets ruleMike Baker2007-02-161-3/+1
| | | | SVN-Revision: 6305
* remove annoying package rm commandFelix Fietkau2007-02-161-1/+0
| | | | SVN-Revision: 6304
* when building a package, make sure that older versions get removedFelix Fietkau2007-02-161-0/+1
| | | | SVN-Revision: 6303
* some ar531x cleanupFelix Fietkau2007-02-156-43/+2121
| | | | SVN-Revision: 6302
* fix pcmcia modules load order (closes: #1355)Nicolas Thill2007-02-141-1/+1
| | | | SVN-Revision: 6300
* add fix for kernel headers to allow offsetof access from user spaceFelix Fietkau2007-02-141-0/+17
| | | | SVN-Revision: 6299
* fix tar segfault (patch from busybox svn rev. 17772)Felix Fietkau2007-02-131-0/+77
| | | | SVN-Revision: 6298
* make the uml kernel config compatible with both 32 bit and 64 bit systemsFelix Fietkau2007-02-132-0/+88
| | | | SVN-Revision: 6297
* fix multiport netfilter module installation (patch from #1280)Felix Fietkau2007-02-131-1/+1
| | | | SVN-Revision: 6295
* move tlb change for mips 4KC to generic patches (required for most mips targets)Felix Fietkau2007-02-133-38/+20
| | | | SVN-Revision: 6294
* Menuconfig will not treat 'select FOO' as a real dependency thus if BAR ↵Felix Fietkau2007-02-122-15/+35
| | | | | | depends on FOO and FOO depends on other config options, these dependencies will not be checked. To fix this, we simply emit all of FOO's depends (only real dependencies, no select) for BAR as well. SVN-Revision: 6293
* Change localhost into a fully qualified name; remove OpenWrt alias to 127.0.0.1Mike Baker2007-02-121-1/+1
| | | | SVN-Revision: 6292
* fix dnsmasq parsing of /etc/hosts for fqdn cases like "localhost."Mike Baker2007-02-121-0/+15
| | | | SVN-Revision: 6291
* add some more busybox patches from upstreamFelix Fietkau2007-02-122-0/+85
| | | | SVN-Revision: 6290