summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx-2.6
Commit message (Collapse)AuthorAgeFilesLines
* Update brcm63xx config to add support for USB and SCSI disks, standardize ↵florian2006-09-211-4/+225
| | | | | | with other architectures git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4806 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add early support for CFE mappingflorian2006-08-301-17/+36
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4719 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Enable PCI in kernel config, and compile wireless driversflorian2006-08-291-11/+102
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4698 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fixup PCI compilationflorian2006-08-291-46/+54
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4697 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Restore boot loader detection by parsing the command line, fixes issue with ↵florian2006-08-291-26/+39
| | | | | | Inventel liveboxes git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4695 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update bcm963xx patch and add some binary compatibility hacks (incomplete)nbd2006-08-272-4/+278
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4691 3c298f89-4303-0410-b956-a3cf2f4a3e73
* more cleanupsnbd2006-08-252-3279/+73
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4668 3c298f89-4303-0410-b956-a3cf2f4a3e73
* initial attempt at cleaning up the bcm63xx stuffnbd2006-08-2510-16355/+12836
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4664 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add ROUTE target for netfilter, closes #595florian2006-08-221-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4620 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Move crc-ccitt from built-in to moduleflorian2006-08-051-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4472 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix brcm63xx patch (humm diff laught at me)florian2006-08-031-0/+9216
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4427 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add bootloader specific code, need to fix bootloader detection code as wellflorian2006-08-032-9079/+45
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4426 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Use the rewritten flash map driver, huge thanks nbd !florian2006-08-031-91/+150
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4425 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Update netfilter config to match other platformsflorian2006-07-311-72/+96
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4355 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Clean up patches : remove warnings, move cli() and save_flags to spinlock ↵florian2006-07-252-335/+299
| | | | | | mechanisms git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4275 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Update brcm63xx to 2.6.17, restore the use of "generic patches" since there ↵florian2006-07-215-243/+629
| | | | | | is no linux version mismatch git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4182 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix brcm63xx support. Now a kernel is booting, detecting the flash, and can ↵florian2006-07-0712-48738/+16807
| | | | | | | | | probably mount a filesystem Huge thanks to Nico Huber for providing working patches ! git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4117 3c298f89-4303-0410-b956-a3cf2f4a3e73
* credit where credit is duembm2006-06-271-0/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4091 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Remove built-in.oflorian2006-06-261-0/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4085 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Merge premilinary Broadcom 63xx support (Livebox, Siemens SE515...)florian2006-06-264-0/+49195
Kernel compiles fine, does not include linux-2.6.8.1 linux-mips specific fixes and neither includes broadcom changes to netfiler Needs testing of course :) git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4084 3c298f89-4303-0410-b956-a3cf2f4a3e73