summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx-2.6/config
Commit message (Collapse)AuthorAgeFilesLines
* strip the kernel version suffix from target directories, except for brcm-2.4 ↵nbd2007-09-061-352/+0
| | | | | | (the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8653 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-301-56/+25
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7408 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Major cleanup :florian2007-04-081-106/+16
| | | | | | | | | - 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
* 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 compilation errors with xt_portscanflorian2007-03-161-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6578 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
* 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
* More bcm963xx fixesflorian2006-12-191-5/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5852 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Update brcm63xx patch to run on 2.6.19, remove binary hacks patch till we ↵florian2006-12-171-42/+221
| | | | | | update this patch to 2.6.19 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5817 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
* 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
* 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
* Enable iso9660 and udf kernel modules (#930)florian2006-11-091-2/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5485 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Update kernel configurations to enable NLS KOI8R (russian) and package the ↵florian2006-11-041-1/+1
| | | | | | module (#819 - second part) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5446 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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
* 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
* more cleanupsnbd2006-08-251-1/+1
| | | | 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-251-2/+2
| | | | 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
* 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
* Update brcm63xx to 2.6.17, restore the use of "generic patches" since there ↵florian2006-07-211-78/+462
| | | | | | 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-071-546/+465
| | | | | | | | | 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
* Merge premilinary Broadcom 63xx support (Livebox, Siemens SE515...)florian2006-06-261-0/+988
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