summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx-2.6
Commit message (Collapse)AuthorAgeFilesLines
* fill in the kernel version info for every target, move the kernel tarball ↵nbd2007-06-281-0/+2
| | | | | | md5sums to a central place git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7748 3c298f89-4303-0410-b956-a3cf2f4a3e73
* prepare for the transition to linux 2.6.22 - make it possible to override ↵nbd2007-06-161-11/+6
| | | | | | the kernel version in the target makefile git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7644 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel config resync with generic-2.6florian2007-05-311-4/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7413 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Update to .21florian2007-05-305-72/+39
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7408 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm63xx cleanups; add a watchdog driver, indent serial console driver, add ↵florian2007-04-178-691/+982
| | | | | | support for another sst flash git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6985 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Re-enable PCI subsystem here too :))florian2007-04-171-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6984 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Restore the old flash mapping, no brcm63xx has the HDR0 headerflorian2007-04-151-433/+236
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6952 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix warningsflorian2007-04-081-15/+23
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6899 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Re-enable MPI/PCI codeflorian2007-04-081-7/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6897 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Major cleanup :florian2007-04-0846-4979/+2854
| | | | | | | | | - no more Broadcom kerSys* code - working runtime boot loader detection - updated flash map driver git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6896 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Split up brcm63xx into files/florian2007-04-0335-9762/+9634
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6848 3c298f89-4303-0410-b956-a3cf2f4a3e73
* clean up nfsd kernel config entries (#1523)nbd2007-03-271-2/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6731 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Update kernel configflorian2007-03-241-7/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6690 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix a typoflorian2007-03-211-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6630 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix compilation errors with xt_portscanflorian2007-03-161-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6578 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix the serial driver with the devfs removalflorian2007-03-161-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6577 3c298f89-4303-0410-b956-a3cf2f4a3e73
* split out profile definitions from Makefilespavlov2007-03-024-17/+49
| | | | | | | | | | | | | 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
* clean up a few things in image build makefiles and fix unnecessary grub rebuildsnbd2007-02-251-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6360 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing config filesnbd2007-02-221-0/+490
| | | | 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-221-1824/+0
| | | | | | | | | | | ./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
* port [6229] to kamikazenbd2007-02-081-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6275 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Forgot to add the DELUDE target :/florian2007-01-231-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6183 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add chaostable from #1187, also enable netfilter modules for ixp4xx.florian2007-01-221-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6182 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Backport linux-atm api from 2.6.8.1 for brcm63xx florian2007-01-081-0/+238
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6029 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm63xx has ATM supportflorian2007-01-081-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6028 3c298f89-4303-0410-b956-a3cf2f4a3e73
* malbon has contributed to flash map driver as well, update the driver ↵florian2007-01-051-82/+7
| | | | | | description git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5991 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Make 6348 as the default target, yeah, what a fix :/florian2007-01-051-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5990 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm63xx devices also have USB as wellflorian2007-01-051-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5989 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Enable pcmcia for brcm63xx (#1125)florian2007-01-021-4/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5963 3c298f89-4303-0410-b956-a3cf2f4a3e73
* store the default kernel version for our ports in a single place (target ↵nbd2006-12-251-4/+0
| | | | | | makefiles can still override it if necessary) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5899 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade to 2.6.19.1, fix Gateway 7001 patch and enable image generation for ↵kaloz2006-12-191-2/+2
| | | | | | ixp4xx git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5856 3c298f89-4303-0410-b956-a3cf2f4a3e73
* More bcm963xx fixesflorian2006-12-192-16/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5852 3c298f89-4303-0410-b956-a3cf2f4a3e73
* More bcm963xx fixes with 2.6.19florian2006-12-181-11/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5849 3c298f89-4303-0410-b956-a3cf2f4a3e73
* some platform support path name cleanupnbd2006-12-181-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5846 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Oops, commited just one part :/florian2006-12-181-0/+381
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5842 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Update brcm63xx flash map driver for 2.6.19florian2006-12-181-324/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5841 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add a Ralink profileflorian2006-12-181-0/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5835 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Update brcm63xx patch to run on 2.6.19, remove binary hacks patch till we ↵florian2006-12-173-853/+753
| | | | | | update this patch to 2.6.19 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5817 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Upgrade to Linux 2.6.19nbd2006-12-142-17/+17
| | | | | | | | | - Includes large parts of the patch from #1021 by dpalffy - Includes RB532 NAND driver changes by n0-1 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5789 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add Wi-Fi profiles (for what it matters with this arch)florian2006-12-111-0/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5763 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm63xx is currently brokenflorian2006-12-101-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5753 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Forgot the kernel configflorian2006-12-101-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5752 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Normalize patch : change MIPS_BRCM to BCM963XXflorian2006-12-102-7/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5751 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Enable msdos fs support and package itflorian2006-12-091-2/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5741 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add HFS and HFS+ modules (#1024)florian2006-12-071-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5713 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move target/image/platform to target/linux/platform/imagembm2006-11-281-0/+33
| | | | | | | platform directories are now self contained git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5669 3c298f89-4303-0410-b956-a3cf2f4a3e73
* CFE tag partitioning support.malbon2006-11-231-65/+206
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5631 3c298f89-4303-0410-b956-a3cf2f4a3e73
* autodetect atm, pci, usb, pcmcia features from kernel config filenbd2006-11-191-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5586 3c298f89-4303-0410-b956-a3cf2f4a3e73
* reorganize nat helper packages, move ftp and irc nat to a package that is ↵nbd2006-11-191-4/+4
| | | | | | enabled by default, for security reasons - see #917 for more information git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5581 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add mini_fonbd2006-11-171-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5541 3c298f89-4303-0410-b956-a3cf2f4a3e73