aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm-2.6/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* fix up remaining parts for the brcm47xx-2.6 port (tested on wgt634u), nuke ↵Felix Fietkau2007-03-141-25/+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
* split out profile definitions from MakefilesTim Yardley2007-03-021-29/+2
| | | | | | | | | | | | | 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
* change target descriptionFelix Fietkau2007-02-051-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6270 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add profile for the wgt634uFelix Fietkau2007-02-051-0/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6269 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add descriptions to the broadcom target profiles and export them to the ↵Felix Fietkau2007-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 descriptionsFelix Fietkau2007-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 ↵Felix Fietkau2007-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
* store the default kernel version for our ports in a single place (target ↵Felix Fietkau2006-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 ↵Imre Kaloz2006-12-191-2/+2
| | | | | | ixp4xx git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5856 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Upgrade to Linux 2.6.19Felix Fietkau2006-12-141-2/+2
| | | | | | | | | - 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 defaultFelix Fietkau2006-12-121-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5773 3c298f89-4303-0410-b956-a3cf2f4a3e73
* autodetect atm, pci, usb, pcmcia features from kernel config fileFelix Fietkau2006-11-191-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5586 3c298f89-4303-0410-b956-a3cf2f4a3e73
* reorder variablesFelix Fietkau2006-11-121-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5513 3c298f89-4303-0410-b956-a3cf2f4a3e73
* implement target profiles in menuconfigFelix Fietkau2006-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 ↵Felix Fietkau2006-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
* cleanup/rewrite of the kernel build processFelix Fietkau2006-10-191-8/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5226 3c298f89-4303-0410-b956-a3cf2f4a3e73
* cleanupFelix Fietkau2006-10-191-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5224 3c298f89-4303-0410-b956-a3cf2f4a3e73
* credit where credit is dueMike Baker2006-06-271-0/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4091 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add INCLUDE_DIR variable for $(TOPDIR)/includeFelix Fietkau2006-06-211-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4033 3c298f89-4303-0410-b956-a3cf2f4a3e73
* build system cleanup. move shared include files into $(TOPDIR)/include, move ↵Felix Fietkau2006-06-211-4/+2
| | | | | | lzma, mkfs.* into toolchain/ git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4032 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade to 2.6.17, probably break some stuff temporaryImre Kaloz2006-06-181-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3987 3c298f89-4303-0410-b956-a3cf2f4a3e73
* resync with kamikazeFelix Fietkau2006-05-301-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3844 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Linux 2.6.16.4 *sigh*Imre Kaloz2006-04-121-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3623 3c298f89-4303-0410-b956-a3cf2f4a3e73
* follow the stable tree, upgrade to 2.6.16.3Imre Kaloz2006-04-111-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3618 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Linux 2.6.16.2Imre Kaloz2006-04-101-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3604 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 2.6.16.1, here we comeImre Kaloz2006-03-301-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3556 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade to Linux 2.6.16, yayImre Kaloz2006-03-211-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3422 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade to 2.6.15.6, fix default config for ArubaImre Kaloz2006-03-071-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3324 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update to linux 2.6.15.3 (security fixes)Felix Fietkau2006-02-071-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3183 3c298f89-4303-0410-b956-a3cf2f4a3e73
* change cp to $(CP)Mike Baker2006-02-011-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3112 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update to linux 2.6.15.1Felix Fietkau2006-01-171-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3007 3c298f89-4303-0410-b956-a3cf2f4a3e73
* large target/linux cleanupFelix Fietkau2006-01-101-0/+19
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2877 3c298f89-4303-0410-b956-a3cf2f4a3e73