summaryrefslogtreecommitdiff
path: root/target/linux/au1000-2.6
Commit message (Collapse)AuthorAge
* strip the kernel version suffix from target directories, except for brcm-2.4 ↵Felix Fietkau2007-09-06
| | | | | | (the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles. SVN-Revision: 8653
* Move to 2.6.22.4Florian Fainelli2007-08-21
| | | | SVN-Revision: 8451
* build system cleanup/restructuring as described in ↵Felix Fietkau2007-08-07
| | | | | | http://lists.openwrt.org/pipermail/openwrt-devel/2007-August/001159.html SVN-Revision: 8362
* improved au1000 usb patchJohn Crispin2007-07-29
| | | | SVN-Revision: 8218
* improved patch for au1000 usb-power switchJohn Crispin2007-07-29
| | | | SVN-Revision: 8217
* on the au1000 usb could never work as the power switch was never enabled :PJohn Crispin2007-07-24
| | | | SVN-Revision: 8151
* fixed au1000 eth0 ioctl patchJohn Crispin2007-07-24
| | | | SVN-Revision: 8147
* oops, wrong file for au1000 pci fixJohn Crispin2007-07-24
| | | | SVN-Revision: 8146
* fixed up the au1000 pci support, was caused by the au1000 having a 36bit io ↵John Crispin2007-07-24
| | | | | | bus and the max add being set to 32bit SVN-Revision: 8145
* Fix the handling of unsupported ioctls (eth0 appeared in iwconfig for instance)Florian Fainelli2007-07-24
| | | | SVN-Revision: 8139
* Allow squashfs images for au1000, use the automatic rootfs splitFlorian Fainelli2007-07-23
| | | | SVN-Revision: 8125
* bump to 2.6.22.1Mike Baker2007-07-11
| | | | SVN-Revision: 7915
* au1000 now runs .22, mtx-1 watchdog is mainline and i2c patch is planned for ↵Florian Fainelli2007-07-09
| | | | | | rewriting SVN-Revision: 7900
* fill in the kernel version info for every target, move the kernel tarball ↵Felix Fietkau2007-06-28
| | | | | | md5sums to a central place SVN-Revision: 7748
* prepare for the transition to linux 2.6.22 - make it possible to override ↵Felix Fietkau2007-06-16
| | | | | | the kernel version in the target makefile SVN-Revision: 7644
* add generic GPIO to MIPS boards, use it for au1000 and for the MTX-1 led ↵Florian Fainelli2007-05-24
| | | | | | driver as well SVN-Revision: 7334
* Update au1000 for .21, build an SREC initramfs image so that it can be ↵Florian Fainelli2007-05-24
| | | | | | tested directly with yamon SVN-Revision: 7333
* Split the led driverFlorian Fainelli2007-05-20
| | | | SVN-Revision: 7290
* unified preinit environmentMike Baker2007-05-10
| | | | SVN-Revision: 7173
* cleanupFelix Fietkau2007-05-10
| | | | SVN-Revision: 7169
* Enable USB support for au1000Florian Fainelli2007-05-06
| | | | SVN-Revision: 7103
* Add some diagnostic stuff for au1000, failsafe will need system button ↵Florian Fainelli2007-05-06
| | | | | | driver rewrite SVN-Revision: 7101
* Update the watchdog driver to make it more linux look alikeFlorian Fainelli2007-05-06
| | | | SVN-Revision: 7100
* au1000 has pci and usbFlorian Fainelli2007-05-06
| | | | SVN-Revision: 7099
* meshcube: override the boot loader's (wrong) kernel command lineFelix Fietkau2007-04-06
| | | | SVN-Revision: 6872
* enable preinit in a few other platformsFelix Fietkau2007-03-03
| | | | SVN-Revision: 6482
* split out profile definitions from MakefilesTim Yardley2007-03-02
| | | | | | | | | | | 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 SVN-Revision: 6468
* Add a LED driver for MTX-1 boards, yeah babyFlorian Fainelli2007-03-02
| | | | SVN-Revision: 6454
* correct wrong CONFIG_PCMCIA defaults (fixes buildbot errors)Felix Fietkau2007-02-26
| | | | SVN-Revision: 6390
* add missing config filesFelix Fietkau2007-02-22
| | | | SVN-Revision: 6338
* Reorganize kernel configs - target/linux/*/config is now a directory. ↵Felix Fietkau2007-02-22
| | | | | | ./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. SVN-Revision: 6337
* port [6229] to kamikazeFelix Fietkau2007-02-08
| | | | SVN-Revision: 6275
* Forgot to add the DELUDE target :/Florian Fainelli2007-01-23
| | | | SVN-Revision: 6183
* Add chaostable from #1187, also enable netfilter modules for ixp4xx.Florian Fainelli2007-01-22
| | | | SVN-Revision: 6182
* move another DEFAULT:=y and fix a dependency bugFelix Fietkau2007-01-14
| | | | SVN-Revision: 6097
* Remove this unnecessary patchFlorian Fainelli2007-01-11
| | | | SVN-Revision: 6079
* Make the i2c driver work, as a moduleFlorian Fainelli2006-12-30
| | | | SVN-Revision: 5930
* Forgot to make i2c driver depend on i2c bit banging algorithmFlorian Fainelli2006-12-28
| | | | SVN-Revision: 5919
* Forgot to add the i2c id, grrFlorian Fainelli2006-12-28
| | | | SVN-Revision: 5918
* Small typoFlorian Fainelli2006-12-28
| | | | SVN-Revision: 5917
* Port the i2c-gpio driver to the 2.6 kernelFlorian Fainelli2006-12-28
| | | | SVN-Revision: 5916
* store the default kernel version for our ports in a single place (target ↵Felix Fietkau2006-12-25
| | | | | | makefiles can still override it if necessary) SVN-Revision: 5899
* upgrade to 2.6.19.1, fix Gateway 7001 patch and enable image generation for ↵Imre Kaloz2006-12-19
| | | | | | ixp4xx SVN-Revision: 5856
* some platform support path name cleanupFelix Fietkau2006-12-18
| | | | SVN-Revision: 5846
* Upgrade to Linux 2.6.19Felix Fietkau2006-12-14
| | | | | | | - Includes large parts of the patch from #1021 by dpalffy - Includes RB532 NAND driver changes by n0-1 SVN-Revision: 5789
* add binary images for au1000 (for use with mtd)Felix Fietkau2006-12-12
| | | | SVN-Revision: 5767
* Add different Wi-Fi profilesFlorian Fainelli2006-12-11
| | | | SVN-Revision: 5761
* fix pci on the meshcubesFelix Fietkau2006-12-09
| | | | SVN-Revision: 5742
* Add HFS and HFS+ modules (#1024)Florian Fainelli2006-12-07
| | | | SVN-Revision: 5713
* move target/image/platform to target/linux/platform/image platform ↵Mike Baker2006-11-28
| | | | | | directories are now self contained SVN-Revision: 5669