summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
* nuke mdev and replace it with hotplug2 :)nbd2007-03-042-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6512 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Added initial support for at91 plaform (HCG)hcg2007-03-045-0/+19627
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6508 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade the ixp4xx ethernet driver to v0.3.1, split the Gateway 7001 support ↵kaloz2007-03-039-1142/+2866
| | | | | | to two patches git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6489 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix mdev for broadcom 2.6nbd2007-03-031-2/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6484 3c298f89-4303-0410-b956-a3cf2f4a3e73
* enable preinit for magicboxnbd2007-03-031-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6483 3c298f89-4303-0410-b956-a3cf2f4a3e73
* enable preinit in a few other platformsnbd2007-03-035-7/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6482 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add failsafe support for x86-2.6 and fix mdev support for platforms using ↵nbd2007-03-032-0/+6
| | | | | | /etc/preinit git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6481 3c298f89-4303-0410-b956-a3cf2f4a3e73
* R.I.P. devfskaloz2007-03-033-12394/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6478 3c298f89-4303-0410-b956-a3cf2f4a3e73
* replace some hardcoded /dev/mtdblock/* references with calls to find_mtd_part()nbd2007-03-031-3/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6477 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make the rest of the structure for the targets that dont have profiles yetpavlov2007-03-0310-0/+35
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6475 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Deleting the test filehcg2007-03-021-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6473 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Test file - please ignorehcg2007-03-021-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6472 3c298f89-4303-0410-b956-a3cf2f4a3e73
* split out profile definitions from Makefilespavlov2007-03-0229-186/+373
| | | | | | | | | | | | | structure is as follows: target/linux/<arch>/profiles/<profilename>.mk These files are included by a blob match in the target Makefile The files should be labeled based on their profile Name in the definition git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6468 3c298f89-4303-0410-b956-a3cf2f4a3e73
* commit profile support for base-files... patches still need to be donepavlov2007-03-0220-0/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6465 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel build cleanupnbd2007-03-022-5/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6464 3c298f89-4303-0410-b956-a3cf2f4a3e73
* copy the initramfs kernel to bin/ on x86-2.6 (fixes #1359)nbd2007-03-021-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6463 3c298f89-4303-0410-b956-a3cf2f4a3e73
* enable mini_fo on foneranbd2007-03-021-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6456 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add a LED driver for MTX-1 boards, yeah babyflorian2007-03-022-2/+150
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6454 3c298f89-4303-0410-b956-a3cf2f4a3e73
* enable grub images in menuconfig for squashfsnbd2007-03-021-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6453 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use /etc/preinit on atheros-2.6nbd2007-03-021-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6452 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add squashfs support for atheros-2.6nbd2007-03-022-2/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6451 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make squashfs overlay support more generic and integrate it for x86-2.6nbd2007-03-024-5/+127
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6450 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move mtd rootfs split patch to generic-2.6, disabled for broadcom targets ↵nbd2007-03-015-0/+4
| | | | | | until the flash map driver is updated and tested git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6449 3c298f89-4303-0410-b956-a3cf2f4a3e73
* flash related cleanupsnbd2007-03-013-24/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6446 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mark uml as broken and add some cleanups (not working yet)nbd2007-02-285-18/+148
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6439 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix a small bug in the config merge/split (fixes buildbot error on ixp4xx)nbd2007-02-281-2/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6427 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Forgot the patch for CLASSIFYflorian2007-02-281-0/+120
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6425 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add ipt_CLASSIFY target for 2.4 kernels (#1338)florian2007-02-281-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6424 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a patch to revert recent breakage in the intel cfi flash driver (fixes ↵nbd2007-02-281-0/+169
| | | | | | #1140) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6420 3c298f89-4303-0410-b956-a3cf2f4a3e73
* strip double quotes from grub boot options (fixes #1406)nbd2007-02-281-2/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6419 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update to imq patch version 2.6.19-imq3 - fixes kernel oops from #1397nbd2007-02-281-428/+452
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6418 3c298f89-4303-0410-b956-a3cf2f4a3e73
* allow the user to change the rb532 rootfs size in menuconfig (fixes #1374)nbd2007-02-281-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6417 3c298f89-4303-0410-b956-a3cf2f4a3e73
* correct wrong CONFIG_PCMCIA defaults (fixes buildbot errors)nbd2007-02-269-1/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6390 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use default_subtargets in package/Makefile and target/Makefilenbd2007-02-261-11/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6380 3c298f89-4303-0410-b956-a3cf2f4a3e73
* run indent on ar2313 drivernbd2007-02-253-654/+688
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6366 3c298f89-4303-0410-b956-a3cf2f4a3e73
* clean up a few things in image build makefiles and fix unnecessary grub rebuildsnbd2007-02-256-43/+18
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6360 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add optional padding for x86 grub images (useful for running jffs2 images in ↵nbd2007-02-253-1/+7
| | | | | | qemu) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6359 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ignore profiles with custom kernel configs in the image builder itselfnbd2007-02-221-1/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6342 3c298f89-4303-0410-b956-a3cf2f4a3e73
* disable the image builder in menuconfig for profiles with custom kernel configsnbd2007-02-222-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6341 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing config filesnbd2007-02-2216-0/+4762
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6338 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Reorganize kernel configs - target/linux/*/config is now a directory.nbd2007-02-2225-24313/+616
| | | | | | | | | | | ./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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6337 3c298f89-4303-0410-b956-a3cf2f4a3e73
* rename the Profile template that the image builder uses to prevent name ↵nbd2007-02-221-1/+1
| | | | | | conflicts with the template that the kernel uses git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6336 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add 16MB flash support for ar2315 (who knows...?)nbd2007-02-203-2/+19
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6334 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make rootfs split/detection more generic - patch can be moved to generic-2.6 ↵nbd2007-02-194-433/+416
| | | | | | after testing on other platforms (especially broadcom) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6328 3c298f89-4303-0410-b956-a3cf2f4a3e73
* autodetect flash width - thanks to Kestutis Kupciunaskaloz2007-02-191-0/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6327 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use radio0 only on the 5312kaloz2007-02-191-3/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6326 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix ar2315 rootfs mountnbd2007-02-191-1/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6325 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Finally fix the pesky x86-2.6 block2mtd related crash (#1058)nbd2007-02-181-0/+11
| | | | | | | | | | | | | | | | | | 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 *)) ... and there was much rejoicing git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6318 3c298f89-4303-0410-b956-a3cf2f4a3e73
* disable dma offset for nownbd2007-02-171-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6317 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix ar2312/2313 mac detectionnbd2007-02-171-2/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6316 3c298f89-4303-0410-b956-a3cf2f4a3e73