Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix the r8169 kernel module (#2554) | Florian Fainelli | 2007-10-24 | 1 | -3/+0 |
| | | | | SVN-Revision: 9436 | ||||
* | The build system actually changed the routerboard kernel (#2584) | Florian Fainelli | 2007-10-24 | 1 | -1/+5 |
| | | | | SVN-Revision: 9430 | ||||
* | silence a bogus preinit message | Felix Fietkau | 2007-10-24 | 1 | -1/+1 |
| | | | | SVN-Revision: 9429 | ||||
* | The watchdog driver is now a platform device driver and reads its gpio line ↵ | Florian Fainelli | 2007-10-24 | 1 | -0/+104 |
| | | | | | | while registering SVN-Revision: 9425 | ||||
* | minor cleanups | Gabor Juhos | 2007-10-24 | 8 | -228/+135 |
| | | | | SVN-Revision: 9423 | ||||
* | ar7_gpio: remove unneeded checks and volatile | Matteo Croce | 2007-10-23 | 1 | -14/+2 |
| | | | | SVN-Revision: 9419 | ||||
* | fix flash driver, it should work on RB150 as well | Gabor Juhos | 2007-10-23 | 3 | -6/+16 |
| | | | | SVN-Revision: 9418 | ||||
* | ar7: fix eva image generation | Eugene Konev | 2007-10-23 | 1 | -1/+1 |
| | | | | SVN-Revision: 9417 | ||||
* | The RB513 CF driver is now a module, enable it by default for the RB1xx ↵ | Florian Fainelli | 2007-10-23 | 6 | -6/+22 |
| | | | | | | profile. Fix the membase of the CF driver. SVN-Revision: 9416 | ||||
* | We are now at .23.1 | Florian Fainelli | 2007-10-23 | 8 | -8/+8 |
| | | | | SVN-Revision: 9415 | ||||
* | Add ps3 target | Felix Fietkau | 2007-10-23 | 4 | -0/+1169 |
| | | | | | | | | This patch adds a target for the Sony PlayStation 3. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> SVN-Revision: 9413 | ||||
* | Add udev initilisation | Felix Fietkau | 2007-10-23 | 1 | -0/+14 |
| | | | | | | | | | | | 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 | ||||
* | only do hotplug2 init if hotplug2 is present | Felix Fietkau | 2007-10-23 | 1 | -2/+3 |
| | | | | | | | | | | | | | 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 | ||||
* | Allow targets to specify extra initramfs source files | Felix Fietkau | 2007-10-23 | 1 | -0/+9 |
| | | | | | | | | | | | | | | 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 | ||||
* | don't replace powerpc arch with ppc | Felix Fietkau | 2007-10-23 | 2 | -0/+2 |
| | | | | | | | | | | | | | '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 | ||||
* | Add preliminary support for the Routerboard 153 CF slot (#2550) | Florian Fainelli | 2007-10-22 | 9 | -2/+1079 |
| | | | | SVN-Revision: 9403 | ||||
* | Resync kernel config, make kernel.{flash,ram}.srec available | Florian Fainelli | 2007-10-22 | 2 | -7/+2 |
| | | | | SVN-Revision: 9402 | ||||
* | ar7: add eva image generation (thanks Axel Gembe) | Eugene Konev | 2007-10-22 | 1 | -0/+7 |
| | | | | SVN-Revision: 9401 | ||||
* | fix b0rked atheros kernelconfig | John Crispin | 2007-10-21 | 1 | -27/+13 |
| | | | | SVN-Revision: 9386 | ||||
* | refreshed madwifi patches | John Crispin | 2007-10-20 | 1 | -0/+1 |
| | | | | SVN-Revision: 9380 | ||||
* | reorganize subtargets, sort subtargets below top level targets | Felix Fietkau | 2007-10-20 | 6 | -9/+8 |
| | | | | SVN-Revision: 9378 | ||||
* | make morse LED trigger available as a package, and fix it to compile with 2.6.23 | Gabor Juhos | 2007-10-20 | 1 | -22/+93 |
| | | | | SVN-Revision: 9363 | ||||
* | add LEDs trigger for switch port states, thanks to Bernhard Held (closes: #2153) | Gabor Juhos | 2007-10-20 | 4 | -0/+177 |
| | | | | SVN-Revision: 9362 | ||||
* | fix typos in the switch driver, thanks to Bernhard Held (closes: #2573) | Gabor Juhos | 2007-10-20 | 1 | -2/+2 |
| | | | | SVN-Revision: 9361 | ||||
* | add patch for gpio-leds to support special brightness values, thanks to ↵ | Gabor Juhos | 2007-10-20 | 1 | -0/+29 |
| | | | | | | Bernhard Held (closes: #2572) SVN-Revision: 9360 | ||||
* | fritzbox leds detection (thanks Axel Gembe) | Eugene Konev | 2007-10-19 | 1 | -4/+27 |
| | | | | SVN-Revision: 9357 | ||||
* | fixed missing symbols in atheros kernel config | John Crispin | 2007-10-18 | 1 | -19/+26 |
| | | | | SVN-Revision: 9356 | ||||
* | don't dispatch spurious irq0 events | Felix Fietkau | 2007-10-18 | 2 | -4/+0 |
| | | | | SVN-Revision: 9347 | ||||
* | add kernel config option to disabling common PCI quirks, resync kernel config | Gabor Juhos | 2007-10-18 | 3 | -15/+52 |
| | | | | SVN-Revision: 9346 | ||||
* | add ids for Edimax BR-6104Wg boards | Gabor Juhos | 2007-10-18 | 5 | -10/+55 |
| | | | | SVN-Revision: 9342 | ||||
* | fix initcall level in i2c-gpio-custom driver if not built as a module | Gabor Juhos | 2007-10-17 | 1 | -3/+10 |
| | | | | SVN-Revision: 9341 | ||||
* | switch driver cleanup, 4th phase | Gabor Juhos | 2007-10-17 | 5 | -154/+227 |
| | | | | SVN-Revision: 9340 | ||||
* | added rtl8169, from #2554 | John Crispin | 2007-10-16 | 1 | -0/+3 |
| | | | | SVN-Revision: 9339 | ||||
* | switch driver cleanup, 3rd phase | Gabor Juhos | 2007-10-16 | 1 | -160/+214 |
| | | | | SVN-Revision: 9334 | ||||
* | Fix tx error handling (#2552). Make rx ring size actually configurable ↵ | Eugene Konev | 2007-10-16 | 1 | -18/+11 |
| | | | | | | through ethtool SVN-Revision: 9333 | ||||
* | resync avr32 with 2.6.23.atmel.1 | Imre Kaloz | 2007-10-16 | 3 | -5609/+6103 |
| | | | | SVN-Revision: 9332 | ||||
* | switch driver cleanup, 2nd phase | Gabor Juhos | 2007-10-16 | 1 | -147/+332 |
| | | | | SVN-Revision: 9330 | ||||
* | Resync kernel config, do not enable the setup file | Florian Fainelli | 2007-10-15 | 2 | -14/+1 |
| | | | | SVN-Revision: 9329 | ||||
* | Typo on PCI ids | Florian Fainelli | 2007-10-15 | 2 | -3/+2 |
| | | | | SVN-Revision: 9328 | ||||
* | Add the RDC PCI ids for a fancier PCI device table.Return the system name on ↵ | Florian Fainelli | 2007-10-15 | 4 | -2/+34 |
| | | | | | | boot. SVN-Revision: 9327 | ||||
* | switch driver cleanup, 1st phase | Gabor Juhos | 2007-10-15 | 3 | -418/+606 |
| | | | | SVN-Revision: 9324 | ||||
* | Fix profile/image generation for dir450 | Florian Fainelli | 2007-10-14 | 2 | -3/+9 |
| | | | | SVN-Revision: 9320 | ||||
* | fixed missing kernel option for x86 | John Crispin | 2007-10-14 | 1 | -4/+1 |
| | | | | SVN-Revision: 9319 | ||||
* | fixed generation of iso images | John Crispin | 2007-10-14 | 1 | -1/+1 |
| | | | | SVN-Revision: 9317 | ||||
* | fix i2c-gpio | Felix Fietkau | 2007-10-14 | 1 | -3/+3 |
| | | | | SVN-Revision: 9309 | ||||
* | sync ssb with upstream | Felix Fietkau | 2007-10-14 | 37 | -4664/+925 |
| | | | | SVN-Revision: 9302 | ||||
* | was b0rked | John Crispin | 2007-10-14 | 2 | -1/+4 |
| | | | | SVN-Revision: 9299 | ||||
* | converted atheros ethernet driver to phy layer | John Crispin | 2007-10-14 | 3 | -216/+157 |
| | | | | SVN-Revision: 9298 | ||||
* | added some extensions to the phy layer | John Crispin | 2007-10-14 | 1 | -0/+67 |
| | | | | SVN-Revision: 9297 | ||||
* | disable the in-kernel mac80211 and cfg80211 will be built externally | Felix Fietkau | 2007-10-13 | 2 | -6/+6 |
| | | | | SVN-Revision: 9289 |