summaryrefslogtreecommitdiffstats
path: root/target/linux/x86/olpc
Commit message (Collapse)AuthorAgeFilesLines
* preinit: move cmdline failsafe= handling ot the generic codeblogic2013-04-251-14/+0
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36430 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Adapt default network configuration for IPv6cyrus2013-04-091-0/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36278 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Do not overload mount-call - trying to reduce confusionmirko2012-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'. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34792 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: add missing USB configuration symbols after r34501florian2012-12-071-0/+2
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34568 3c298f89-4303-0410-b956-a3cf2f4a3e73
* x86: remove support for old kernelsjuhosg2012-05-181-132/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31804 3c298f89-4303-0410-b956-a3cf2f4a3e73
* x86: remove subtarget specific LINUX_VERSION overridesjuhosg2012-05-181-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31803 3c298f89-4303-0410-b956-a3cf2f4a3e73
* x86/olpc: switch to 3.3juhosg2012-05-182-0/+123
| | | | | | Compile tested only. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31784 3c298f89-4303-0410-b956-a3cf2f4a3e73
* x86: sync 2.6.39 configsjuhosg2012-05-161-50/+26
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31749 3c298f89-4303-0410-b956-a3cf2f4a3e73
* linux: move certain disabled symbols to the generic configsjuhosg2012-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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31737 3c298f89-4303-0410-b956-a3cf2f4a3e73
* x86: refresh config, enable pci express supportnbd2010-11-171-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24026 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86] Add OLPC kernel config (patch by Acinonyx)jow2010-03-271-0/+156
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20517 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86] Remove support for older kernels (patch by Acinonyx)jow2010-03-272-1062/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20515 3c298f89-4303-0410-b956-a3cf2f4a3e73
* x86: do no overwrite CONFIG_SCSI_LOWLEVELhauke2010-03-211-1/+0
| | | | | | | | CONFIG_SCSI_LOWLEVEL is needed for some packages. Backport commit r19759 into kernel 2.6.30 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20340 3c298f89-4303-0410-b956-a3cf2f4a3e73
* clean up handling of some kernel symbolskaloz2010-02-112-10/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19581 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86] preinit: use grep -q where applicablejow2010-02-011-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19479 3c298f89-4303-0410-b956-a3cf2f4a3e73
* preinit: Remove Ctrl-C prompt...impossible on /dev/console (patch by cshore)nbd2010-01-281-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19367 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add preinit modularization work by Daniel Dickinson (cshore)nbd2010-01-253-2/+23
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19331 3c298f89-4303-0410-b956-a3cf2f4a3e73
* some more Kconfig symbol move..kaloz2009-11-112-4/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18371 3c298f89-4303-0410-b956-a3cf2f4a3e73
* another round of kernel config cleanupskaloz2009-11-112-8/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18370 3c298f89-4303-0410-b956-a3cf2f4a3e73
* sort all target config fileskaloz2009-11-112-109/+109
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18367 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86] add olpc 2.6.31 configuration, forward port the block2mtd patch, ↵florian2009-11-071-0/+557
| | | | | | refresh patches git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18333 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86] the olpc config that was merged from the olpc port is a 2.6.30 configflorian2009-11-071-0/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18332 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86] merge the olpc target with the x86 target, both tested and runningflorian2009-11-036-0/+641
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18279 3c298f89-4303-0410-b956-a3cf2f4a3e73