summaryrefslogtreecommitdiffstats
path: root/target/linux/orion
Commit message (Collapse)AuthorAgeFilesLines
* 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-283-9/+17
| | | | | | | | Fix some bugs that slipped through while making initramfs non exclusive. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 37079
* orion: disable normal router support for the harddisk subtargetFelix Fietkau2013-06-281-0/+3
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37069
* orion: disable CONFIG_VM_EVENT_COUNTERS by defaultFelix Fietkau2013-06-281-1/+0
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37068
* orion: dynamically generate /etc/config/network, the LaCie 2big Network does ↵Felix Fietkau2013-06-282-30/+53
| | | | | | | | not use DSA Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37061
* orion: add support for the lacie 2big network deviceFelix Fietkau2013-06-283-5/+13
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37059
* there's no reason to have these generic files in the bin dir eitherImre Kaloz2013-06-051-11/+0
| | | | SVN-Revision: 36852
* only copy uImages to the bin dir on ramdisk buildsImre Kaloz2013-06-051-0/+2
| | | | SVN-Revision: 36851
* don't copy the zImages to the bin dir, factory u-boots can't use themImre Kaloz2013-06-051-2/+1
| | | | SVN-Revision: 36850
* versioned files and dirs still make no sense when you support only a single ↵Imre Kaloz2013-06-048-0/+0
| | | | | | kernel... SVN-Revision: 36836
* move DT2 related kernel options into the harddist subtargetImre Kaloz2013-06-042-4/+8
| | | | SVN-Revision: 36833
* drop support for the dns323Imre Kaloz2013-06-047-133/+3
| | | | SVN-Revision: 36832
* Change default IPv6 config to enable DHCPv6-PDSteven Barth2013-04-221-1/+1
| | | | SVN-Revision: 36384
* Adapt default network configuration for IPv6Steven Barth2013-04-091-0/+8
| | | | SVN-Revision: 36278
* all targets: use numerically prefixed uci-defaults file names to better ↵Jo-Philipp Wich2013-01-181-0/+0
| | | | | | control order of execution SVN-Revision: 35217
* target: enable XZ BCJ decompressor code after r35097Florian Fainelli2013-01-141-0/+2
| | | | | | | | | Required to actually be able to mount squashfs xz compressed filesystems. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35156
* orion: debloat the kernel some moreFelix Fietkau2013-01-062-36/+3
| | | | SVN-Revision: 35023
* kernel: add missing USB configuration symbols after r34501Florian Fainelli2012-12-071-0/+2
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34568
* remove common symbols from 3.3 configsGabor Juhos2012-11-291-2/+0
| | | | | | | | The removed symbols are present in the generic configuration. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34403
* the uImage's filename will hardly changeImre Kaloz2012-10-291-3/+2
| | | | SVN-Revision: 33985
* rename erase size variablesImre Kaloz2012-10-271-7/+7
| | | | SVN-Revision: 33964
* add support for Netgear WN802TImre Kaloz2012-10-273-0/+90
| | | | SVN-Revision: 33963
* don't enforce rootfs locationImre Kaloz2012-10-271-1/+1
| | | | SVN-Revision: 33962
* gpiodev/gpioctl RIPJohn Crispin2012-10-111-1/+0
| | | | SVN-Revision: 33725
* generic: enhanced image MakefileFlorian Fainelli2012-08-131-63/+179
| | | | | | | | | | | | | | | * Creation of uImage for WNR854T only done once (before 2x for jffs2 build and 1x for squashfs build) * Got rid of unneccessary padding of rootfs partition * ARM zImages always need a machine id, therefore do not copy generic (=no id) uImage to BIN_DIR, instead copy zImage * Generalized functions for easier re-using and enhancing (e.g. D-Link DNS 323 implementation would be only a couple lines) * Copy rootfs partitions to BIN_DIR, just like it is done for D-Link DNS 323 * Use variables to allows easily changing for custom builds, e.g. kernel mtd size for symbols * Size check of kernel files to avoid builds that break devices * Use for "-sysupgrade" and "-factory" in image names (like ar71xx, brcm63xx, etc.) to avoid questions about which image to use Signed-off by: Matthias Buecher <mail@maddes.net> SVN-Revision: 33174
* 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
* linux: move certain disabled symbols to the generic configsGabor Juhos2012-05-151-8/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * CONFIG_ARCH_DMA_ADDR_T_64BIT * CONFIG_ARCH_HAS_ILOG2_U32 * CONFIG_ARCH_HAS_ILOG2_U64 * CONFIG_ARCH_PHYS_ADDR_T_64BIT * CONFIG_ARCH_SUPPORTS_MSI * CONFIG_GENERIC_CPU_DEVICES * CONFIG_HWMON_DEBUG_CHIP * CONFIG_I2C_PXA_PCI * CONFIG_LEDS_GPIO * CONFIG_MINIX_FS_NATIVE_ENDIAN * CONFIG_MLX4_CORE * CONFIG_POWER_SUPPLY * CONFIG_POWER_SUPPLY_DEBUG * CONFIG_QUOTACTL * CONFIG_SDIO_UART * CONFIG_SENSORS_K10TEMP * CONFIG_SENSORS_SCH56XX_COMMON * CONFIG_SENSORS_VIA_CPUTEMP * CONFIG_SERIO_AMBAKMI * CONFIG_SERIO_I8042 * CONFIG_SERIO_LIBPS2 * CONFIG_SERIO_PCIPS2 * CONFIG_SERIO_RAW * CONFIG_SERIO_SERPORT * CONFIG_SPI_BITBANG * CONFIG_SPI_GPIO SVN-Revision: 31737
* 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: 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