summaryrefslogtreecommitdiffstats
path: root/target/linux/au1000
Commit message (Collapse)AuthorAgeFilesLines
* disable CONFIG_USB_SUPPORT in generic config for 2.6.25 & 2.6.26 and enable ↵Nicolas Thill2008-09-241-0/+1
| | | | | | it on targets where USB is supported SVN-Revision: 12690
* au1000: fix gpio outputFlorian Fainelli2008-09-091-0/+20
| | | | | | | | | | | | when setting the output state of one GPIO pin we have to keep the state of the other pins, hence use binary OR. also gpio_direction_output() wants to set an initial value, so add that too. this fixes a problem with the USB power switch on mtx-1 boards. (#3974) Signed-off-by: Bruno Randolf <br1@einfach.org> SVN-Revision: 12561
* update to 2.6.26.3 and 2.6.25.16Gabor Juhos2008-08-221-1/+1
| | | | SVN-Revision: 12371
* update to 2.6.25.15 and 2.6.26.2Gabor Juhos2008-08-071-1/+1
| | | | SVN-Revision: 12242
* update kernel configTravis Kemen2008-08-041-0/+1
| | | | SVN-Revision: 12084
* try to clean up some kernel configsTravis Kemen2008-08-021-0/+1
| | | | SVN-Revision: 12067
* update to 2.6.25.12Gabor Juhos2008-07-261-1/+1
| | | | SVN-Revision: 11933
* update targets to 2.6.25.10Imre Kaloz2008-07-051-1/+1
| | | | SVN-Revision: 11667
* upgrade to 2.6.25.9Imre Kaloz2008-06-261-1/+1
| | | | SVN-Revision: 11584
* upgrade to 2.6.25.7, and refresh patchesGabor Juhos2008-06-179-39/+23
| | | | SVN-Revision: 11523
* upgrade to 2.6.25.6Imre Kaloz2008-06-111-1/+1
| | | | SVN-Revision: 11435
* fixes au1000 ethernet support, signed off: Bruno RandolfJohn Crispin2008-06-061-0/+12
| | | | SVN-Revision: 11382
* Resync 2.6.25 au1000 kernel configFlorian Fainelli2008-05-221-18/+21
| | | | SVN-Revision: 11244
* bump to 2.6.25.4, refresh kernel patchesGabor Juhos2008-05-198-41/+45
| | | | SVN-Revision: 11199
* enable proper PCI & USB support detection at config-time by disabling ↵Nicolas Thill2008-05-091-0/+2
| | | | | | CONFIG_PCI & CONFIG_USB entries in generic/config and enabling them on targets where appropriate SVN-Revision: 11097
* bump au1000 to .25John Crispin2008-05-033-105/+269
| | | | SVN-Revision: 11021
* naming conventionImre Kaloz2008-04-281-1/+1
| | | | SVN-Revision: 10965
* upgrade to 2.6.24.5Imre Kaloz2008-04-281-1/+1
| | | | SVN-Revision: 10959
* properly disable CONFIG_CRYPTO_HWNicolas Thill2008-04-272-2/+0
| | | | SVN-Revision: 10952
* Hopefully fix the PCI resource conflict and upgrade to .24.2Florian Fainelli2008-02-212-13/+23
| | | | SVN-Revision: 10515
* Upgrade au1000 to .24Florian Fainelli2008-02-034-12/+273
| | | | SVN-Revision: 10377
* Replace system button patch with its correspondant APIFlorian Fainelli2008-01-103-241/+74
| | | | SVN-Revision: 10161
* add new au1000 profilesJohn Crispin2007-12-202-0/+39
| | | | SVN-Revision: 9812
* made au1000 images srec file endingJohn Crispin2007-12-201-2/+2
| | | | SVN-Revision: 9811
* make au1000 images 128kJohn Crispin2007-12-201-0/+2
| | | | SVN-Revision: 9810
* Use $(CP) instead of $(INSTALL_BIN) for binaries.Felix Fietkau2007-12-091-1/+1
| | | | | | Signed-off-by: Andy Boyett <agb-openwrt@padded-cell.net> SVN-Revision: 9694
* make the image filenames a bit shorterFelix Fietkau2007-11-101-7/+7
| | | | SVN-Revision: 9533
* The watchdog driver is now a platform device driver and reads its gpio line ↵Florian Fainelli2007-10-241-0/+104
| | | | | | while registering SVN-Revision: 9425
* We are now at .23.1Florian Fainelli2007-10-231-1/+1
| | | | SVN-Revision: 9415
* Resync kernel config, make kernel.{flash,ram}.srec availableFlorian Fainelli2007-10-222-7/+2
| | | | SVN-Revision: 9402
* Fix the platform device registration; resync kernel configFlorian Fainelli2007-10-124-16/+3
| | | | SVN-Revision: 9266
* Upgrade au1000 to 2.6.23Florian Fainelli2007-10-1011-489/+91
| | | | SVN-Revision: 9243
* Use the gpio-led driver, but do not enable it until we move to 2.6.23Florian Fainelli2007-09-291-0/+58
| | | | SVN-Revision: 9076
* get rid of per-profile base-filesGabor Juhos2007-09-291-0/+0
| | | | SVN-Revision: 9069
* add missing 2.6 conntrack/nat helpers, add 2.6 conntrack/nat helper for RTSP ↵Nicolas Thill2007-09-221-11/+0
| | | | | | (closes: #2297, thanks to aorlinsk), sync 2.4 / 2.6 kconfigs. SVN-Revision: 8955
* clean up jffs2 config optionsFelix Fietkau2007-09-191-1/+0
| | | | SVN-Revision: 8848
* adapt profiles for subtarget changesFelix Fietkau2007-09-081-3/+0
| | | | SVN-Revision: 8695
* major target cleanup. it is now possible to have subtargets that can ↵Felix Fietkau2007-09-082-4/+4
| | | | | | override many target settings, including arch - merge adm5120, adm5120eb. target profiles still need to be adapted for subtargets SVN-Revision: 8694
* strip the kernel version suffix from target directories, except for brcm-2.4 ↵Felix Fietkau2007-09-0618-0/+1184
(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