Commit graph

1253 commits

Author SHA1 Message Date
Felix Fietkau
a2af03953b Add ps3 target
This patch adds a target for the Sony PlayStation 3.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>

SVN-Revision: 9413
2007-10-23 06:23:41 +00:00
Felix Fietkau
a10edd4cee Add udev initilisation
We have a udev package, but no means to start udev at boot.

This change adds the necessary startup in /init, and adds the required
/sbin/udevsettle to the udev installed files

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>

SVN-Revision: 9412
2007-10-23 06:23:36 +00:00
Felix Fietkau
b513ee61a5 only do hotplug2 init if hotplug2 is present
The current /init script unconditionally does the initialisation for
hotplug2, including mounting a new /dev. If hotplug2 isn't present, we
end up with no device nodes.

This change only does the hotplug2 init if hotplug2 is present, but
always mounts /sys.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>

SVN-Revision: 9411
2007-10-23 06:23:33 +00:00
Felix Fietkau
881bac2db2 Allow targets to specify extra initramfs source files
The CONFIG_INITRAMFS_SOURCE Kconfig variable can be a space-separated
list of source files (or directories). This allows a platform to
add extra components to the initramfs image, by defining the
INITRAMFS_EXTRA_FILES make var.

By default, we add a simple initramfs extra file for the generic-2.6
platform, which specifies a few device nodes.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>

SVN-Revision: 9410
2007-10-23 06:23:29 +00:00
Felix Fietkau
d8e032edef don't replace powerpc arch with ppc
'powerpc' is a valid arch for the LINUX_KARCH variable, but the build
system unconditionally replaces LIUNUX_KARCH=powerpc with
LINUX_KARCH=ppc.

This change only does the replacement if LINUX_KARCH isn't set. This
allows us to use the powerpc architecture.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>

