summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm-2.6
Commit message (Collapse)AuthorAgeFilesLines
* fix up remaining parts for the brcm47xx-2.6 port (tested on wgt634u), nuke ↵nbd2007-03-1415-14081/+0
| | | | | | the old brcm-2.6 port, close #1312, #1451 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6564 3c298f89-4303-0410-b956-a3cf2f4a3e73
* reorder target profilesnbd2007-03-042-0/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6514 3c298f89-4303-0410-b956-a3cf2f4a3e73
* split out profile definitions from Makefilespavlov2007-03-024-29/+53
| | | | | | | | | | | | | 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
* move mtd rootfs split patch to generic-2.6, disabled for broadcom targets ↵nbd2007-03-011-0/+1
| | | | | | until the flash map driver is updated and tested git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6449 3c298f89-4303-0410-b956-a3cf2f4a3e73
* correct wrong CONFIG_PCMCIA defaults (fixes buildbot errors)nbd2007-02-261-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6390 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing config filesnbd2007-02-221-0/+321
| | | | 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-222-2103/+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
* change target descriptionnbd2007-02-051-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6270 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add profile for the wgt634unbd2007-02-051-0/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6269 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add chaostable from #1187, also enable netfilter modules for ixp4xx.florian2007-01-221-4/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6182 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add descriptions to the broadcom target profiles and export them to the ↵nbd2007-01-201-0/+8
| | | | | | target metadata (not presented in menuconfig yet) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6137 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove bogus part of the broadcom target descriptionsnbd2007-01-161-4/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6109 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move several instances of DEFAULT:=y to profile preselections (easier for ↵nbd2007-01-141-1/+1
| | | | | | the image builder to pick up) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6096 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing part from [6013]nbd2007-01-071-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6014 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move brcm-2.6/image to brcm-2.4, to reduce the cross-dependencies between ↵nbd2007-01-0710-1373/+0
| | | | | | those two. symlink will be added in the next commit (i don't think svn can do that change atomically) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6013 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
* build wrt300n v1 imageskaloz2006-12-161-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5808 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Upgrade to Linux 2.6.19nbd2006-12-149-495/+916
| | | | | | | | | - 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
* disable broadcom jffs2 images by defaultnbd2006-12-121-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5773 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Enable msdos fs support and package itflorian2006-12-091-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5741 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add HFS and HFS+ modules (#1024)florian2006-12-071-7/+21
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5713 3c298f89-4303-0410-b956-a3cf2f4a3e73
* disable wgt634u image for brcm-2.4nbd2006-12-061-2/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5697 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move target/image/platform to target/linux/platform/imagembm2006-11-2810-0/+1370
| | | | | | | platform directories are now self contained git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5669 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing src symlinknbd2006-11-231-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5623 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move platform specific base-files into target/linux/<targetname>nbd2006-11-222-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5621 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
* enable irq sharing for the serial consolenbd2006-11-171-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5540 3c298f89-4303-0410-b956-a3cf2f4a3e73
* reorder variablesnbd2006-11-121-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5513 3c298f89-4303-0410-b956-a3cf2f4a3e73
* implement target profiles in menuconfignbd2006-11-121-0/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5512 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make target/linux/* directories self-contained, use the selected kernel ↵nbd2006-11-111-0/+14
| | | | | | version for the toolchain, autogenerate menuconfig and makefile code for target selection git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5498 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
* port new diag driver to kamikazenbd2006-11-031-64/+78
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5426 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use irq sharing on the serial linenbd2006-11-031-3/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5424 3c298f89-4303-0410-b956-a3cf2f4a3e73
* export skb_attach symbol (#887)florian2006-10-311-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5359 3c298f89-4303-0410-b956-a3cf2f4a3e73
* cleanup/rewrite of the kernel build processnbd2006-10-191-8/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5226 3c298f89-4303-0410-b956-a3cf2f4a3e73
* cleanupnbd2006-10-191-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5224 3c298f89-4303-0410-b956-a3cf2f4a3e73
* enable native ipsec modules on 2.6, add ipsec kernel modulesnico2006-10-181-9/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5205 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm4710: port a missing part of the cache fixes to linux 2.6nbd2006-10-161-33/+51
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5163 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix irq sharing issue on bcm4710nbd2006-10-161-4/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5160 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix extpci irq assignment bugnbd2006-10-161-4/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5159 3c298f89-4303-0410-b956-a3cf2f4a3e73
* accidentally removed a small part of the flash map patch - fixing that.nbd2006-10-161-0/+27
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5158 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add io resource patch from #800, merge flash map stuff from linux 2.4 to ↵nbd2006-10-152-32/+43
| | | | | | support the wl-hdd without breaking the netgear wgt634u git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5134 3c298f89-4303-0410-b956-a3cf2f4a3e73
* don't hardcode the cpu frequency for bcm47xx in linux 2.6nbd2006-10-151-160/+227
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5133 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix bcm4710 cache fixesnbd2006-10-151-9/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5132 3c298f89-4303-0410-b956-a3cf2f4a3e73
* patch from ticket #787mbm2006-09-201-0/+42
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4803 3c298f89-4303-0410-b956-a3cf2f4a3e73