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
Imre Kaloz
86a4a6edb9
upgrade to newest stable kernel versions
...
SVN-Revision: 15575
2009-05-03 16:58:06 +00:00
Hauke Mehrtens
9f10820e7c
Add config file for kernel 2.6.29. This was tested with VMware and VirtualBox.
...
SVN-Revision: 15543
2009-05-01 15:18:41 +00:00
Felix Fietkau
e76aa157bc
enable tgz for x86 - people are using it for system upgrades
...
SVN-Revision: 15337
2009-04-22 19:42:13 +00:00
Hauke Mehrtens
62595883fb
update to kernel version 2.6.28.9
...
SVN-Revision: 15017
2009-03-24 15:06:53 +00:00
Hauke Mehrtens
76fe41a8d3
The image was selected from a wrong location. Fixes bug #4618
...
SVN-Revision: 14948
2009-03-19 13:02:06 +00:00
Imre Kaloz
45a676441d
update to 2.6.28.8
...
SVN-Revision: 14916
2009-03-17 12:41:05 +00:00
Felix Fietkau
16defbb2bd
nuke obsolete kernel stuff
...
SVN-Revision: 14875
2009-03-14 15:52:42 +00:00
Hauke Mehrtens
38ca46d7c5
add BLK_DEV_PIIX symbol needed for Virtual Box.
...
SVN-Revision: 14719
2009-03-01 20:07:56 +00:00
Felix Fietkau
11014b5cea
disable all kernel config options that are set to =m
...
SVN-Revision: 14611
2009-02-22 04:44:24 +00:00
Hauke Mehrtens
3f085cd501
update to 2.6.28.7 and 2.6.27.19
...
SVN-Revision: 14601
2009-02-21 18:53:05 +00:00
Gabor Juhos
1b55cf14cc
update to 2.6.28.6
...
SVN-Revision: 14565
2009-02-19 16:11:07 +00:00
Markus Wigge
9dc8fd5b7f
- new upstream kernel 2.6.28.5 - the fix-serial_h patch does not apply anymore and is integrated upstream now
...
SVN-Revision: 14500
2009-02-13 15:13:15 +00:00
Felix Fietkau
474cf6d326
disable SMP by default on x86
...
SVN-Revision: 14498
2009-02-13 14:37:21 +00:00
Felix Fietkau
5b5a74c1d0
nuke old x86 kernel configs
...
SVN-Revision: 14497
2009-02-13 14:37:05 +00:00
Markus Wigge
d7fed96eba
- removed cs5535 driver again, mixed it up with 5536 chipset - added support for "AMD and nVidia IDE support" which works on my Alix.6b2 without further configuration.
...
SVN-Revision: 14460
2009-02-09 12:34:08 +00:00
Markus Wigge
50bb63356d
- added cs5535 ide driver - change memory allocator to "SLUB"
...
SVN-Revision: 14459
2009-02-09 08:48:14 +00:00
Gabor Juhos
a7782176f9
update to 2.6.28.4
...
SVN-Revision: 14441
2009-02-08 13:01:28 +00:00
Florian Fainelli
665c34d4d7
bump kernel version to 2.6.28.2 ( #4396 )
...
SVN-Revision: 14324
2009-01-31 16:52:44 +00:00
Florian Fainelli
a5634ea84f
resync kernel configurations, patch from Hauke Mehrtens ( #4396 )
...
SVN-Revision: 14323
2009-01-31 16:51:37 +00:00
Markus Wigge
a75c40c66f
- added generic config for 2.6.28 generated from 2.6.27 with plain kernel_menuconfig, no modifications so far
...
SVN-Revision: 14223
2009-01-27 17:59:15 +00:00
Gabor Juhos
2a0825b4d3
update to 2.6.27.13
...
SVN-Revision: 14179
2009-01-25 18:33:19 +00:00
Gabor Juhos
0c2e187f54
switch to 2.6.27.12
...
SVN-Revision: 14157
2009-01-23 13:30:27 +00:00
Gabor Juhos
3ca7f3bd6f
update to 2.6.27.11
...
SVN-Revision: 14043
2009-01-15 13:40:35 +00:00
Andy Boyett
cd924aa25c
generic: include most common ethernet drivers in the default profile - makes the official images usable for most people - those who need smaller images can build their own (~200KB increase in squashfs size)
...
SVN-Revision: 13988
2009-01-12 03:48:42 +00:00
Jo-Philipp Wich
e0440fefb6
Use wildcards to copy grub stage files, will cover both i386-pc and i386-openwrt directory names
...
SVN-Revision: 13963
2009-01-10 23:12:21 +00:00
Jo-Philipp Wich
2273aadfb2
fix grub installation on target images, regression caused by multi-libc support
...
SVN-Revision: 13936
2009-01-08 16:51:01 +00:00
Steven Barth
5c95516f24
Use VBoxManage instead of obsolete vditool to generate VirtualBox images.
...
SVN-Revision: 13821
2009-01-02 14:35:18 +00:00
Gabor Juhos
8395d01b59
update to 2.6.27.10
...
SVN-Revision: 13695
2008-12-19 19:25:35 +00:00
Gabor Juhos
e7336673b1
update to 2.6.27.9 and refresh patches
...
SVN-Revision: 13659
2008-12-16 10:37:14 +00:00
Florian Fainelli
5dc3098a6c
Disable CONFIG_NF_CT_ACCT
...
SVN-Revision: 13577
2008-12-10 01:39:29 +00:00
Gabor Juhos
4992a87aeb
update to 2.6.27.8 and refresh patches
...
SVN-Revision: 13528
2008-12-06 09:59:55 +00:00
Jo-Philipp Wich
e9cf2c505a
split Soekris profile into 45xx and 48xx, add kernel package for required watchdog driver on 45xx
...
SVN-Revision: 13411
2008-11-28 18:04:36 +00:00
Imre Kaloz
752054346a
update to 2.6.27.7
...
SVN-Revision: 13347
2008-11-25 13:54:46 +00:00
Imre Kaloz
a695fa76a4
move THERMAL symbols into the generic config
...
SVN-Revision: 13346
2008-11-25 13:52:25 +00:00
Florian Fainelli
dd2ab5bfb0
Subject: [PATCH] Upgrades x86 to kernel 2.6.27 ( #4195 )
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 13332
2008-11-23 20:14:08 +00:00
Gabor Juhos
88cda758c3
update to 2.6.25.20, 2.6.26.8, 2.6.27.5 and refresh patches * based on a patch by Hauke Mehrtens * closes #4193
...
SVN-Revision: 13192
2008-11-12 17:49:01 +00:00
Florian Fainelli
45cc45cac5
Add support for creating VMware vmdk images #1317
...
SVN-Revision: 13158
2008-11-09 17:39:09 +00:00
Gabor Juhos
d35bad03e3
update to 2.6.25.19, and refresh patches
...
SVN-Revision: 13137
2008-11-07 08:44:56 +00:00
Gabor Juhos
821170133f
update to 2.6.26.5 and 2.6.25.17
...
SVN-Revision: 12718
2008-09-26 18:46:53 +00:00
Nicolas Thill
3029c2fd53
disable CONFIG_USB_SUPPORT in generic config for 2.6.25 & 2.6.26 and enable it on targets where USB is supported
...
SVN-Revision: 12690
2008-09-24 19:28:53 +00:00
Felix Fietkau
065306a9a8
fix small logic error in x86 sysupgrade script, which prevented upgrades from jffs2 to squashfs ( #3321 )
...
SVN-Revision: 12672
2008-09-23 17:46:23 +00:00
Felix Fietkau
f47a4a58c5
fix sysupgrade support for brcm-2.4 and brcm47xx make mtd refresh based config append optional (leave enabled on x86)
...
SVN-Revision: 12657
2008-09-23 11:05:54 +00:00
Gabor Juhos
184c6b06f2
update to 2.6.26.3 and 2.6.25.16
...
SVN-Revision: 12371
2008-08-22 15:37:19 +00:00
Gabor Juhos
e5fa05d788
update to 2.6.25.15 and 2.6.26.2
...
SVN-Revision: 12242
2008-08-07 16:52:52 +00:00
Gabor Juhos
104b3386a2
update to 2.6.25.12
...
SVN-Revision: 11933
2008-07-26 10:53:23 +00:00
Travis Kemen
7346ef83e1
fix sysupgrade endian issues
...
SVN-Revision: 11900
2008-07-22 01:11:30 +00:00
Imre Kaloz
492ba57b56
update targets to 2.6.25.10
...
SVN-Revision: 11667
2008-07-05 16:52:15 +00:00
Felix Fietkau
2b5ce63303
x86: don't attempt to compile grub on darwin
...
SVN-Revision: 11599
2008-06-28 17:54:44 +00:00
Imre Kaloz
dee39d10ee
upgrade to 2.6.25.9
...
SVN-Revision: 11584
2008-06-26 14:28:16 +00:00
Andy Boyett
1af378601e
x86: Sync kernel config
...
SVN-Revision: 11557
2008-06-22 18:41:42 +00:00
Gabor Juhos
d95fa260a3
sync kernel config
...
SVN-Revision: 11524
2008-06-17 14:00:25 +00:00
Gabor Juhos
4af6ac74fb
upgrade to 2.6.25.7, and refresh patches
...
SVN-Revision: 11523
2008-06-17 12:57:04 +00:00
Imre Kaloz
2eb6751084
upgrade to 2.6.25.6
...
SVN-Revision: 11435
2008-06-11 11:38:39 +00:00
Felix Fietkau
b0e669ee13
fix x86 image build order ( fixes #3317 )
...
SVN-Revision: 11359
2008-06-04 21:55:25 +00:00
Florian Fainelli
08fa2c3feb
fix typo
...
SVN-Revision: 11300
2008-05-30 16:59:36 +00:00
Florian Fainelli
8c0c28eef2
Add virtualbox images to x86 ( #3475 )
...
SVN-Revision: 11298
2008-05-30 16:50:37 +00:00
Gabor Juhos
f9719b35c8
upgrade to latest kernel versions (2.6.25.4; 2.6.24.7; 2.6.23.17; 2.6.22.19)
...
SVN-Revision: 11184
2008-05-18 20:12:54 +00:00
Nicolas Thill
8222d04d45
add missing config symbol
...
SVN-Revision: 11105
2008-05-10 23:14:57 +00:00
Nicolas Thill
e3a42b23c6
enable proper PCI & USB support detection at config-time by disabling CONFIG_PCI & CONFIG_USB entries in generic/config and enabling them on targets where appropriate
...
SVN-Revision: 11097
2008-05-09 17:08:51 +00:00
John Crispin
533d5126e1
bump x86 to 25.1
...
SVN-Revision: 11041
2008-05-04 00:46:02 +00:00
John Crispin
52b8819b3c
bump x86 to .25
...
SVN-Revision: 11020
2008-05-03 13:48:27 +00:00
John Crispin
fc15a72877
remove obseleted profile
...
SVN-Revision: 11019
2008-05-03 13:44:16 +00:00
Imre Kaloz
68943e35c2
upgrade to 2.6.24.5
...
SVN-Revision: 10959
2008-04-28 10:23:36 +00:00
Nicolas Thill
c6fe45ed55
properly disable CONFIG_CRYPTO_HW
...
SVN-Revision: 10952
2008-04-27 12:31:50 +00:00
Travis Kemen
02d4daa587
add target for PCEngines WRAP Signed-off-by: Roberto Riggio (roberto.riggio at gmail.com)
...
SVN-Revision: 10688
2008-03-29 20:17:18 +00:00
Imre Kaloz
e7432794fa
fix image generation on x86
...
SVN-Revision: 10610
2008-03-17 12:37:52 +00:00
Florian Fainelli
8bd1e72bd0
Upgrade x86 to 2.6.24
...
SVN-Revision: 10575
2008-03-09 11:21:18 +00:00
Florian Fainelli
f5708f2369
Add PCnet32 ethernet support ( #3195 )
...
SVN-Revision: 10558
2008-03-07 10:47:23 +00:00
Imre Kaloz
3a0e58b2e1
upgrade & standardize kernel versions
...
SVN-Revision: 10443
2008-02-11 10:50:40 +00:00
Gabor Juhos
0a6bf50432
bump to 2.6.23.14 on x86, ixp4xx, rb532, adm5120
...
SVN-Revision: 10208
2008-01-16 09:44:11 +00:00
Tim Yardley
e48d566e82
bump to 2.6.23.12
...
SVN-Revision: 10144
2008-01-08 17:41:42 +00:00
Tim Yardley
ec8d79e3a9
bump x86 to 2.6.23.11, latest of 23 branch
...
SVN-Revision: 9798
2007-12-18 18:35:21 +00:00
Felix Fietkau
985ee9fc8f
LED driver for PCEngines ALIX boards
...
This patch adds a driver for the three LEDs that exists on the
PCEngines ALIX 2 and 3 series boards.
The driver is also added to the Alix profile.
Signed-off-by: Petr Liebman <petrliebman@gmail.com>
--
SVN-Revision: 9748
2007-12-14 00:52:15 +00:00
Tim Yardley
2efb83ebcb
bump kernel to 2.6.23.9 for x86
...
SVN-Revision: 9675
2007-12-08 15:53:05 +00:00