summaryrefslogtreecommitdiffstats
path: root/target/linux/au1000-2.6/Makefile
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
* au1000 has pci and usbflorian2007-05-061-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7099 3c298f89-4303-0410-b956-a3cf2f4a3e73
* split out profile definitions from Makefilespavlov2007-03-021-17/+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
* move another DEFAULT:=y and fix a dependency bugnbd2007-01-141-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6097 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
* Upgrade to Linux 2.6.19nbd2006-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
* Add different Wi-Fi profilesflorian2006-12-111-0/+18
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5761 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
* make target/linux/* directories self-contained, use the selected kernel ↵nbd2006-11-111-0/+10
| | | | | | 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 processnbd2006-10-191-9/+5
| | | | 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
* Disable the use of lzma since the alchemy images are zlib compressed and ↵florian2006-07-021-1/+0
| | | | | | there is a lot of space. Fix makefile error when "touching" zImage.flash.srec git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4108 3c298f89-4303-0410-b956-a3cf2f4a3e73
* credit where credit is duembm2006-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)/includenbd2006-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 ↵nbd2006-06-211-5/+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 temporarykaloz2006-06-181-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3987 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix unnecessary kernel rebuildnbd2006-06-041-3/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3904 3c298f89-4303-0410-b956-a3cf2f4a3e73
* resync with kamikazenbd2006-05-301-5/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3844 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove old trace/verbose junknbd2006-05-101-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3755 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Linux 2.6.16.4 *sigh*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.3kaloz2006-04-111-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3618 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add initial support for AMD Alchemy 1500 boards (4G-Systems AccessCube). ↵florian2006-04-101-0/+25
Thanks to Etienne for the hardware ;) git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3606 3c298f89-4303-0410-b956-a3cf2f4a3e73