SVN-Revision: 9405
2007-10-23 06:23:12 +00:00
Florian Fainelli
2a0ca50ce2 Add preliminary support for the Routerboard 153 CF slot (#2550)
SVN-Revision: 9403
2007-10-22 20:56:34 +00:00
Florian Fainelli
5db86fb47a Resync kernel config, make kernel.{flash,ram}.srec available
SVN-Revision: 9402
2007-10-22 16:17:09 +00:00
Eugene Konev
6bf1f9a467 ar7: add eva image generation (thanks Axel Gembe)
SVN-Revision: 9401
2007-10-22 14:20:02 +00:00
John Crispin
0ac64f1dfc fix b0rked atheros kernelconfig
SVN-Revision: 9386
2007-10-21 08:56:10 +00:00
John Crispin
9f73ab51f3 refreshed madwifi patches
SVN-Revision: 9380
2007-10-20 19:13:53 +00:00
Felix Fietkau
86a906bed2 reorganize subtargets, sort subtargets below top level targets
SVN-Revision: 9378
2007-10-20 19:10:06 +00:00
Gabor Juhos
ab8a75d73f make morse LED trigger available as a package, and fix it to compile with 2.6.23
SVN-Revision: 9363
2007-10-20 14:32:13 +00:00
Gabor Juhos
d2cfb2934f add LEDs trigger for switch port states, thanks to Bernhard Held (closes: #2153)
SVN-Revision: 9362
2007-10-20 07:45:08 +00:00
Gabor Juhos
4c093ed622 fix typos in the switch driver, thanks to Bernhard Held (closes: #2573)
SVN-Revision: 9361
2007-10-20 05:51:10 +00:00
Gabor Juhos
2228e4092c add patch for gpio-leds to support special brightness values, thanks to Bernhard Held (closes: #2572)
SVN-Revision: 9360
2007-10-20 05:26:19 +00:00
Eugene Konev
1e5a1f2aa5 fritzbox leds detection (thanks Axel Gembe)
SVN-Revision: 9357
2007-10-19 03:02:49 +00:00
John Crispin
32dc9ca55a fixed missing symbols in atheros kernel config
SVN-Revision: 9356
2007-10-18 21:46:52 +00:00
Felix Fietkau
3acb27cdd7 don't dispatch spurious irq0 events
SVN-Revision: 9347
2007-10-18 18:27:33 +00:00
Gabor Juhos
96da91f5e0 add kernel config option to disabling common PCI quirks, resync kernel config
SVN-Revision: 9346
2007-10-18 15:14:55 +00:00
Gabor Juhos
36a1feebdd add ids for Edimax BR-6104Wg boards
SVN-Revision: 9342
2007-10-18 07:40:01 +00:00
Gabor Juhos
5044a3267a fix initcall level in i2c-gpio-custom driver if not built as a module
SVN-Revision: 9341
2007-10-17 17:26:54 +00:00
Gabor Juhos
49b631d730 switch driver cleanup, 4th phase
SVN-Revision: 9340
2007-10-17 08:10:47 +00:00
John Crispin
dc0a4f8ff8 added rtl8169, from #2554
SVN-Revision: 9339
2007-10-16 21:02:36 +00:00
Gabor Juhos
c96dcab711 switch driver cleanup, 3rd phase
SVN-Revision: 9334
2007-10-16 13:12:51 +00:00
Eugene Konev
53f219cc2b Fix tx error handling (#2552). Make rx ring size actually configurable through ethtool
SVN-Revision: 9333
2007-10-16 12:53:22 +00:00
Imre Kaloz
f07da1ca93 resync avr32 with 2.6.23.atmel.1
SVN-Revision: 9332
2007-10-16 12:22:57 +00:00
Gabor Juhos
63c27908bf switch driver cleanup, 2nd phase
SVN-Revision: 9330
2007-10-16 08:15:18 +00:00
Florian Fainelli
e9d7dc5803 Resync kernel config, do not enable the setup file
SVN-Revision: 9329
2007-10-15 17:26:27 +00:00
Florian Fainelli
f61a627092 Typo on PCI ids
SVN-Revision: 9328
2007-10-15 17:04:34 +00:00
Florian Fainelli
9dc51096e6 Add the RDC PCI ids for a fancier PCI device table.Return the system name on boot.
SVN-Revision: 9327
2007-10-15 16:13:25 +00:00
Gabor Juhos
9d685a8597 switch driver cleanup, 1st phase
SVN-Revision: 9324
2007-10-15 06:22:34 +00:00
Florian Fainelli
c1baf67fbf Fix profile/image generation for dir450
SVN-Revision: 9320
2007-10-14 15:12:14 +00:00
John Crispin
e8f986c59f fixed missing kernel option for x86
SVN-Revision: 9319
2007-10-14 14:25:10 +00:00
John Crispin
16b236fb69 fixed generation of iso images
SVN-Revision: 9317
2007-10-14 13:39:35 +00:00
Felix Fietkau
a3c1000f0f fix i2c-gpio
SVN-Revision: 9309
2007-10-14 05:04:23 +00:00
Felix Fietkau
fd811bf54c sync ssb with upstream
SVN-Revision: 9302
2007-10-14 02:47:36 +00:00
John Crispin
3568f0c247 was b0rked
SVN-Revision: 9299
2007-10-14 00:19:33 +00:00
John Crispin
8f7311e20b converted atheros ethernet driver to phy layer
SVN-Revision: 9298
2007-10-14 00:07:43 +00:00
John Crispin
f0e10e1253 added some extensions to the phy layer
SVN-Revision: 9297
2007-10-14 00:04:53 +00:00
Felix Fietkau
6e69adb9e6 disable the in-kernel mac80211 and cfg80211 will be built externally
SVN-Revision: 9289
2007-10-13 22:40:54 +00:00
Felix Fietkau
30007a5e6c move a few config symbols to the 2.6.23 template
SVN-Revision: 9288
2007-10-13 22:40:41 +00:00
Felix Fietkau
465ae7a447 Finally fix the annoying BCM4704 segfault issues (#2035) - tested with WL-500gP Thanks to jhansen and Wolfram Joost for the fixes and to ryd for the test hardware. Seems like the user space segfaults actually came from this patch: http://lkml.org/lkml/2006/12/12/158
SVN-Revision: 9285
2007-10-13 10:02:27 +00:00
Rod Whitby
22fef3d916 Fixed compiler warnings
SVN-Revision: 9284
2007-10-13 03:07:13 +00:00
Eugene Konev
a40dd0b5cc enable NETDEVICES_MULTIQUEUE
SVN-Revision: 9283
2007-10-13 02:27:46 +00:00
Eugene Konev
1a3f45fa87 fix the case when NETDEVICES_MULTIQUEUE is not enabled (#2506)
SVN-Revision: 9282
2007-10-13 02:27:19 +00:00
Felix Fietkau
ceb5350cd3 back out change to generic-2.6/files/ and update 310-ssb_pcicore_fixes.patch for 2.6.23
SVN-Revision: 9281
2007-10-13 02:21:24 +00:00
Felix Fietkau
30777ac989 add patches for 2.6.23 on brcm47xx (not enabled yet)
SVN-Revision: 9279
2007-10-13 02:04:37 +00:00
Felix Fietkau
a5164cf41b disable CONFIG_LOCALVERSION_AUTO - it breaks insmod
SVN-Revision: 9278
2007-10-13 02:00:06 +00:00
John Crispin
d4009e55b6 fix serial port warning on atheros
SVN-Revision: 9277
2007-10-13 01:15:36 +00:00
Rod Whitby
ce3592c5ef ixp4xx: New patch to support FSG-3 buttons
SVN-Revision: 9276
2007-10-13 00:25:48 +00:00