aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* [kernel] mode cygwin fixes for scripts/mod/file2aliasFlorian Fainelli2009-08-276-6/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17420 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar7: remove CONFIG_CRYPTO_ALGAPI overrideFelix Fietkau2009-08-261-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17419 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ubicom32: remove some more unnecessary stuff from the kernel patchFelix Fietkau2009-08-261-172/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17418 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Revert "[ubicom32] remove kernel patch for now since it is incomplete and ↵Felix Fietkau2009-08-262-2/+48923
| | | | | | | | has some licensing issues" (r17404) There are no licensing issues with this patch git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17416 3c298f89-4303-0410-b956-a3cf2f4a3e73
* firewall: emit hotplug events for interface add/removeFelix Fietkau2009-08-261-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17415 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ps3: Remove support for linux-2.6.28Geoff Levand2009-08-2616-4642/+0
| | | | | | | Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17412 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ps3: Update kernel to linux-2.6.30Geoff Levand2009-08-263-1/+449
| | | | | | | Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17411 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iw: update to 0.9.17Gabor Juhos2009-08-261-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17409 3c298f89-4303-0410-b956-a3cf2f4a3e73
* create v4 squashfs image for 2.6.31Gabor Juhos2009-08-261-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17406 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [tools] fix quilt installation on all platformsFlorian Fainelli2009-08-261-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17405 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ubicom32] remove kernel patch for now since it is incomplete and has some ↵Florian Fainelli2009-08-262-48923/+2
| | | | | | licensing issues git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17404 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] move early_printk stuff into a separate fileGabor Juhos2009-08-263-14/+31
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17403 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] more linux kernel cygwin build fixesFlorian Fainelli2009-08-261-3/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17402 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [uClibc] more cygwin build fixesFlorian Fainelli2009-08-262-7/+21
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17401 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] remove AR71XX_EARLY_SERIAL stuffGabor Juhos2009-08-257-36/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17400 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [tools] make quilt installation work on cygwinFlorian Fainelli2009-08-251-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17398 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ixp4xx: refresh patchesFelix Fietkau2009-08-258-27/+27
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17397 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ixp4xx add jumboframe fixes by Ted Hess (#5746)Felix Fietkau2009-08-252-19/+23
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17396 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix breakage introduced with [17394]Imre Kaloz2009-08-251-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17395 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [scripts] do not check for a specific Cygwin version, rather check the ↵Florian Fainelli2009-08-251-2/+1
| | | | | | operating system name directly, thanks AndyI git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17394 3c298f89-4303-0410-b956-a3cf2f4a3e73
* udevtrigger: replace the non-portable tar options used to prevent a ↵Felix Fietkau2009-08-241-1/+1
| | | | | | namespace conflict with a change to PKG_BUILD_DIR. fixes build on non-gnu systems git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17393 3c298f89-4303-0410-b956-a3cf2f4a3e73
* change HOST_STAMP_PREPARED for toolchain builds to make sure that ↵Felix Fietkau2009-08-241-0/+2
| | | | | | added/removed patches do not trigger partial toolchain rebuilds git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17392 3c298f89-4303-0410-b956-a3cf2f4a3e73
* atheros switch support: add missing commit statementsFelix Fietkau2009-08-241-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17391 3c298f89-4303-0410-b956-a3cf2f4a3e73
* atheros: do not alter the network vlan config if swconfig is required and ↵Felix Fietkau2009-08-241-13/+13
| | | | | | missing git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17388 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move /bin/swconfig to /sbinFelix Fietkau2009-08-241-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17387 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ps3: Update defconfig-ps3-petitboot to not build udevtriggerGeoff Levand2009-08-241-3/+3
| | | | | | | Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17379 3c298f89-4303-0410-b956-a3cf2f4a3e73
* udev: Update udev package from udev-106 to udev-142Geoff Levand2009-08-248-210/+189
| | | | | | | | | | | | | | | | | | | | | Update the init scripts have to use udevadm where appropriate. The udev package no longer provides separate udev utilities like udevtrigger and udevsettle. These have been incorporated into the udev admin program udevadm. Replace the udevextras sub package with config options to the udev package. Update the preinit script to check for '/lib/udev/devices', and copy it to '/dev/ if it is found, then to conditionaly setup /dev the old way with mknod etc. Udev now recommends using the directory '/lib/udev/devices' to initialize the '/dev' directory at startup. Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17378 3c298f89-4303-0410-b956-a3cf2f4a3e73
* udevtrigger: Breakout udevtrigger packageGeoff Levand2009-08-244-13/+77
| | | | | | | | | | | | Current versions of udev no longer provide the separate udevtrigger utility that hotplug2 needs. To allow for the udev package to be updated, yet still provide a udevtrigger, create a new package udevtrigger that is built from old udev sources. Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17377 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kexec-tools: Remove the unused file kexec.shGeoff Levand2009-08-241-5/+0
| | | | | | | Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17376 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kexec-tools: Make link /sbin/kexec for compatability with other distrosGeoff Levand2009-08-241-0/+3
| | | | | | | Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17375 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kexec-tools: Make build of kdump optionalGeoff Levand2009-08-242-5/+20
| | | | | | | | | Most systems won't need kdump, so make its build optional. Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17374 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kexec-tools: Minor makefile line end fixesGeoff Levand2009-08-241-2/+2
| | | | | | | Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17373 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kexec-tools: Add libtool PKG_FIXUPGeoff Levand2009-08-241-0/+2
| | | | | | | | | libtool is needed to build kexec-tools. Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17372 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kexec-tools: Update package to version 2.0.1Geoff Levand2009-08-242-26/+2
| | | | | | | | | Update package from kexec-tools-2.0.0 to kexec-tools-2.0.1. Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17371 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] add 2.6.31 configGabor Juhos2009-08-241-0/+229
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17369 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] 2.6.31: refresh generic patchesGabor Juhos2009-08-242-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17368 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] 2.6.31: update generic configGabor Juhos2009-08-241-0/+31
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17367 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] add patches for 2.6.31Gabor Juhos2009-08-2431-0/+876
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17366 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] initialize ndo_tx_timeout field of netdev_opsGabor Juhos2009-08-241-3/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17363 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] refresh patchesGabor Juhos2009-08-242-5/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17362 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix pdc20xx compile for linux 2.6Felix Fietkau2009-08-241-2/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17359 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm-2.4: fix ide disk detection on the wl-hddFelix Fietkau2009-08-231-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17358 3c298f89-4303-0410-b956-a3cf2f4a3e73
* also take over the files for 2.6.31Mirko Vogt2009-08-2311-0/+2627
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17356 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ubicom32] default is to generate a ramdisk imageFlorian Fainelli2009-08-221-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17352 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add generic patchset levelled up to 2.6.31-rc6Mirko Vogt2009-08-2294-0/+42681
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17351 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a new target for ubicom32 (compiles, but untested)Felix Fietkau2009-08-214-0/+49130
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17350 3c298f89-4303-0410-b956-a3cf2f4a3e73
* libpcap: fix kernel version checkFelix Fietkau2009-08-211-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17349 3c298f89-4303-0410-b956-a3cf2f4a3e73
* busybox: adjust default config for nommu targetsFelix Fietkau2009-08-211-0/+19
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17348 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add nommu target feature flagFelix Fietkau2009-08-212-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17347 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a heavily cleaned up version of ubicom32 toolchain supportFelix Fietkau2009-08-2111-0/+77539
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17346 3c298f89-4303-0410-b956-a3cf2f4a3e73