summaryrefslogtreecommitdiffstats
path: root/target/linux/orion
Commit message (Collapse)AuthorAgeFilesLines
...
* 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: nuke 3.0 supportGabor Juhos2012-05-097-427/+0
| | | | SVN-Revision: 31659
* orion: switch to 3.3 and add broken flagGabor Juhos2012-05-091-2/+2
| | | | | | It is compile tested only. SVN-Revision: 31658
* orion: add 3.3 supportGabor Juhos2012-04-299-0/+431
| | | | SVN-Revision: 31528
* generic: use magic_long in sysupgradeFlorian Fainelli2012-04-041-4/+11
| | | | | | Signed-off-by: Matthias Bücher <mail@maddes.net> SVN-Revision: 31200
* update wrt350nv2-builder to v2.4 and use new functionality for target ↵Florian Fainelli2012-04-041-6/+17
| | | | | | | | orion_generic Signed-off-by: Matthias Bücher <mail@maddes.net> SVN-Revision: 31199
* add support for D-Link DNS-323Florian Fainelli2012-04-047-2/+140
| | | | | | | | | | | | | 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
* targets: fix CONFIG_USB_STORAGE_* inconsistencyNicolas Thill2011-11-251-10/+0
| | | | | | | | | | * all options were switched from bool to tristate in 2.6.30 * add/change/move them to generic, disabled by default * remove extinct CONFIG_USB_STORAGE_DPCM dropped in 2.6.29, merged with CONFIG_USB_STORAGE_SDDR09 * remove extinct CONFIG_USB_STORAGE_SIERRA option in 2.6 * cleanup ordering SVN-Revision: 29337
* 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-112-28/+28
| | | | 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
* only support EABI on ARM targetsImre Kaloz2011-03-071-2/+0
| | | | SVN-Revision: 25928
* update to 2.6.37.1Florian Fainelli2011-02-191-1/+1
| | | | SVN-Revision: 25577
* config symbol cleanupImre Kaloz2011-02-011-10/+0
| | | | SVN-Revision: 25272
* drop 2.6.32 support (next target is 2.6.38)Imre Kaloz2011-01-256-192/+0
| | | | SVN-Revision: 25096
* add missing symbol for 2.6.38Imre Kaloz2011-01-241-0/+1
| | | | SVN-Revision: 25091
* upgrade to 2.6.37Imre Kaloz2011-01-243-6/+7
| | | | 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
* switch from ext2 to ext4 (w/o) journalingImre Kaloz2010-11-221-2/+1
| | | | SVN-Revision: 24084
* use CMDLINE_FORCEImre Kaloz2010-11-102-11/+1
| | | | SVN-Revision: 23942
* 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-053-5/+1
| | | | SVN-Revision: 23885
* only build squashfs images by defaultImre Kaloz2010-11-051-1/+1
| | | | SVN-Revision: 23884
* target/linux/orion: create subtargets (closes #8154)Alexandros C. Couloumbis2010-11-048-120/+173
| | | | 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
* linux/orion: fix iproute2 issue (partially closes ticket #7862)Alexandros C. Couloumbis2010-09-031-1/+0
| | | | SVN-Revision: 22878
* kernel: update kernel version to 2.6.34.5Hauke Mehrtens2010-08-221-1/+1
| | | | SVN-Revision: 22759
* fix Freecom DT2 jffs2 rootfs generation issue (#7584)Florian Fainelli2010-08-101-1/+12
| | | | SVN-Revision: 22585
* fix jffs2 128k image generation, patch from madddes (#7584)Florian Fainelli2010-08-101-17/+19
| | | | SVN-Revision: 22580
* kernel: update to kernel 2.6.34.1Hauke Mehrtens2010-07-101-1/+1
| | | | SVN-Revision: 22118
* orion: Missing symbols in 2.6.35-rc2 kernel config for OrionHauke Mehrtens2010-06-221-0/+4
| | | | | | | | Thank you Maddes for your patch This closes #7441 SVN-Revision: 21882
* fix sysupgrade for the Netgear WNR854T (#7484)Jo-Philipp Wich2010-06-181-1/+9
| | | | SVN-Revision: 21833
* rename partition map patch to a better name, since it s wrt350nv2 specificFlorian Fainelli2010-06-132-0/+0
| | | | SVN-Revision: 21778
* remove now empty samsung flash related patchesFlorian Fainelli2010-06-132-28/+0
| | | | SVN-Revision: 21777
* orion: Update Orion in trunk to kernel 2.6.34.Hauke Mehrtens2010-06-0610-3/+96
| | | | | | | | | Was flashed on WRT350Nv2, booted and is running for several days. Closes #7405 Thank you maddes for your patch. SVN-Revision: 21682
* orion: fix lan and wan mac address for wrt530n v2 (patch by maddes from #7113)Felix Fietkau2010-06-011-0/+17
| | | | SVN-Revision: 21647
* kernel: add missing config symbols.Hauke Mehrtens2010-05-291-0/+6
| | | | | | | | Thank you Maddes for your patch This closes #7375. SVN-Revision: 21623
* update linux kernel to 2.6.32.14Nicolas Thill2010-05-271-1/+1
| | | | SVN-Revision: 21583