summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
* Change the main partition to be named rootfs so that the scripts mount itFlorian Fainelli2007-06-081-1/+1
| | | | SVN-Revision: 7537
* Resync adm5120 kernel config, lzma-loader fixes from GaborFlorian Fainelli2007-06-084-9/+19
| | | | SVN-Revision: 7536
* Fix the cmdline hack patch, thanks GaborFlorian Fainelli2007-06-081-2/+2
| | | | SVN-Revision: 7535
* Update the yaffs patch to include the fix by Giampaolo Mancini (mancho), ↵Florian Fainelli2007-06-081-66/+92
| | | | | | closes #1779 SVN-Revision: 7534
* add support for the AVR32 platform, namely the ATNGW100 board - joint work ↵Imre Kaloz2007-06-087-1/+11425
| | | | | | with wigyori SVN-Revision: 7533
* generic profile for x86, no packages auto-selectedTim Yardley2007-06-071-0/+16
| | | | SVN-Revision: 7519
* fixes minor bug when compiling etrax target without V=99John Crispin2007-06-071-2/+2
| | | | SVN-Revision: 7515
* update kernel config for rb532Felix Fietkau2007-06-071-21/+3
| | | | SVN-Revision: 7514
* fix rb532 patch errorFelix Fietkau2007-06-062-31/+18
| | | | SVN-Revision: 7511
* Changed autoboot timeout in dfbootHamish Guthrie2007-06-061-2/+1
| | | | SVN-Revision: 7508
* add support for jffs2 filesystems with 256k blocksize, fix taishan supportImre Kaloz2007-06-052-1/+8
| | | | SVN-Revision: 7506
* USB probe rewrite, really needs testingFlorian Fainelli2007-06-051-46/+49
| | | | SVN-Revision: 7505
* Add a ralink profile (for ADM5120 based IP cameras)Florian Fainelli2007-06-052-0/+16
| | | | SVN-Revision: 7504
* Fixed bug in mmc driver (can now write to SD-Card within Linux). Changed ↵Hamish Guthrie2007-06-053-1/+436
| | | | | | some kernel configs to support ext2 on SD-Card SVN-Revision: 7503
* Changed target for ubpar.c to directly write to mtd deviceHamish Guthrie2007-06-051-1/+1
| | | | SVN-Revision: 7502
* Changed default ipkg source for new releaseHamish Guthrie2007-06-051-1/+1
| | | | SVN-Revision: 7501
* Removed romboot from tree - replaced by dfbootHamish Guthrie2007-06-059-3380/+0
| | | | SVN-Revision: 7500
* Corrected PLLA setting to remove error in BRG at 115k. Removed 2 files not ↵Hamish Guthrie2007-06-053-10/+2
| | | | | | required SVN-Revision: 7499
* Sets GPIO PB28 to multi-drive (open collector) - fixes reset issueHamish Guthrie2007-06-051-0/+10
| | | | SVN-Revision: 7498
* small changes to the default netconfig and ipkg repo for the foxboardJohn Crispin2007-06-042-0/+5
| | | | SVN-Revision: 7497
* reboot now works on foxboardJohn Crispin2007-06-041-0/+10
| | | | SVN-Revision: 7496
* small fix on etrax basefiles to avoid bogus error msgJohn Crispin2007-06-041-1/+1
| | | | SVN-Revision: 7495
* Fixed at91 ethernet driver for dm9161a PHY interrupt issueHamish Guthrie2007-06-041-0/+28
| | | | SVN-Revision: 7493
* add new dfboot loader - a complete revison of romboot code.Hamish Guthrie2007-06-0431-0/+15410
| | | | SVN-Revision: 7492
* Remove a debug statement from trx.c, add config changes for at91Hamish Guthrie2007-06-043-8/+15
| | | | SVN-Revision: 7491
* Rename 'refresh' to 'update' and make the new 'refresh' actually refresh all ↵Felix Fietkau2007-06-042-20/+3
| | | | | | the patches. Also added a target package/refresh which will do this to all packages in the buildroot SVN-Revision: 7488
* add ar7-2.6 fixes by Stefan WeilFelix Fietkau2007-06-048-24/+56
| | | | SVN-Revision: 7487
* enable image generation for the WRT150NImre Kaloz2007-06-041-0/+1
| | | | SVN-Revision: 7486
* update uml-2.6 to 2.6.21.1 on i386, fix uml-2.6 sound modules packagingNicolas Thill2007-06-041-4/+11
| | | | SVN-Revision: 7485
* several changes to the basefiles for cris targetJohn Crispin2007-06-036-6/+30
| | | | SVN-Revision: 7484
* Fix endianness issues with adm5120eb, thanks to Gabor !Florian Fainelli2007-06-031-21/+72
| | | | SVN-Revision: 7479
* reworked memset,memcpy of the cris kernel, this improves board speed by ↵John Crispin2007-06-031-323/+276
| | | | | | factor 20 SVN-Revision: 7478
* Update the adm5120 config to use IRQ_CPU and physically mapped flash for nowFlorian Fainelli2007-06-031-2/+6
| | | | SVN-Revision: 7476
* adm5120 timing specific routines, was part of the IRQ handling rewritteFlorian Fainelli2007-06-031-0/+54
| | | | SVN-Revision: 7475
* implement quilt handling for the kernel tree ... and there was much rejoicing!Felix Fietkau2007-06-032-1/+4
| | | | SVN-Revision: 7474
* remove duplicate include statement (fixes a warning)Felix Fietkau2007-06-031-2/+0
| | | | SVN-Revision: 7468
* when compiling a tool to upload firmware to the cris, it should be build for ↵John Crispin2007-06-031-1/+1
| | | | | | host and not target :-) SVN-Revision: 7467
* the etrax bootloader tools source was added on initial merge, it is now ↵John Crispin2007-06-02165-123806/+5
| | | | | | sitting on the acme site, source should not be in this folder SVN-Revision: 7465
* IRQ handler rewrite by Gabor Juhos, uses C no longer assemblyFlorian Fainelli2007-06-0214-384/+518
| | | | SVN-Revision: 7464
* Add iprange (#1799)Florian Fainelli2007-06-022-0/+173
| | | | SVN-Revision: 7462
* apex: fixed patch pathnamesRod Whitby2007-06-021-2/+2
| | | | SVN-Revision: 7460
* Fix config.in typo and enable by default only for ixp4xx-2.6Florian Fainelli2007-06-021-2/+2
| | | | SVN-Revision: 7458
* apex: Mark the build apex image as an OpenWRT build (instead of a SlugOS build)Rod Whitby2007-06-021-3/+12
| | | | SVN-Revision: 7452
* apex: Updated to version 1.5.6 (which includes the compiler inlining fixes).Rod Whitby2007-06-022-30/+2
| | | | SVN-Revision: 7451
* made the target name of etrax lowercase.John Crispin2007-06-021-1/+1
| | | | SVN-Revision: 7449
* fixes compile bug of iptablesJohn Crispin2007-06-021-0/+50
| | | | SVN-Revision: 7448
* Unmark adm5120eb as broken, disable NAND and YAFFS2 for this target, resync ↵Florian Fainelli2007-06-022-32/+16
| | | | | | kernel config SVN-Revision: 7445
* apex: Updated to 1.5.4 - this time it bootsRod Whitby2007-06-023-136/+40
| | | | SVN-Revision: 7441
* add initial support for the crisarchitecture used on foxboards to openwrtJohn Crispin2007-06-02229-0/+223361
| | | | SVN-Revision: 7439
* make xscale images containing proprietary microcode optional, but enabled by ↵Felix Fietkau2007-06-012-18/+31
| | | | | | default SVN-Revision: 7431