summaryrefslogtreecommitdiff
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
* Add udev initilisationFelix Fietkau2007-10-231-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 presentFelix Fietkau2007-10-231-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 filesFelix Fietkau2007-10-231-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 ppcFelix Fietkau2007-10-232-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 Fainelli2007-10-229-2/+1079
| | | | SVN-Revision: 9403
* Resync kernel config, make kernel.{flash,ram}.srec availableFlorian Fainelli2007-10-222-7/+2
| | | | SVN-Revision: 9402
* ar7: add eva image generation (thanks Axel Gembe)Eugene Konev2007-10-221-0/+7
| | | | SVN-Revision: 9401
* fix b0rked atheros kernelconfigJohn Crispin2007-10-211-27/+13
| | | | SVN-Revision: 9386
* refreshed madwifi patchesJohn Crispin2007-10-201-0/+1
| | | | SVN-Revision: 9380
* reorganize subtargets, sort subtargets below top level targetsFelix Fietkau2007-10-206-9/+8
| | | | SVN-Revision: 9378
* make morse LED trigger available as a package, and fix it to compile with 2.6.23Gabor Juhos2007-10-201-22/+93
| | | | SVN-Revision: 9363
* add LEDs trigger for switch port states, thanks to Bernhard Held (closes: #2153)Gabor Juhos2007-10-204-0/+177
| | | | SVN-Revision: 9362
* fix typos in the switch driver, thanks to Bernhard Held (closes: #2573)Gabor Juhos2007-10-201-2/+2
| | | | SVN-Revision: 9361
* add patch for gpio-leds to support special brightness values, thanks to ↵Gabor Juhos2007-10-201-0/+29
| | | | | | Bernhard Held (closes: #2572) SVN-Revision: 9360
* fritzbox leds detection (thanks Axel Gembe)Eugene Konev2007-10-191-4/+27
| | | | SVN-Revision: 9357
* fixed missing symbols in atheros kernel configJohn Crispin2007-10-181-19/+26
| | | | SVN-Revision: 9356
* don't dispatch spurious irq0 eventsFelix Fietkau2007-10-182-4/+0
| | | | SVN-Revision: 9347
* add kernel config option to disabling common PCI quirks, resync kernel configGabor Juhos2007-10-183-15/+52
| | | | SVN-Revision: 9346
* add ids for Edimax BR-6104Wg boardsGabor Juhos2007-10-185-10/+55
| | | | SVN-Revision: 9342
* fix initcall level in i2c-gpio-custom driver if not built as a moduleGabor Juhos2007-10-171-3/+10
| | | | SVN-Revision: 9341
* switch driver cleanup, 4th phaseGabor Juhos2007-10-175-154/+227
| | | | SVN-Revision: 9340
* added rtl8169, from #2554John Crispin2007-10-161-0/+3
| | | | SVN-Revision: 9339
* switch driver cleanup, 3rd phaseGabor Juhos2007-10-161-160/+214
| | | | SVN-Revision: 9334
* Fix tx error handling (#2552). Make rx ring size actually configurable ↵Eugene Konev2007-10-161-18/+11
| | | | | | through ethtool SVN-Revision: 9333
* resync avr32 with 2.6.23.atmel.1Imre Kaloz2007-10-163-5609/+6103
| | | | SVN-Revision: 9332
* switch driver cleanup, 2nd phaseGabor Juhos2007-10-161-147/+332
| | | | SVN-Revision: 9330
* Resync kernel config, do not enable the setup fileFlorian Fainelli2007-10-152-14/+1
| | | | SVN-Revision: 9329
* Typo on PCI idsFlorian Fainelli2007-10-152-3/+2
| | | | SVN-Revision: 9328
* Add the RDC PCI ids for a fancier PCI device table.Return the system name on ↵Florian Fainelli2007-10-154-2/+34
| | | | | | boot. SVN-Revision: 9327
* switch driver cleanup, 1st phaseGabor Juhos2007-10-153-418/+606
| | | | SVN-Revision: 9324
* Fix profile/image generation for dir450Florian Fainelli2007-10-142-3/+9
| | | | SVN-Revision: 9320
* fixed missing kernel option for x86John Crispin2007-10-141-4/+1
| | | | SVN-Revision: 9319
* fixed generation of iso imagesJohn Crispin2007-10-141-1/+1
| | | | SVN-Revision: 9317
* fix i2c-gpioFelix Fietkau2007-10-141-3/+3
| | | | SVN-Revision: 9309
* sync ssb with upstreamFelix Fietkau2007-10-1437-4664/+925
| | | | SVN-Revision: 9302
* was b0rkedJohn Crispin2007-10-142-1/+4
| | | | SVN-Revision: 9299
* converted atheros ethernet driver to phy layerJohn Crispin2007-10-143-216/+157
| | | | SVN-Revision: 9298
* added some extensions to the phy layerJohn Crispin2007-10-141-0/+67
| | | | SVN-Revision: 9297
* disable the in-kernel mac80211 and cfg80211 will be built externallyFelix Fietkau2007-10-132-6/+6
| | | | SVN-Revision: 9289
* move a few config symbols to the 2.6.23 templateFelix Fietkau2007-10-132-20/+19
| | | | SVN-Revision: 9288
* Finally fix the annoying BCM4704 segfault issues (#2035) - tested with ↵Felix Fietkau2007-10-136-632/+168
| | | | | | 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
* Fixed compiler warningsRod Whitby2007-10-131-16/+23
| | | | SVN-Revision: 9284
* enable NETDEVICES_MULTIQUEUEEugene Konev2007-10-131-0/+1
| | | | SVN-Revision: 9283
* fix the case when NETDEVICES_MULTIQUEUE is not enabled (#2506)Eugene Konev2007-10-131-0/+20
| | | | SVN-Revision: 9282
* back out change to generic-2.6/files/ and update 310-ssb_pcicore_fixes.patch ↵Felix Fietkau2007-10-132-14/+13
| | | | | | for 2.6.23 SVN-Revision: 9281
* add patches for 2.6.23 on brcm47xx (not enabled yet)Felix Fietkau2007-10-1314-37/+3656
| | | | SVN-Revision: 9279
* disable CONFIG_LOCALVERSION_AUTO - it breaks insmodFelix Fietkau2007-10-133-3/+3
| | | | SVN-Revision: 9278
* fix serial port warning on atherosJohn Crispin2007-10-131-2/+1
| | | | SVN-Revision: 9277
* ixp4xx: New patch to support FSG-3 buttonsRod Whitby2007-10-131-0/+184
| | | | SVN-Revision: 9276
* ixp4xx/fsg3: Enable REISERFS for booting from vendor rootfs on diskRod Whitby2007-10-131-0/+1
| | | | SVN-Revision: 9275