John Crispin
dfc19a34b4
* adds support for Artec Thincan
...
Signed-of-By: Lauri Võsandi <lauri.vosandi@gmail.com>
SVN-Revision: 26919
2011-05-17 10:35:14 +00:00
Daniel Dickinson
09e0d10010
Removed Alix.mk profile which was accidently left as an empty file applying the patch during r26879 and r26880.
...
SVN-Revision: 26882
2011-05-13 07:23:11 +00:00
Daniel Dickinson
8d66bf7e72
Add missed files from previous commit: This patch provides an image suitable for the alix2*, alix3, and alix6 headless (non-VGA equipped) SBC's.
...
Note that the Alix6 uses GPIO 27 to disable wireless transmit (W_DIS#), whereas on all other versions this is used to actuate the speaker.
GPIO 1 : SIM select (Alix6)
GPIO 6 : LED1
GPIO 25 : LED2
GPIO 27 : LED3 or RFKILL (Alix6)
GPIO 24 : Soft switch 1
No kernel version bump. Added i2c-scx200-acb for lm-sensors support.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
SVN-Revision: 26880
2011-05-13 06:08:49 +00:00
Daniel Dickinson
937362f270
This patch provides an image suitable for the alix2*, alix3, and alix6 headless (non-VGA equipped) SBC's.
...
Note that the Alix6 uses GPIO 27 to disable wireless transmit (W_DIS#), whereas on all other versions this is used to actuate the speaker.
GPIO 1 : SIM select (Alix6)
GPIO 6 : LED1
GPIO 25 : LED2
GPIO 27 : LED3 or RFKILL (Alix6)
GPIO 24 : Soft switch 1
No kernel version bump. Added i2c-scx200-acb for lm-sensors support.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
SVN-Revision: 26879
2011-05-13 06:06:42 +00:00
Jo-Philipp Wich
ae5435adc9
geos: remove unneeded modules The via-sata and gpio-nsc modules are both unneeded on the Geos platform.
...
SVN-Revision: 26811
2011-05-03 21:18:12 +00:00
Felix Fietkau
ae51f1972f
x86: remove 2.6.35 patches
...
SVN-Revision: 26710
2011-04-17 18:39:50 +00:00
Daniel Dickinson
ff1bc5c29d
x86: missing kernel symbols
...
Please include these two missing kernel CONFIG_ symbols.
SVN-Revision: 26679
2011-04-15 04:56:49 +00:00
Daniel Dickinson
4021469e4a
geos: Add PC speaker to kernel definitions
...
Add the PC speaker back to the Geos platform.
Add DMI support in BIOS.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
SVN-Revision: 26678
2011-04-15 04:51:05 +00:00
Jo-Philipp Wich
76bfcee5ea
gzip jffs2 images Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>
...
SVN-Revision: 26625
2011-04-12 20:48:47 +00:00
Jo-Philipp Wich
d1f053d7ef
Enable padding of jffs2 images to user specified filesystem size Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>
...
SVN-Revision: 26624
2011-04-12 20:46:34 +00:00
Jo-Philipp Wich
1340b0b98e
Bump kernel version to 2.6.37.6
...
SVN-Revision: 26525
2011-04-07 21:54:29 +00:00
Felix Fietkau
e00dcbc593
x86/geos: redux of cs5535 version
...
The previous technique didn't work with "make defconfig" correctly.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
SVN-Revision: 26458
2011-04-03 23:30:26 +00:00
Daniel Dickinson
eb502bf450
We $(PLATFORM_SUBDIR)/target.mk gets included, include/kernel-version.mk hasn't yet been included... therefore KERNEL_PATCHVER hasn't yet been defined.
...
Ergo, we need to use a deferred definition of GEOS_GPIO (and can't use ifeq/endif).
Signed-off-by: Philip Prindeville <philipp@openwrt.org
SVN-Revision: 26397
2011-04-02 02:02:24 +00:00
Florian Fainelli
ad9945105b
geos: support cpu MSR register and flashrom for coreboot upgrades
...
The early versions of the platform shipped with coreboot 3.0, which had some issues rebooting correctly the first time.
Allow the user to upgrade his BIOS from Linux.
Signed-of-by: Philip Prindeville <philipp@redfish-solutions.com>
SVN-Revision: 26344
2011-03-28 21:31:02 +00:00
Travis Kemen
99c3236182
The Geos target (and probably others, like net5501) need to grab the new cs5535 gpio driver.
...
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
SVN-Revision: 26330
2011-03-28 01:18:58 +00:00
Imre Kaloz
b8430e7427
update to 2.6.32.33 and 2.6.37.4
...
SVN-Revision: 26226
2011-03-18 13:25:32 +00:00
Hauke Mehrtens
b78210955c
kernel: update to kernel version 2.6.32.32
...
SVN-Revision: 26124
2011-03-13 17:12:20 +00:00
Florian Fainelli
29fd37780b
switch to newer CS5535 GPIO driver, patch from Philip Prindeville
...
SVN-Revision: 25631
2011-02-20 19:59:29 +00:00
Florian Fainelli
8d7ca65dab
add two solos-releated patches from Philip Prindeville
...
SVN-Revision: 25630
2011-02-20 19:59:25 +00:00
Florian Fainelli
d3c2b87213
update to 2.6.32.29
...
SVN-Revision: 25583
2011-02-19 12:44:23 +00:00
Jo-Philipp Wich
49057274ff
geos: preconfig fix
...
SVN-Revision: 25255
2011-01-30 21:07:39 +00:00
Felix Fietkau
5571acdbd0
x86/soekris: Add defconfig for soekris net4801 and net4826
...
Add default config file for net4801 and 4826 and initial script
to copy config file like it is done for other platforms.
Patch from: kentarou matsuyama <matsuyama@thinktube.com>
SVN-Revision: 25103
2011-01-26 11:33:46 +00:00
Felix Fietkau
3d9d5cee8a
x86/soekris: Add script to detect soekris model
...
Add script to detect soekris board of net4801 and net4826.
Patch from: kentarou matsuyama <matsuyama@thinktube.com>
SVN-Revision: 25102
2011-01-26 11:33:42 +00:00
Imre Kaloz
2821101c92
platform specific patches don't belong here - take #2
...
SVN-Revision: 25085
2011-01-24 12:11:25 +00:00
John Crispin
275c33c6f8
* Make sure that Geos baud-rate defaults correctly Changeset 23414 somehow got reordered. The unconditional default trumps later settings.
...
contributed by Philip Prindeville
SVN-Revision: 25068
2011-01-22 23:10:51 +00:00
John Crispin
079ba5ac14
* adds sane default uci environment * adds sane default package selection
...
contributed by Philip Prindeville
SVN-Revision: 25065
2011-01-22 22:43:51 +00:00
Daniel Dickinson
cc7e8eabb1
Missing symbols for CONFIG_xxx .. Thanks Philip Prindeville
...
SVN-Revision: 25031
2011-01-17 05:49:02 +00:00
Hauke Mehrtens
b8ab3d34eb
kernel: update kernel versions Update kernel 2.6.32.26 to 2.6.32.27 Update kenrel 2.6.36.1 to 2.6.36.2
...
SVN-Revision: 24486
2010-12-11 16:07:21 +00:00
Imre Kaloz
ead8ab8403
update to the latest stable kernels
...
SVN-Revision: 24136
2010-11-24 18:50:11 +00:00
Imre Kaloz
809943774d
move x86 back to .32 for now
...
SVN-Revision: 24085
2010-11-22 12:58:31 +00:00
Imre Kaloz
4052849677
switch from ext2 to ext4 (w/o) journaling
...
SVN-Revision: 24084
2010-11-22 12:12:39 +00:00
Imre Kaloz
cca7066e73
additional Kconfig options for newer kernels
...
SVN-Revision: 24081
2010-11-22 11:34:45 +00:00
Imre Kaloz
5406906be1
we don't need microcode updates
...
SVN-Revision: 24080
2010-11-22 11:33:25 +00:00
Felix Fietkau
9bfd20a160
x86: add missing l1 cache shift change
...
SVN-Revision: 24072
2010-11-21 23:27:25 +00:00
Felix Fietkau
1a9b885c74
x86: turn off CONFIG_X86_GENERIC for geos and net5501
...
CONFIG_X86_GENERIC obscures CONFIG_MGEODE_LX, etc. and causes it to use wrong cache-line size.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
SVN-Revision: 24071
2010-11-21 22:56:33 +00:00
Felix Fietkau
ba5296268c
x86: refresh config, enable pci express support
...
SVN-Revision: 24026
2010-11-17 22:41:17 +00:00
Imre Kaloz
2f2442f323
x86 kernels target bzImage by default
...
SVN-Revision: 23926
2010-11-08 09:44:33 +00:00
Florian Fainelli
18fd669ef2
[x86 net5501: make kmod-leds-net5501 work
...
Fixes dependencies, and properly labels the module as GPL (thanks, Felix!).
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
SVN-Revision: 23922
2010-11-08 07:31:40 +00:00
Florian Fainelli
b6e9f1dfe0
make targets provide their KERNELNAME
...
SVN-Revision: 23919
2010-11-08 07:31:25 +00:00
Florian Fainelli
60c6d33e00
net5501: Add features to net5501 and remove HID support (unneeded)
...
Since the net5501 doesn't have a VGA port, it doesn't need HID support either --
all console access will be over a serial port.
Also add FEATURES to it as well.
Signed-of-by: Philip Prindeville <philip@redfish-solutions.com>
SVN-Revision: 23916
2010-11-07 20:37:40 +00:00
Imre Kaloz
0a5da348d1
update kernels to 2.6.32.25 and 2.6.35.8
...
SVN-Revision: 23851
2010-11-04 09:01:08 +00:00
Florian Fainelli
b013e4eec4
add kmod-leds-net5501
...
Signed-off-by: Philip Prindeville <philipp_subx@redfish-solutions.com>
SVN-Revision: 23729
2010-10-30 22:35:59 +00:00
Florian Fainelli
eace922392
resync config-default, enable gpio support
...
SVN-Revision: 23727
2010-10-30 22:35:50 +00:00
Florian Fainelli
88eadf541f
add required symbols to allow building of 2.6.35.7
...
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
SVN-Revision: 23594
2010-10-23 18:56:19 +00:00
Florian Fainelli
a6873b3095
Use -pipe for net5501 and geos CFLAGS, same as all of the other platforms
...
Makes the builds run slightly faster on multicores.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
SVN-Revision: 23495
2010-10-17 12:42:06 +00:00
Alexandros C. Couloumbis
e37cba7e95
target/linux: fix Geos baudrate. (thank you Philip Prindeville)
...
SVN-Revision: 23414
2010-10-12 15:27:34 +00:00
Jo-Philipp Wich
2bda5979ab
Geos -- new x86 subtarget definition This defines the Geos platform from Traverse Technologies in AUS.
...
This is a Geode LX800 with 512MB of DDR400 memory, 2 8139CP interfaces, 2 Solos ADSL2+ interfaces, USB, serial console, CF slot, and miniPCI slot.
I'll add support for the LEDs separately.
Signed-off-by: Philip A. Prindeville
SVN-Revision: 23390
2010-10-10 22:48:33 +00:00
Imre Kaloz
5f9a6a5431
upgrade kernel versions to the latest stable ones
...
SVN-Revision: 23219
2010-10-04 10:40:41 +00:00
Felix Fietkau
19723d09c2
x86: turn on optimizations for net5501 (patch by Philip A. Prindeville)
...
SVN-Revision: 23104
2010-09-20 22:14:07 +00:00
Jo-Philipp Wich
7ec18378a7
add kvm_guest to subtarget list
...
SVN-Revision: 23056
2010-09-13 17:00:37 +00:00
Jo-Philipp Wich
7d045509fd
adjust image defaults for KVM
...
SVN-Revision: 22950
2010-09-06 02:31:37 +00:00
Jo-Philipp Wich
8ce034b36a
x86: add kvm_guest subtarget Add a KVM guest subtarget to the x86 target. Since VirtIO is the preferred I/O virtualization platform for kvm, this target expects it's root device to be /dev/vda.
...
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
SVN-Revision: 22944
2010-09-05 23:18:51 +00:00
Florian Fainelli
b1becffa5b
update to 2.6.32.20
...
SVN-Revision: 22766
2010-08-22 17:07:37 +00:00
Andy Boyett
0f5d0f69ab
image: use internal qemu-img for vmdk and vdi images drop host dependencies on qemu-utils and VirtualBox
...
SVN-Revision: 22553
2010-08-09 04:22:39 +00:00
Jo-Philipp Wich
947519fae0
add missing symbols for 2.6.35
...
SVN-Revision: 22503
2010-08-06 01:33:23 +00:00
Imre Kaloz
ca8f45b142
update kernel versions
...
SVN-Revision: 22289
2010-07-19 11:34:03 +00:00
Felix Fietkau
816a9b30f6
x86: build fully functional images on Mac OS X, now that grub is fixed
...
SVN-Revision: 21609
2010-05-28 19:48:21 +00:00
Nicolas Thill
e74e289fa8
update linux kernel to 2.6.32.14
...
SVN-Revision: 21583
2010-05-27 18:09:09 +00:00
Nicolas Thill
46e2eea1ef
target/linux: refresh 2.6.32 patches
...
SVN-Revision: 21566
2010-05-24 20:35:46 +00:00
Hauke Mehrtens
b18a1d217b
kernel: update kernel to version 2.6.32.13 and 2.6.33.4
...
SVN-Revision: 21540
2010-05-23 13:16:51 +00:00
Nicolas Thill
2c82cf966c
image/x86: fix typo when building on Mac OS X ( closes : #7303 )
...
SVN-Revision: 21401
2010-05-08 12:46:25 +00:00
Nicolas Thill
d0773b2356
target/x86: cleanup image config options
...
SVN-Revision: 21365
2010-05-05 02:11:15 +00:00
Nicolas Thill
482ee200cb
target/x86: use common config items for options shared between generic and olpc targets
...
SVN-Revision: 21364
2010-05-05 02:07:38 +00:00
Nicolas Thill
5403c59f57
images: rename CONFIG_TARGET_ROOTFS_FSPART to CONFIG_TARGET_ROOTFS_PARTSIZE
...
SVN-Revision: 21362
2010-05-05 01:52:54 +00:00
Nicolas Thill
3bca4b2094
package/grub: build a host grub and a target grub ( #7269 ) - use the host grub binary for grub install, but with target stage files - disable SSP (-fno-stack-protector) & Compile Time Buffer Checks (-U_FORTIFY_SOURCE) if appropriate - create a target grub package
...
SVN-Revision: 21305
2010-05-02 17:32:25 +00:00
Nicolas Thill
a64f53f482
target/x86: add to changes missed from [21246] preventing .vdi & .vmdk image generation
...
SVN-Revision: 21277
2010-04-30 18:43:39 +00:00
Nicolas Thill
99d4eee466
target/x86: various image changes * add a -combined suffix for grub+kernel+rootfs images and -rootfs for root filesystem only images * change ext from .image to .img * fix perms on VirtualBox .vdi image * gzip ext2 rootfs image as well
...
SVN-Revision: 21246
2010-04-29 03:03:47 +00:00
Nicolas Thill
bd1fc43e6d
target/x86: rearrange image Makefile, indent, reorder, simplify, change some ifeq/ifneq tests
...
SVN-Revision: 21245
2010-04-29 00:47:05 +00:00
Nicolas Thill
b6734d9753
target/x86: remove temporary files in image generation scripts
...
SVN-Revision: 21243
2010-04-29 00:41:22 +00:00
Nicolas Thill
224db523da
replace old quote stripping with calls to qstrip macro
...
SVN-Revision: 21242
2010-04-29 00:32:44 +00:00
Nicolas Thill
b3b591c000
buildsystem: rename tgz/TGZ "feature" and matching options to targz/TARGZ
...
SVN-Revision: 21238
2010-04-28 14:47:43 +00:00
Alexandros C. Couloumbis
b595adb8e8
x86: prepare for kernels 2.6.33 & 2.6.34
...
SVN-Revision: 21196
2010-04-27 14:43:41 +00:00
Alexandros C. Couloumbis
fdac9ae836
sync to kernel 2.6.32.12
...
SVN-Revision: 21195
2010-04-27 14:30:08 +00:00
Nicolas Thill
37b02afe6a
package/kernel: use common gpio- & wdt- prefixes for GPIO and watchdog module names
...
SVN-Revision: 21137
2010-04-24 14:08:49 +00:00
Jo-Philipp Wich
1b192e72c3
add missing kernel symbols ( #7189 )
...
SVN-Revision: 21010
2010-04-19 00:46:47 +00:00
Nicolas Thill
e2b57ecf5f
define a shared IMG_PREFIX variable used as a basename for image files, it contains board & subtarget infos (if appropriate) allowing subtargets to share the same bin directory without overwriting each other's files
...
SVN-Revision: 20834
2010-04-12 23:15:56 +00:00
Florian Fainelli
15e8d2e0b7
add net5501 support
...
This patch brings up the net5501 platform.
Note that the x86/ target included support for all x86/ class
processors. That's not technically correct. This should be constrained
only to the "generic" subtarget. Every x86-class target that isn't
generic should be able to select only the optimizations/capabilities
applicable to that architectural variant.
It's also assumed that all x86 processors have keyboard & mouse ports,
ISA, DMI, ACPI... the embedded ones typically don't. Again, moving
that to the generic subtarget.
Fortunately, this was a fairly benign tweak.
The net5501 board includes the following logic:
Geode/LX processor
CS5535 super-I/O chip
PC87360 sensor chip
Via Rhine Ethernet controllers
Via Sata controllers
USB, LEDS, I2C
Signed-off-by: Philip Prindeville <philipp_subx@redfish-solutions.com>
SVN-Revision: 20794
2010-04-11 12:36:55 +00:00
Alexandros C. Couloumbis
33bcbab6a4
x86: generic: fix soekris support ( closes #7081 )
...
SVN-Revision: 20757
2010-04-09 11:31:19 +00:00
Nicolas Thill
1fc7da0306
sysupgrade: fix typo in platform_do_upgrade() on x86 ( closes : #7068 ), thanks to acinonyx
...
SVN-Revision: 20703
2010-04-04 15:47:26 +00:00
Imre Kaloz
d3b9b93dd3
add a subtarget and drivers for the Intel Tolapai SoC
...
SVN-Revision: 20648
2010-04-01 12:05:27 +00:00
Florian Fainelli
e1a4f69cb5
sysupgrade: Get target device from kernel cmdline, patch from acinonyx
...
SVN-Revision: 20538
2010-03-28 11:55:07 +00:00
Jo-Philipp Wich
0cdaaa90fe
Add OLPC kernel config (patch by Acinonyx)
...
SVN-Revision: 20517
2010-03-27 15:31:19 +00:00
Jo-Philipp Wich
b8df00afc6
Change default processor family to 486, refresh config (patch by Acinonyx)
...
SVN-Revision: 20516
2010-03-27 15:30:46 +00:00
Jo-Philipp Wich
80cc1b0d2e
Remove support for older kernels (patch by Acinonyx)
...
SVN-Revision: 20515
2010-03-27 15:29:22 +00:00
Jo-Philipp Wich
817d27bcdc
sysupgrade: Dump image to sda device instead of hda (patch by Acinonyx)
...
SVN-Revision: 20514
2010-03-27 15:28:17 +00:00
Gabor Juhos
e66a368bd1
kernel: update to 2.6.32.10
...
SVN-Revision: 20444
2010-03-26 10:45:25 +00:00
Jo-Philipp Wich
c63fd559fc
base-files: remove redundant "Press " when writing enter failsafe message
...
SVN-Revision: 20393
2010-03-23 22:57:16 +00:00
Hauke Mehrtens
dfff03754d
x86: do no overwrite CONFIG_SCSI_LOWLEVEL
...
CONFIG_SCSI_LOWLEVEL is needed for some packages.
Backport commit r19759 into kernel 2.6.30
SVN-Revision: 20340
2010-03-21 14:02:30 +00:00
Nicolas Thill
e1863691d9
do *not* enable CONFIG_PCI in generic config, but on targets where it makes sense instead (partially revert [18370])
...
SVN-Revision: 20136
2010-03-11 09:50:11 +00:00
Hauke Mehrtens
0c7b285613
kernel: update to kernel 2.6.32.9
...
SVN-Revision: 19890
2010-02-28 10:16:47 +00:00
Jo-Philipp Wich
02a47e971e
change default kernel to 2.6.32.8, remove block2mtd patch until it is fixed
...
SVN-Revision: 19764
2010-02-20 03:22:17 +00:00
Jo-Philipp Wich
32a1e0c588
switch kernel compression from lzma to gzip and reorder symbols - fixes boot problems in VirtualBox
...
SVN-Revision: 19759
2010-02-19 18:25:23 +00:00
Jo-Philipp Wich
9ce3d38331
- clean up menu.lst template - make grub usage of vt0 selectable in menuconfig - choose appropriate default baudrate for soekris devices - fix generation of grub menu for iso images
...
SVN-Revision: 19681
2010-02-17 00:59:41 +00:00
Jo-Philipp Wich
98e41f341e
add missing symbols to default config
...
SVN-Revision: 19631
2010-02-14 16:40:33 +00:00
Jo-Philipp Wich
1875c08dda
revert accidentally committed changes in Xen config
...
SVN-Revision: 19627
2010-02-13 21:06:50 +00:00
Jo-Philipp Wich
501235fc51
merge 2.6.31 and 2.6.32 configs
...
SVN-Revision: 19626
2010-02-13 21:02:22 +00:00
Jo-Philipp Wich
81c56d1c52
move kernel config symbols from the Xen subtarget to the platform config
...
SVN-Revision: 19625
2010-02-13 20:15:05 +00:00
Jo-Philipp Wich
e268649a97
prepare kernel 2.6.32 support
...
SVN-Revision: 19617
2010-02-13 00:37:11 +00:00
Jo-Philipp Wich
a243108655
add preinit xenfs mount handler
...
SVN-Revision: 19616
2010-02-12 22:37:17 +00:00
Jo-Philipp Wich
e0fc8fb6aa
make console port editable through menuconfig, gzip ext2 images, add suitable defaults for Xen
...
SVN-Revision: 19612
2010-02-12 19:04:12 +00:00
Jo-Philipp Wich
cde615a0b4
add Xen DomU subtarget
...
SVN-Revision: 19610
2010-02-12 19:01:10 +00:00
Imre Kaloz
825b37cc56
clean up handling of some kernel symbols
...
SVN-Revision: 19581
2010-02-11 09:33:16 +00:00
Jo-Philipp Wich
9feb2ed7c5
preinit: use grep -q where applicable
...
SVN-Revision: 19479
2010-02-01 00:33:34 +00:00
Felix Fietkau
b88fc11e2a
preinit: Remove Ctrl-C prompt...impossible on /dev/console (patch by cshore)
...
SVN-Revision: 19367
2010-01-28 19:27:49 +00:00
Felix Fietkau
56bc02a305
add preinit modularization work by Daniel Dickinson (cshore)
...
SVN-Revision: 19331
2010-01-25 17:11:17 +00:00
Felix Fietkau
64016fb476
x86: fix software raid autodetection on boot (patch from #6548 by Pieter "Fate" Hollants)
...
SVN-Revision: 19261
2010-01-21 23:46:22 +00:00
Imre Kaloz
a827205280
update to latest kernel versions
...
SVN-Revision: 19224
2010-01-19 11:53:56 +00:00
Imre Kaloz
f8834b9c70
upgrade to latest kernels
...
SVN-Revision: 19087
2010-01-09 23:13:27 +00:00
Gabor Juhos
311c91775d
kernel: update to 2.6.31.9 and 2.6.32.2, and refresh patches
...
SVN-Revision: 18982
2010-01-01 11:11:17 +00:00
Imre Kaloz
29a020ffb3
remove handling of older unsupported kernels
...
SVN-Revision: 18955
2009-12-27 21:54:09 +00:00
Nicolas Thill
f0ada687f0
stay coherent when defining ARCH
...
SVN-Revision: 18873
2009-12-21 03:28:35 +00:00
Imre Kaloz
ac40715c5f
refresh patch
...
SVN-Revision: 18748
2009-12-11 11:40:05 +00:00
Imre Kaloz
948ecb59d9
upgrade to 2.6.31.7
...
SVN-Revision: 18747
2009-12-11 11:10:49 +00:00
Florian Fainelli
a155e4fd53
add rootwait option to the kernel command line ( #6209 )
...
SVN-Revision: 18672
2009-12-06 09:12:34 +00:00
Imre Kaloz
bf8db0ded6
enable ACPI/HPET/MSI in the generic config
...
SVN-Revision: 18612
2009-11-30 11:05:18 +00:00
Imre Kaloz
b1b45530ab
upgrade x86 to 2.6.31.6, resync patches
...
SVN-Revision: 18609
2009-11-30 10:32:20 +00:00
Nicolas Thill
23bbc4f3e0
remove obsolete 2.6.28 config & empty patches dir
...
SVN-Revision: 18473
2009-11-22 12:24:51 +00:00
Imre Kaloz
8b689d0397
use CONFIG_EMBEDDED for x86, too
...
SVN-Revision: 18459
2009-11-21 15:21:34 +00:00
Imre Kaloz
917ef8e84b
fix grub image target dependency
...
SVN-Revision: 18446
2009-11-18 10:13:40 +00:00
Imre Kaloz
93fe520994
change x86 image generation handling to treat only olpc specially
...
SVN-Revision: 18441
2009-11-17 19:49:25 +00:00
Imre Kaloz
6b280112f2
some more Kconfig symbol move..
...
SVN-Revision: 18371
2009-11-11 11:52:41 +00:00
Imre Kaloz
1d62d9a95c
another round of kernel config cleanups
...
SVN-Revision: 18370
2009-11-11 11:42:24 +00:00
Imre Kaloz
ef42fb4c13
sort all target config files
...
SVN-Revision: 18367
2009-11-11 09:27:13 +00:00
Florian Fainelli
2e72f3b269
add again missing hunk in vmlinux.lds.S
...
SVN-Revision: 18337
2009-11-07 13:36:32 +00:00
Florian Fainelli
d6cbf47527
add missing hunk in the block2mtd patch
...
SVN-Revision: 18336
2009-11-07 13:03:10 +00:00
Florian Fainelli
cfb90af68e
add olpc 2.6.31 configuration, forward port the block2mtd patch, refresh patches
...
SVN-Revision: 18333
2009-11-07 12:32:25 +00:00
Florian Fainelli
ac001d6520
the olpc config that was merged from the olpc port is a 2.6.30 config
...
SVN-Revision: 18332
2009-11-07 12:16:31 +00:00
Florian Fainelli
d6c8f9b9f5
refresh kernel patches
...
SVN-Revision: 18281
2009-11-03 01:12:48 +00:00
Florian Fainelli
49903fa563
use 2.6.31.5, left-over from r18279
...
SVN-Revision: 18280
2009-11-03 01:12:20 +00:00
Florian Fainelli
e49c2d7691
merge the olpc target with the x86 target, both tested and running
...
SVN-Revision: 18279
2009-11-03 01:02:39 +00:00
Florian Fainelli
21367682e8
update to 2.6.31.5
...
SVN-Revision: 18127
2009-10-23 12:13:00 +00:00
Hauke Mehrtens
f9b2e12b61
Update to kernel 2.6.31.1
...
SVN-Revision: 17737
2009-09-26 13:28:32 +00:00
Felix Fietkau
7b676478d1
x86: switch to 2.6.31
...
SVN-Revision: 17725
2009-09-25 20:46:55 +00:00
Felix Fietkau
77fc4ffcc7
x86: add support for 2.6.31
...
SVN-Revision: 17723
2009-09-25 14:15:26 +00:00
Felix Fietkau
ac8c461d50
x86: use libata in 2.6.30, fix pata support for sc1200 (used on wrap)
...
SVN-Revision: 17722
2009-09-25 14:15:21 +00:00
Felix Fietkau
12b429b3a2
get rid of linux 2.6.29
...
SVN-Revision: 16883
2009-07-17 16:20:25 +00:00
Jo-Philipp Wich
5231811851
sysupgrade-ext2 sync before writing image, not after Sysupgrade for ext2 currently flushes the filesystem buffers after an image is written to the disk. This should happen before the image is written.
...
SVN-Revision: 16867
2009-07-16 13:39:36 +00:00
Andy Boyett
ba841b79d4
don't force kmod-natsemi and kmod-ne2k-pci in all profiles, included in default profile since r13988
...
SVN-Revision: 16655
2009-07-02 07:57:05 +00:00
Andy Boyett
7c68d57ce4
rename Pcengines profile to Wrap, PCEngines also makes the ALIX series
...
SVN-Revision: 16651
2009-07-02 07:24:38 +00:00
Imre Kaloz
91e866f383
config cleanups
...
SVN-Revision: 15861
2009-05-15 10:40:04 +00:00
Hauke Mehrtens
20fef36448
remove lzma kernel compression.
...
SVN-Revision: 15853
2009-05-14 19:02:43 +00:00
Imre Kaloz
6bfddb152f
some additional config file cleanup..
...
SVN-Revision: 15845
2009-05-14 13:32:34 +00:00
Imre Kaloz
c83d91fcfc
unify congestion control options
...
SVN-Revision: 15844
2009-05-14 12:42:07 +00:00
Imre Kaloz
a9c958c2de
make kernels use /etc/preinit by default
...
SVN-Revision: 15840
2009-05-14 10:20:53 +00:00
Hauke Mehrtens
d8967780d4
x86 Kernel configuration for kernel 2.6.30.
...
SVN-Revision: 15804
2009-05-12 20:48:32 +00:00
Jo-Philipp Wich
d257bf48d8
Add pcmcia support on x86 target This is useful for some notebooks which still exist and have this hardware.
...
Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>
SVN-Revision: 15685
2009-05-07 14:07:03 +00:00
Jo-Philipp Wich
9209af2c00
Fix building of iso filesystem This fixes two errors when building iso filesystem:
...
a) dir root.grub/boot doesn't get created.
b) the creation of .image file by gen_image.sh which apparently is not needed
when building an iso.
Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>
SVN-Revision: 15682
2009-05-07 13:50:09 +00:00
Imre Kaloz
e9b397805d
some more kernel config cleanup.. last for today :)
...
SVN-Revision: 15606
2009-05-04 20:57:02 +00:00
Imre Kaloz
a614251e6c
cleanup MTD option handling
...
SVN-Revision: 15602
2009-05-04 19:13:43 +00:00
Imre Kaloz
38c5311047
move MFD stuff to the generic kernel configs
...
SVN-Revision: 15587
2009-05-04 13:51:29 +00:00