summaryrefslogtreecommitdiff
path: root/target/linux/brcm-2.6
AgeCommit message (Collapse)Author
2007-03-14fix up remaining parts for the brcm47xx-2.6 port (tested on wgt634u), nuke ↵nbd
the old brcm-2.6 port, close #1312, #1451 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6564 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-03-04reorder target profilesnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6514 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-03-02split out profile definitions from Makefilespavlov
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
2007-03-01move mtd rootfs split patch to generic-2.6, disabled for broadcom targets ↵nbd
until the flash map driver is updated and tested git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6449 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-26correct wrong CONFIG_PCMCIA defaults (fixes buildbot errors)nbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6390 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-22add missing config filesnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6338 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-22Reorganize kernel configs - target/linux/*/config is now a directory.nbd
./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
2007-02-08port [6229] to kamikazenbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6275 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-05change target descriptionnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6270 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-05add profile for the wgt634unbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6269 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-22Add chaostable from #1187, also enable netfilter modules for ixp4xx.florian
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6182 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-20add descriptions to the broadcom target profiles and export them to the ↵nbd
target metadata (not presented in menuconfig yet) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6137 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-16remove bogus part of the broadcom target descriptionsnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6109 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-14move several instances of DEFAULT:=y to profile preselections (easier for ↵nbd
the image builder to pick up) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6096 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-07add missing part from [6013]nbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6014 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-07move brcm-2.6/image to brcm-2.4, to reduce the cross-dependencies between ↵nbd
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
2006-12-25store the default kernel version for our ports in a single place (target ↵nbd
makefiles can still override it if necessary) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5899 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-12-19upgrade to 2.6.19.1, fix Gateway 7001 patch and enable image generation for ↵kaloz
ixp4xx git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5856 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-12-16build wrt300n v1 imageskaloz
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5808 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-12-14Upgrade to Linux 2.6.19nbd
- 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
2006-12-12disable broadcom jffs2 images by defaultnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5773 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-12-09Enable msdos fs support and package itflorian
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5741 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-12-07Add HFS and HFS+ modules (#1024)florian
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5713 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-12-06disable wgt634u image for brcm-2.4nbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5697 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-28move target/image/platform to target/linux/platform/imagembm
platform directories are now self contained git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5669 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-23add missing src symlinknbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5623 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-22move platform specific base-files into target/linux/<targetname>nbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5621 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-19autodetect atm, pci, usb, pcmcia features from kernel config filenbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5586 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-19reorganize nat helper packages, move ftp and irc nat to a package that is ↵nbd
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
2006-11-17add mini_fonbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5541 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-17enable irq sharing for the serial consolenbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5540 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-12reorder variablesnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5513 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-12implement target profiles in menuconfignbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5512 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-11make target/linux/* directories self-contained, use the selected kernel ↵nbd
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
2006-11-09Enable iso9660 and udf kernel modules (#930)florian
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5485 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-04Update kernel configurations to enable NLS KOI8R (russian) and package the ↵florian
module (#819 - second part) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5446 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-03port new diag driver to kamikazenbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5426 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-03use irq sharing on the serial linenbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5424 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-31export skb_attach symbol (#887)florian
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5359 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-19cleanup/rewrite of the kernel build processnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5226 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-19cleanupnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5224 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-18enable native ipsec modules on 2.6, add ipsec kernel modulesnico
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5205 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-16bcm4710: port a missing part of the cache fixes to linux 2.6nbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5163 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-16fix irq sharing issue on bcm4710nbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5160 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-16fix extpci irq assignment bugnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5159 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-16accidentally removed a small part of the flash map patch - fixing that.nbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5158 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-15add io resource patch from #800, merge flash map stuff from linux 2.4 to ↵nbd
support the wl-hdd without breaking the netgear wgt634u git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5134 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-15don't hardcode the cpu frequency for bcm47xx in linux 2.6nbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5133 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-15fix bcm4710 cache fixesnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5132 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-09-20patch from ticket #787mbm
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4803 3c298f89-4303-0410-b956-a3cf2f4a3e73