summaryrefslogtreecommitdiff
path: root/target/linux/x86/olpc
Commit message (Collapse)AuthorAgeFilesLines
* target/linux/*/base-files/lib/upgrade/platform.sh - wrong check for ARGCJohn Crispin2014-06-021-1/+1
| | | | | | | | | | | | | | | | | | | ARGC is a 'C-ism', but not known/valid in shell-syntax - insert the correct var $# (=number of args) here. under normal conditions this had no impact, but we should at least correct it. the error was observable like this: root@box:~ [ -e "/etc/functions.sh" ] && . /etc/functions.sh root@box:~ [ -e "/lib/functions.sh" ] && . /lib/functions.sh root@box:~ . /lib/upgrade/platform.sh root@box:~ . /lib/upgrade/common.sh root@box:~ platform_check_image /tmp/myfirmware.bin ash: bad number root@box:~ echo $? 0 Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com> SVN-Revision: 40915
* x86: set default kernel version to 3.10Felix Fietkau2014-04-111-1/+0
| | | | | | | | | Place the previous selection (3.3.8) into the only subtarget that did not override it to 3.10 Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40454
* kernel: update 3.10 to 3.10.34Gabor Juhos2014-03-271-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 40291
* x86/olpc: remove old kernel configGabor Juhos2014-02-231-124/+0
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 39732
* x86/olpc: switch to 3.10 and add broken flagGabor Juhos2014-02-231-0/+2
| | | | | | | | Compile tested only. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 39731
* x86/olpc: add config for 3.10Gabor Juhos2014-02-231-0/+122
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 39730
* preinit: move cmdline failsafe= handling ot the generic codeJohn Crispin2013-04-251-14/+0
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36430
* Adapt default network configuration for IPv6Steven Barth2013-04-091-0/+5
| | | | SVN-Revision: 36278
* Do not overload mount-call - trying to reduce confusionMirko Vogt2012-12-191-3/+1
| | | | | | | | | | | The behaviour of calling 'mount' differed depending on whether it called the busybox-mount, the mount of util-linux, the mount defined in /lib/functions.sh and /lib/functions/boot.sh /etc/preinit even included /lib/functions.sh and /lib/functions/boot.sh, both re-defining 'mount'. SVN-Revision: 34792
* kernel: add missing USB configuration symbols after r34501Florian Fainelli2012-12-071-0/+2
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34568
* x86: remove support for old kernelsGabor Juhos2012-05-181-132/+0
| | | | SVN-Revision: 31804
* x86: remove subtarget specific LINUX_VERSION overridesGabor Juhos2012-05-181-1/+0
| | | | SVN-Revision: 31803
* x86/olpc: switch to 3.3Gabor Juhos2012-05-182-0/+123
| | | | | | Compile tested only. SVN-Revision: 31784
* x86: sync 2.6.39 configsGabor Juhos2012-05-161-50/+26
| | | | SVN-Revision: 31749
* linux: move certain disabled symbols to the generic configsGabor Juhos2012-05-151-1/+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
* x86: refresh config, enable pci express supportFelix Fietkau2010-11-171-0/+1
| | | | SVN-Revision: 24026
* Add OLPC kernel config (patch by Acinonyx)Jo-Philipp Wich2010-03-271-0/+156
| | | | SVN-Revision: 20517
* Remove support for older kernels (patch by Acinonyx)Jo-Philipp Wich2010-03-272-1062/+0
| | | | SVN-Revision: 20515
* x86: do no overwrite CONFIG_SCSI_LOWLEVELHauke Mehrtens2010-03-211-1/+0
| | | | | | | CONFIG_SCSI_LOWLEVEL is needed for some packages. Backport commit r19759 into kernel 2.6.30 SVN-Revision: 20340
* clean up handling of some kernel symbolsImre Kaloz2010-02-112-10/+0
| | | | SVN-Revision: 19581
* preinit: use grep -q where applicableJo-Philipp Wich2010-02-011-1/+1
| | | | SVN-Revision: 19479
* preinit: Remove Ctrl-C prompt...impossible on /dev/console (patch by cshore)Felix Fietkau2010-01-281-1/+1
| | | | SVN-Revision: 19367
* add preinit modularization work by Daniel Dickinson (cshore)Felix Fietkau2010-01-253-2/+23
| | | | SVN-Revision: 19331
* some more Kconfig symbol move..Imre Kaloz2009-11-112-4/+0
| | | | SVN-Revision: 18371
* another round of kernel config cleanupsImre Kaloz2009-11-112-8/+0
| | | | SVN-Revision: 18370
* sort all target config filesImre Kaloz2009-11-112-109/+109
| | | | SVN-Revision: 18367
* add olpc 2.6.31 configuration, forward port the block2mtd patch, refresh patchesFlorian Fainelli2009-11-071-0/+557
| | | | SVN-Revision: 18333
* the olpc config that was merged from the olpc port is a 2.6.30 configFlorian Fainelli2009-11-071-0/+0
| | | | SVN-Revision: 18332
* merge the olpc target with the x86 target, both tested and runningFlorian Fainelli2009-11-036-0/+641
SVN-Revision: 18279