summaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6
Commit message (Collapse)AuthorAgeFilesLines
* * disable ikconfig by defaultkaloz2008-02-041-2/+2
| | | | | | | * update ppc40x default config git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10380 3c298f89-4303-0410-b956-a3cf2f4a3e73
* "default-on" LED Triggernbd2008-02-023-0/+69
| | | | | | | | | | | | | The current LED subsystem always initialises LEDs in the OFF state. This is fine for most LEDs but some should be on right from boot (e.g. POWER LED). Following some discussion with the LED subsystem maintainers, a trigger was recommended as the best way to implement this functionality. Here is a patch to add a new trigger "default-on" which will initialise an LED in the ON state. It is not compiled by default. Particular thanks to Rod Whitby for all his help with this. Signed-off-by: Nick Forbes <nick.forbes@incepta.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10348 3c298f89-4303-0410-b956-a3cf2f4a3e73
* port atheros to 2.6.24 (untested), but do not use the new kernel by default yetnbd2008-01-311-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10335 3c298f89-4303-0410-b956-a3cf2f4a3e73
* copy leftover patch from 2.6.23kaloz2008-01-301-0/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10333 3c298f89-4303-0410-b956-a3cf2f4a3e73
* show a rotating dash during jffs2 erasekaloz2008-01-301-0/+24
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10332 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove binary sysctl number for KERN_PPC_L2CRkaloz2008-01-301-11/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10331 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] netfilter: fix compiler warnings in xt_layer7juhosg2008-01-302-10/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10326 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] nefilter: fix chaostables on 2.6.24juhosg2008-01-302-16/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10320 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] netfilter: fix RTSP on 2.6.24juhosg2008-01-301-26/+26
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10319 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] netfilter: fix xt_TARPIT on 2.6.24juhosg2008-01-301-3/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10318 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] netfilter: fix ipt_SET on 2.6.24juhosg2008-01-301-3/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10317 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add upstream git patch for arch/powerpckaloz2008-01-281-0/+71515
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10300 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix squashfs on 2.6.24kaloz2008-01-281-0/+19
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10299 3c298f89-4303-0410-b956-a3cf2f4a3e73
* disable chaostables for 2.6.24 until it's fixedkaloz2008-01-281-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10298 3c298f89-4303-0410-b956-a3cf2f4a3e73
* generic 2.6.24 supportkaloz2008-01-2843-0/+32047
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10291 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add BE I/O memory accessors for arch/ppckaloz2008-01-271-0/+80
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10287 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: add a default for CONFIG_NEW_GPIOnbd2008-01-271-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10278 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add userspace tool for gpio_devblogic2008-01-261-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10267 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing header fileblogic2008-01-261-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10265 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add patch for including unpartitioned space in the rootfs partition for ↵nbd2008-01-261-0/+32
| | | | | | redboot devices (if applicable) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10263 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove binary fileblogic2008-01-262-372/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10262 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add generic gpio char dev for CONFIG_GENERIC_GPIO archsblogic2008-01-267-0/+618
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10261 3c298f89-4303-0410-b956-a3cf2f4a3e73
* change annoying\unavble to open console" warningblogic2008-01-251-0/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10257 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing kconfig entrynbd2008-01-141-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10182 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix esfq compilation (#3005)florian2008-01-111-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10174 3c298f89-4303-0410-b956-a3cf2f4a3e73
* updated iproute2 to 2.6.23 + latest debian patches + latest esfq. deleted ↵pavlov2008-01-081-217/+219
| | | | | | patches have been merged upstream. note, this also brings in the necessary esfq changes in the kernel git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10147 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update to the latest imq patch for 2.6.23 from http://www.actusa.net/~linuximq/pavlov2008-01-081-108/+79
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10145 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix arm kernel builds with recent binutils versionskaloz2008-01-011-0/+37
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10079 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update to netfilter 2.17pavlov2007-12-191-719/+712
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9806 3c298f89-4303-0410-b956-a3cf2f4a3e73
* LED driver for PCEngines ALIX boardsnbd2007-12-142-0/+199
| | | | | | | | | | | | | | This patch adds a driver for the three LEDs that exists on the PCEngines ALIX 2 and 3 series boards. The driver is also added to the Alix profile. Signed-off-by: Petr Liebman <petrliebman@gmail.com> -- git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9748 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove an unused #include statement that is causing compile issues on osxnbd2007-12-121-0/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9711 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Replace deprecated DEBUG config symbolflorian2007-12-111-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9706 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Forgot removing that file while applying patch from #2757florian2007-12-091-254/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9690 3c298f89-4303-0410-b956-a3cf2f4a3e73
* updated layer7 to 2.15.. current is 2.16.1, i might bump again, this has ↵pavlov2007-12-084-838/+757
| | | | | | been uncommitted for a bit git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9674 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing kernel config symbolnbd2007-12-073-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9668 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add txpower patches and add uci configuration file From: Vasilis T. (aka ↵thepeople2007-11-281-0/+160
| | | | | | Acinonyx) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9610 3c298f89-4303-0410-b956-a3cf2f4a3e73
* work around kernel config issues with sound modulesnbd2007-11-251-0/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9598 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix build on non-SMP machines of the remote GDB debugging (#2666)florian2007-11-161-0/+20
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9571 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing config symbols for ide on broadcom 4780nbd2007-11-161-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9558 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix initramfs imagesnbd2007-11-161-1/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9557 3c298f89-4303-0410-b956-a3cf2f4a3e73
* disable pci ide irq sharing by default - probably causes issues on alix ↵nbd2007-11-101-1/+1
| | | | | | (unconfirmed) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9527 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move a few config options to the generic templates to avoid kernel config ↵nbd2007-11-072-7/+25
| | | | | | questions git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9510 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add default option for the OTi-6858 USB serial device (closes #2631) juhosg2007-11-021-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9484 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fixed typo in generic squashfs split patch ... shame on you :)blogic2007-10-271-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9455 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add udev initilisationnbd2007-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9412 3c298f89-4303-0410-b956-a3cf2f4a3e73
* only do hotplug2 init if hotplug2 is presentnbd2007-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9411 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Allow targets to specify extra initramfs source filesnbd2007-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9410 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make morse LED trigger available as a package, and fix it to compile with 2.6.23juhosg2007-10-201-22/+93
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9363 3c298f89-4303-0410-b956-a3cf2f4a3e73
* sync ssb with upstreamnbd2007-10-1422-615/+797
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9302 3c298f89-4303-0410-b956-a3cf2f4a3e73
* added some extensions to the phy layerblogic2007-10-141-0/+67
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9297 3c298f89-4303-0410-b956-a3cf2f4a3e73