summaryrefslogtreecommitdiffstats
path: root/target/linux/ixp4xx/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* upgrade to 2.6.25.9kaloz2008-06-261-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11584 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] upgrade to 2.6.25.7, and refresh patchesjuhosg2008-06-171-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11523 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade to 2.6.25.6kaloz2008-06-111-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11435 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix up mac address setting on ixp4xx for devices that store this info in the ↵kaloz2008-05-281-1/+1
| | | | | | RedBoot config partition git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11285 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] upgrade to latest kernel versions (2.6.25.4; 2.6.24.7; 2.6.23.17; ↵juhosg2008-05-181-1/+1
| | | | | | 2.6.22.19) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11184 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] update to 2.6.25.1 and refresh patchesjuhosg2008-05-021-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11006 3c298f89-4303-0410-b956-a3cf2f4a3e73
* sync ixp4xx related patches with 2.6.24 and upgrade to 2.6.25kaloz2008-04-301-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10988 3c298f89-4303-0410-b956-a3cf2f4a3e73
* naming conventionkaloz2008-04-281-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10965 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade to 2.6.24.5kaloz2008-04-281-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10959 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ixp4xx: Updated to 2.6.24.2 - tested on nas100d, fsg3 and nslu2rwhitby2008-03-251-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10654 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add eabi autoselection for the kernel as well - fixes iptables problemsnbd2008-02-141-0/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10461 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade & standardize kernel versionskaloz2008-02-111-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10443 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] bump to 2.6.23.14 on x86, ixp4xx, rb532, adm5120juhosg2008-01-161-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10208 3c298f89-4303-0410-b956-a3cf2f4a3e73
* * upgrade ixp4xx to 2.6.23.12kaloz2007-12-281-1/+3
| | | | | | | | * upgrade to the new ethernet driver (temporary breaks Marvell switch support on Compex units) * handle NPE microcodes in a user friendly way - YAY for Intel for changing the license * add support for the Lanready AP1000 (used in for example the Ligowave LGO2AGN) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10016 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ixp4xx: Minor bump of kernel to 2.6.21.7rwhitby2007-12-281-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9969 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ixp4xx: Rename fsg3 subtarget to harddisk to better reflect the intention of ↵rwhitby2007-12-071-1/+1
| | | | | | the subtarget git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9670 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ixp4xx: Split into two subtargets, one normal and one for boards which boot ↵rwhitby2007-12-071-0/+1
| | | | | | directly from attached storage (and therefore need most kernel modules compiled in) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9669 3c298f89-4303-0410-b956-a3cf2f4a3e73
* adapt profiles for subtarget changesnbd2007-09-081-3/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8695 3c298f89-4303-0410-b956-a3cf2f4a3e73
* major target cleanup. it is now possible to have subtargets that can ↵nbd2007-09-081-5/+2
| | | | | | override many target settings, including arch - merge adm5120, adm5120eb. target profiles still need to be adapted for subtargets git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8694 3c298f89-4303-0410-b956-a3cf2f4a3e73
* strip the kernel version suffix from target directories, except for brcm-2.4 ↵nbd2007-09-061-0/+24
(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