aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ixp4xx-2.6
Commit message (Collapse)AuthorAgeFilesLines
* port [6229] to kamikazeFelix Fietkau2007-02-081-1/+1
| | | | SVN-Revision: 6275
* Refreshed ixp4xx config (missing CONFIG_NETFILTER_XT_MATCH_PORTSCAN)Rod Whitby2007-01-231-0/+1
| | | | SVN-Revision: 6188
* Forgot to add the DELUDE target :/Florian Fainelli2007-01-231-0/+1
| | | | SVN-Revision: 6183
* Add chaostable from #1187, also enable netfilter modules for ixp4xx.Florian Fainelli2007-01-221-15/+16
| | | | SVN-Revision: 6182
* turn the IXP4xx microcode check into a prereq check so that the error ↵Felix Fietkau2007-01-202-7/+14
| | | | | | message is displayed before the compile starts SVN-Revision: 6148
* Use nbd's fix for Zip files.Mike Albon2007-01-161-1/+1
| | | | SVN-Revision: 6111
* Add initial version of the new Image Builder It's still a bit rough in a few ↵Felix Fietkau2007-01-101-1/+2
| | | | | | places, but it seems to work for Broadcom at least - other targets untested. SVN-Revision: 6071
* Add another download source, also mirror it to openwrt mirror (#1124)Florian Fainelli2007-01-021-1/+2
| | | | SVN-Revision: 5964
* Include the IXP4XX NPE microcode into the NSLU2 firmware image.Rod Whitby2007-01-011-2/+1
| | | | SVN-Revision: 5952
* Added the npe-ucode package to create the microcode for the IXP4XX NPE ↵Rod Whitby2007-01-013-1/+200
| | | | | | ethernet driver. Note that the user has to download the actual Intel microcode package themselves (agreeing to the Intel license to do so). SVN-Revision: 5951
* Include apex bootloader in nslu2 imageRod Whitby2007-01-011-2/+10
| | | | SVN-Revision: 5948
* Apex bootloader (for ixp4xx devices)Rod Whitby2007-01-012-0/+190
| | | | SVN-Revision: 5947
* ixp4xx-2.6 kernel config: Disabled XATTR for ext2 and ext3 (to match other ↵Rod Whitby2006-12-291-10/+5
| | | | | | kernels, and to prevent a dependency on mbcache which is not packaged) and refreshed from output of oldconfig. SVN-Revision: 5927
* 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) SVN-Revision: 5899
* Generate a flashable image for the NSLU2Rod Whitby2006-12-231-0/+6
| | | | SVN-Revision: 5893
* Moved netconfig (for ixp4xx only) to S15, so that it can access ↵Rod Whitby2006-12-211-17/+7
| | | | | | /proc/cpuinfo to determine which type of board it is on. Added ifup commands at the end to bring up the interfaces. SVN-Revision: 5886
* Initial stab at netconfig for nslu2 and nas100dRod Whitby2006-12-202-0/+99
| | | | SVN-Revision: 5883
* Compiled the ixp4xx on-board network support into the kernel, so that ↵Rod Whitby2006-12-201-3/+3
| | | | | | auto-loading of the microcode from another flash partition will work. SVN-Revision: 5880
* Not sure why ixp4xx-2.6 config has HWMON set, but because it does, then ↵Rod Whitby2006-12-191-2/+40
| | | | | | there has to be many other SENSORS config options unset SVN-Revision: 5867
* Enabled RTC (compiled in) for NSLU2 and NAS100d, and PATA (modules) for NAS100dRod Whitby2006-12-191-3/+128
| | | | SVN-Revision: 5866
* upgrade to 2.6.19.1, fix Gateway 7001 patch and enable image generation for ↵Imre Kaloz2006-12-195-159/+266
| | | | | | ixp4xx SVN-Revision: 5856
* Fixed patch naming to match conventionsRod Whitby2006-12-183-0/+0
| | | | SVN-Revision: 5831
* IXP4xx patches for NSLU2 and NAS100DRod Whitby2006-12-1812-0/+930
| | | | SVN-Revision: 5830
* Upgrade to Linux 2.6.19Felix Fietkau2006-12-142-4/+3
| | | | | | | - Includes large parts of the patch from #1021 by dpalffy - Includes RB532 NAND driver changes by n0-1 SVN-Revision: 5789
* Enable msdos fs support and package itFlorian Fainelli2006-12-091-1/+1
| | | | SVN-Revision: 5741
* Add HFS and HFS+ modules (#1024)Florian Fainelli2006-12-071-2/+2
| | | | SVN-Revision: 5713
* move target/image/platform to target/linux/platform/image platform ↵Mike Baker2006-11-281-0/+32
| | | | | | directories are now self contained SVN-Revision: 5669
* fix the ixp4xx arch - armeb, not armFelix Fietkau2006-11-231-1/+1
| | | | SVN-Revision: 5627
* move platform specific base-files into target/linux/<targetname>Felix Fietkau2006-11-221-0/+11
| | | | SVN-Revision: 5621
* autodetect atm, pci, usb, pcmcia features from kernel config fileFelix Fietkau2006-11-191-1/+1
| | | | SVN-Revision: 5586
* reorganize nat helper packages, move ftp and irc nat to a package that is ↵Felix Fietkau2006-11-191-4/+4
| | | | | | enabled by default, for security reasons - see #917 for more information SVN-Revision: 5581
* add mini_foFelix Fietkau2006-11-171-0/+1
| | | | SVN-Revision: 5541
* make target/linux/* directories self-contained, use the selected kernel ↵Felix Fietkau2006-11-111-0/+9
| | | | | | version for the toolchain, autogenerate menuconfig and makefile code for target selection SVN-Revision: 5498
* Enable iso9660 and udf kernel modules (#930)Florian Fainelli2006-11-091-2/+6
| | | | SVN-Revision: 5485
* add redboot parsing and rtl8169 fixes, enable r8169 and add the free ixp4xx ↵Imre Kaloz2006-10-274-56/+3199
| | | | | | ethernet driver - the later still needs fixes and testing for the gateway 7001 SVN-Revision: 5311
* rename the xscale target to ixp4xx for the forthcoming iop target, add gcc ↵Imre Kaloz2006-10-273-0/+1564
4.1 patch for arm SVN-Revision: 5310