summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* We are now at .23.1Florian Fainelli2007-10-239-8/+11
| | | | SVN-Revision: 9415
* Add the prism54-mac80211 version from #2560Florian Fainelli2007-10-2311-0/+3844
| | | | SVN-Revision: 9414
* Add ps3 targetFelix Fietkau2007-10-234-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 initilisationFelix Fietkau2007-10-232-0/+15
| | | | | | | | | | | 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-232-1/+12
| | | | | | | | | | | | | | 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
* Use current UID for initramfs root user:groupFelix Fietkau2007-10-231-2/+2
| | | | | | | | | | Set the CONFIG_INITRAMFS_ROOT_{U,G}ID kernel variables to the current user, so that all files end up being owned by root in the final initramfs image. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> SVN-Revision: 9409
* don't specify "CC=<nothing>" on kernel build command lineFelix Fietkau2007-10-232-8/+12
| | | | | | | | | | | | | If KERNEL_CC isn't set, we end up with a "CC=" on the kernel build command-line. We don't always need CC, as the CROSS_COMPILE flag does the job instead. In fact, specifying CC messes up the build when we're using a biarch compiler. This change doesn't specify CC= if the KERNEL_CC variable is empty. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> SVN-Revision: 9408
* Add binutils extra configure optionsFelix Fietkau2007-10-232-0/+8
| | | | | | | | | | | | Currently, we can specify extra configure options for gcc, but not binutils. This change adds an EXTRA_BINUTILS_CONFIG_OPTIONS config variable, so we can add configure options for binutils. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> SVN-Revision: 9407
* openwrt: honour gcc extra configuration flagsFelix Fietkau2007-10-231-0/+2
| | | | | | | | | | | Although the CONFIG_EXTRA_GCC_OPTIONS flag is available, it isn't used anywhere. This change adds the extra flag to both gcc configure stages. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> SVN-Revision: 9406
* don't replace powerpc arch with ppcFelix Fietkau2007-10-233-7/+10
| | | | | | | | | | | | | '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
* remove madwifi karma patch until it's fixedImre Kaloz2007-10-221-176/+0
| | | | SVN-Revision: 9404
* 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-223-1/+199
| | | | SVN-Revision: 9401
* fix mac80211 compileFelix Fietkau2007-10-211-2/+2
| | | | SVN-Revision: 9391
* fix more downloading crapFelix Fietkau2007-10-215-9/+3
| | | | SVN-Revision: 9389
* remove unnecessary linux config include (it broke 'make download')Felix Fietkau2007-10-211-3/+0
| | | | SVN-Revision: 9388
* fix b0rked atheros kernelconfigJohn Crispin2007-10-211-27/+13
| | | | SVN-Revision: 9386
* make aliases for package targets if the package directories are in further ↵Felix Fietkau2007-10-211-0/+6
| | | | | | subdirectories example: if there is a package/libs/foo/compile, then package/foo/compile will be an alias for it SVN-Revision: 9384
* remove the dummy profile that was created on targets that have subtargetsFelix Fietkau2007-10-211-0/+1
| | | | SVN-Revision: 9383
* mark ipset as 2.6 onlyFelix Fietkau2007-10-201-1/+1
| | | | SVN-Revision: 9382
* fix the remaining patch reject in 700-libtoolize.patch in linux-atmFelix Fietkau2007-10-201-13/+40888
| | | | SVN-Revision: 9381
* refreshed madwifi patchesJohn Crispin2007-10-2032-182/+199
| | | | SVN-Revision: 9380
* ignore mconf_checkFelix Fietkau2007-10-201-0/+1
| | | | SVN-Revision: 9379
* reorganize subtargets, sort subtargets below top level targetsFelix Fietkau2007-10-208-93/+119
| | | | SVN-Revision: 9378
* fixed linux-atmJohn Crispin2007-10-201-40885/+9
| | | | SVN-Revision: 9377
* refresh linux-atm patchesFelix Fietkau2007-10-208-290/+304
| | | | SVN-Revision: 9373
* remove obsolete zd1211-driver, replaced by the in-tree moduleFelix Fietkau2007-10-202-115/+0
| | | | SVN-Revision: 9372
* mark shfs as 2.4 only, it is broken on 2.6.23 and unmaintained. 2.6 targets ↵Felix Fietkau2007-10-201-0/+1
| | | | | | can use sshfs+fuse SVN-Revision: 9371
* disable driver_devicescape in hostapd will be enabled again when the ↵Felix Fietkau2007-10-201-5/+2
| | | | | | mac80211 guys have sorted out the api ;) SVN-Revision: 9369
* fix quilt update breakage for kernel related packagesFelix Fietkau2007-10-201-3/+0
| | | | SVN-Revision: 9368
* show md5sums on mismatch in download.plFelix Fietkau2007-10-201-1/+1
| | | | SVN-Revision: 9367
* fix update fuse to 2.7.1 - fixes compile breakage with 2.6.23Felix Fietkau2007-10-205-267/+562
| | | | SVN-Revision: 9366
* re-libtoolize linux-atm to fix random libname breakageFelix Fietkau2007-10-202-0/+41865
| | | | SVN-Revision: 9365
* fix up a few ide related kernel config issues (related to #2516)Felix Fietkau2007-10-201-5/+6
| | | | SVN-Revision: 9364
* make morse LED trigger available as a package, and fix it to compile with 2.6.23Gabor Juhos2007-10-202-22/+108
| | | | SVN-Revision: 9363
* add LEDs trigger for switch port states, thanks to Bernhard Held (closes: #2153)Gabor Juhos2007-10-205-1/+195
| | | | 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
* Convert the karma changes to be an ioctlFlorian Fainelli2007-10-193-116/+168
| | | | SVN-Revision: 9358
* 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
* fixed wpa2 support for madwifi/wpa_supplicantJohn Crispin2007-10-182-21/+9
| | | | SVN-Revision: 9355
* remove whitespacesJohn Crispin2007-10-181-5/+5
| | | | SVN-Revision: 9354
* more package submenusJohn Crispin2007-10-183-1/+5
| | | | SVN-Revision: 9351
* 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
* Turn off stp by default, thanks ejkaFlorian Fainelli2007-10-182-2/+1
| | | | SVN-Revision: 9345
* Revert [9176] now that we have network config handling stp [9343]Florian Fainelli2007-10-181-3/+0
| | | | SVN-Revision: 9344