summaryrefslogtreecommitdiff
path: root/target/linux/au1000
Commit message (Collapse)AuthorAgeFilesLines
* 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