summaryrefslogtreecommitdiffstats
path: root/target/linux/amazon/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* amazon: R.I.P.John Crispin2014-12-051-27/+0
| | | | | | | | its been broken for 2 1/2 years Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 43516
* kernel: makefiles: make use of new var KERNEL_PATCHVERFelix Fietkau2014-10-241-1/+1
| | | | | | | | | | | replace all occurences of LINUX_VERSION with the cleaner approach. future kernel upgrades must mostly touch only one file. the only platform left is netlogic, because it uses a intermediate kernel 3.14.16 Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com> SVN-Revision: 43047
* target: don't build jffs2 nor images by defaultJonas Gorski2013-06-051-1/+1
| | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36863
* bump to 3.3.8John Crispin2012-06-051-1/+1
| | | | SVN-Revision: 32055
* kernel: update linux 3.3 to 3.3.7Gabor Juhos2012-05-231-1/+1
| | | | SVN-Revision: 31848
* kernel: update linux 3.3 to 3.3.6Gabor Juhos2012-05-141-1/+1
| | | | SVN-Revision: 31709
* amazon: update amazon target to kernel 3.3Hauke Mehrtens2012-05-131-1/+1
| | | | | | This is just compile tested, my device is currently not working. SVN-Revision: 31706
* amazon: Upgrade amazon target to kernel 2.6.37Hauke Mehrtens2011-04-101-1/+7
| | | | | | This was just a little bit tested on an SAMSUNG SMT-G3020 and pci and usb do not work like before. SVN-Revision: 26576
* move files to correct positionHauke Mehrtens2010-01-311-8/+0
| | | | SVN-Revision: 19453
* update to 2.6.30, refresh patchesFlorian Fainelli2009-12-041-1/+1
| | | | SVN-Revision: 18635
* Update to kernel 2.6.30Hauke Mehrtens2009-11-291-1/+1
| | | | SVN-Revision: 18605
* Add kernel 2.6.30 supportHauke Mehrtens2009-11-281-0/+8
| | | | | | The device is booting and Ethernet is working, but nothing more was tested. SVN-Revision: 18589
* Make amazon build again.Hauke Mehrtens2009-05-271-2/+0
| | | | SVN-Revision: 16118
* upgrade & standardize kernel versionsImre Kaloz2008-02-111-1/+1
| | | | SVN-Revision: 10443
* 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-081-3/+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-061-0/+25
(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