summaryrefslogtreecommitdiffstats
path: root/target/linux/orion/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* orion: upgrade to 3.18 (compile tested only)Imre Kaloz2015-04-121-2/+2
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 45405
* mark 3.10 targets as brokenRafał Miłecki2015-03-241-0/+1
| | | | | | Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 44968
* 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
* targets: remove useless quotes around KERNELNAMEFelix Fietkau2014-10-051-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42780
* orion: fix 3.10 kernel minor versionFelix Fietkau2014-07-311-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41916
* orion: Update kernel to 3.10.44Hauke Mehrtens2014-07-201-1/+1
| | | | | | | | | | | | | | Update the kernel of the orion target to version 3.10.44. Refresh orion config and patches to match the changes in the kernel Tested on WRT350N-v2 device. Signed-off-by: Maarten Bezemer <maarten.bezemer@gmail.com> [run make kernel_oldconfig, fold a01-dt2-fixes-for-3.3.patch into dt2-setup.c, make dt2-setup.c compile, fix harddisk subprofile] Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 41765
* orion: fix KERNELNAMEFlorian Fainelli2014-04-011-1/+1
| | | | | | | | uImage cannot be built in parallel properly until zImage is ready Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 40359
* build: unify arm target cflagsFelix Fietkau2013-09-261-1/+0
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38211
* build: unify target independent optimization optionsFelix Fietkau2013-07-291-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37600
* targets: fix remaining targets for initramfs buildsFlorian Fainelli2013-06-281-1/+1
| | | | | | | | Fix some bugs that slipped through while making initramfs non exclusive. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 37079
* drop support for the dns323Imre Kaloz2013-06-041-2/+2
| | | | SVN-Revision: 36832
* orion: debloat the kernel some moreFelix Fietkau2013-01-061-1/+1
| | | | SVN-Revision: 35023
* 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
* orion: remove the broken broken flagGabor Juhos2012-05-101-1/+1
| | | | | | | | | | | | It is working on the Linksys WRT350N v2 at least: http://pastebin.com/KCAbJZs9 Additionally, the flag was added to a wrong place so it had no effect. Thanks to StrikerNL for testing. SVN-Revision: 31674
* orion: switch to 3.3 and add broken flagGabor Juhos2012-05-091-2/+2
| | | | | | It is compile tested only. SVN-Revision: 31658
* add support for D-Link DNS-323Florian Fainelli2012-04-041-1/+1
| | | | | | | | | | | | | this patch adds support for D-Link DNS323 storage device. You can find more info here: http://dns323.lukaperkov.net/ Currently you need serial cable to flash OpenWrt on DNS-323. Signed-off-by: Luka Perkov < openwrt ->-to->- lukaperkov.net > SVN-Revision: 31198
* kernel: update linux 3.0 to 3.0.18Jonas Gorski2012-01-311-1/+1
| | | | SVN-Revision: 29965
* kernel: update linux 3.0 to 3.0.17Jonas Gorski2012-01-131-1/+1
| | | | SVN-Revision: 29725
* linux: update 3.0 to 3.0.12Jonas Gorski2011-12-061-1/+1
| | | | SVN-Revision: 29469
* linux: update 3.0 to 3.0.9Jonas Gorski2011-11-191-1/+1
| | | | SVN-Revision: 29264
* kernel: update to version 3.0.3Hauke Mehrtens2011-08-181-1/+1
| | | | SVN-Revision: 28043
* kernel: update to kernel version 3.0.1Hauke Mehrtens2011-08-061-1/+1
| | | | SVN-Revision: 27918
* upgrade to 3.0Imre Kaloz2011-07-231-1/+1
| | | | SVN-Revision: 27737
* upgrade to 3.0-rc7Imre Kaloz2011-07-121-1/+1
| | | | SVN-Revision: 27600
* upgrade to 3.0-rc6 and optimize for armv5te againImre Kaloz2011-07-111-2/+2
| | | | SVN-Revision: 27592
* kernel: Update to version 2.6.37.6Hauke Mehrtens2011-04-031-1/+1
| | | | | | Thank you Peter Wagner for the patch SVN-Revision: 26441
* global cflags: remove -funit-at-a-time, it is ignored by recent compilers. ↵Felix Fietkau2011-03-261-1/+1
| | | | | | instead add -fno-caller-saves, which improves compression ratio for generated code with no apparent negative effects on performance SVN-Revision: 26300
* update to 2.6.32.33 and 2.6.37.4Imre Kaloz2011-03-181-1/+1
| | | | SVN-Revision: 26226
* kernel: update to kernel version 2.6.37.3Hauke Mehrtens2011-03-131-1/+1
| | | | SVN-Revision: 26126
* update to 2.6.37.1Florian Fainelli2011-02-191-1/+1
| | | | SVN-Revision: 25577
* upgrade to 2.6.37Imre Kaloz2011-01-241-2/+2
| | | | SVN-Revision: 25090
* kernel: update kernel versions Update kernel 2.6.32.26 to 2.6.32.27 Update ↵Hauke Mehrtens2010-12-111-1/+1
| | | | | | kenrel 2.6.36.1 to 2.6.36.2 SVN-Revision: 24486
* update to the latest stable kernelsImre Kaloz2010-11-241-1/+1
| | | | SVN-Revision: 24136
* upgrade to 2.6.36Imre Kaloz2010-11-101-1/+1
| | | | SVN-Revision: 23941
* the same DEFAULT_PACKAGES should be selected in the generic MakefileImre Kaloz2010-11-051-1/+1
| | | | SVN-Revision: 23885
* target/linux/orion: create subtargets (closes #8154)Alexandros C. Couloumbis2010-11-041-3/+2
| | | | SVN-Revision: 23883
* mark targets maintained by meImre Kaloz2010-10-271-0/+1
| | | | SVN-Revision: 23668
* upgrade kernel versions to the latest stable onesImre Kaloz2010-10-041-1/+1
| | | | SVN-Revision: 23219
* kernel: update kernel version to 2.6.34.5Hauke Mehrtens2010-08-221-1/+1
| | | | SVN-Revision: 22759
* kernel: update to kernel 2.6.34.1Hauke Mehrtens2010-07-101-1/+1
| | | | SVN-Revision: 22118
* orion: Update Orion in trunk to kernel 2.6.34.Hauke Mehrtens2010-06-061-1/+1
| | | | | | | | | Was flashed on WRT350Nv2, booted and is running for several days. Closes #7405 Thank you maddes for your patch. SVN-Revision: 21682
* update linux kernel to 2.6.32.14Nicolas Thill2010-05-271-1/+1
| | | | SVN-Revision: 21583
* kernel: update kernel to version 2.6.32.13 and 2.6.33.4Hauke Mehrtens2010-05-231-1/+1
| | | | SVN-Revision: 21540
* sync to kernel 2.6.32.12Alexandros C. Couloumbis2010-04-271-1/+1
| | | | SVN-Revision: 21195
* kernel: update to 2.6.32.10Gabor Juhos2010-03-261-1/+1
| | | | SVN-Revision: 20444
* Switch Marvell Orion CPU to kernel 2.6.32 plus LED support for all LEDs on ↵Travis Kemen2010-03-141-2/+2
| | | | | | | | | LinkSys WRT350Nv2. Signed-off by: Matthias Buecher <mail@maddes.net> and Dirk Teurlings <info@upexia.nl> SVN-Revision: 20185
* orion: switch the target cflags from armv5te to armv5t, because unaligned 64 ↵Felix Fietkau2010-01-291-0/+1
| | | | | | bit load/store instructions are unsafe SVN-Revision: 19388
* replace the hostapd preselection with a wpad preselection to enable proper ↵Felix Fietkau2010-01-231-1/+1
| | | | | | client mode support in the default images SVN-Revision: 19293