summaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6
Commit message (Collapse)AuthorAgeFilesLines
* remove an unused #include statement that is causing compile issues on osxFelix Fietkau2007-12-121-0/+12
| | | | SVN-Revision: 9711
* Replace deprecated DEBUG config symbolFlorian Fainelli2007-12-111-2/+2
| | | | SVN-Revision: 9706
* Forgot removing that file while applying patch from #2757Florian Fainelli2007-12-091-254/+0
| | | | SVN-Revision: 9690
* updated layer7 to 2.15.. current is 2.16.1, i might bump again, this has ↵Tim Yardley2007-12-084-838/+757
| | | | | | been uncommitted for a bit SVN-Revision: 9674
* add missing kernel config symbolFelix Fietkau2007-12-073-0/+3
| | | | SVN-Revision: 9668
* add txpower patches and add uci configuration file From: Vasilis T. (aka ↵Travis Kemen2007-11-281-0/+160
| | | | | | Acinonyx) SVN-Revision: 9610
* work around kernel config issues with sound modulesFelix Fietkau2007-11-251-0/+13
| | | | SVN-Revision: 9598
* Fix build on non-SMP machines of the remote GDB debugging (#2666)Florian Fainelli2007-11-161-0/+20
| | | | SVN-Revision: 9571
* add missing config symbols for ide on broadcom 4780Felix Fietkau2007-11-161-0/+2
| | | | SVN-Revision: 9558
* fix initramfs imagesFelix Fietkau2007-11-161-1/+9
| | | | SVN-Revision: 9557
* disable pci ide irq sharing by default - probably causes issues on alix ↵Felix Fietkau2007-11-101-1/+1
| | | | | | (unconfirmed) SVN-Revision: 9527
* move a few config options to the generic templates to avoid kernel config ↵Felix Fietkau2007-11-072-7/+25
| | | | | | questions SVN-Revision: 9510
* add default option for the OTi-6858 USB serial device (closes #2631)Gabor Juhos2007-11-021-0/+1
| | | | SVN-Revision: 9484
* fixed typo in generic squashfs split patch ... shame on you :)John Crispin2007-10-271-1/+1
| | | | SVN-Revision: 9455
* 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
* 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
* sync ssb with upstreamFelix Fietkau2007-10-1422-615/+797
| | | | SVN-Revision: 9302
* 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-131-1/+19
| | | | SVN-Revision: 9288
* 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-131-3/+9
| | | | SVN-Revision: 9279
* disable CONFIG_LOCALVERSION_AUTO - it breaks insmodFelix Fietkau2007-10-133-3/+3
| | | | SVN-Revision: 9278
* move a few kconfig options from atheros to generic-2.6Felix Fietkau2007-10-121-15/+19
| | | | SVN-Revision: 9273
* netfilter/ipset cleanups * rename patches to follow our naming conventions * ↵Gabor Juhos2007-10-126-528/+3981
| | | | | | update ipset patches with revision 7096 of [https://svn.netfilter.org/netfilter/trunk/patch-o-matic-ng pom] * add CONFIG_IP_NF_SET_IPTREEMAP to default kernel configs * add ip_set_iptreemap to include/netfilter.mk * update kmod-ipt-ipset module description SVN-Revision: 9269
* update yaffs2 to compile with 2.6.23Gabor Juhos2007-10-112-8/+30
| | | | SVN-Revision: 9257
* update generic 2.6.23 configGabor Juhos2007-10-111-0/+7
| | | | SVN-Revision: 9256
* netfilter fixes for 2.6.23 * fix compiler warnings in xt_CHAOS.c, ↵Gabor Juhos2007-10-112-17/+343
| | | | | | xt_DELUDE.c, and in xt_portscan.c * make xt_TARPIT available as well SVN-Revision: 9255
* restore CVS Id strings for yaffs code, remove svn:keywords propertiesGabor Juhos2007-10-109-9/+9
| | | | SVN-Revision: 9250
* dissect yaffs patchGabor Juhos2007-10-1036-45039/+14870
| | | | SVN-Revision: 9249
* sync for 2.6.23-finalEugene Konev2007-10-108-167/+178
| | | | SVN-Revision: 9234
* add custom GPIO-based I2C driverGabor Juhos2007-10-091-0/+1
| | | | SVN-Revision: 9218
* add TARPIT support to netfilter/iptables * netfilter: add the xt_TARPIT ↵Gabor Juhos2007-10-072-0/+326
| | | | | | target module required by xt_CHAOS * include/netfilter.mk: reorder, xt_CHAOS depends on xt_TARPIT and xt_DELUDE * iptables: add libipt_TARPIT to the kmod-ipt-extra package, bump release number * original patchset can be found [http://tinyurl.com/2mjk2kx here] SVN-Revision: 9178
* fix rtsp patchEugene Konev2007-10-051-29/+27
| | | | SVN-Revision: 9139
* add generic 2.6.23 patches and configEugene Konev2007-10-0442-0/+47641
| | | | SVN-Revision: 9114
* split eeprom_93cx6 patch to make quilt happyGabor Juhos2007-10-012-116/+116
| | | | SVN-Revision: 9084
* add missing file from [9055]Gabor Juhos2007-09-281-0/+294
| | | | SVN-Revision: 9056
* make morse LED trigger available for all platformsGabor Juhos2007-09-283-0/+21
| | | | SVN-Revision: 9055
* add ipv6 conntrack support (closes: #2192)Nicolas Thill2007-09-232-6/+4
| | | | SVN-Revision: 8984
* move crypto support to a seperate crypto.mk file, split modules into ↵Nicolas Thill2007-09-232-14/+14
| | | | | | multiple packages and adjust dependencies, sync crypto options in kconfigs. SVN-Revision: 8980
* backport [8862] to pre 2.6.22 kernels as wellNicolas Thill2007-09-231-3/+3
| | | | SVN-Revision: 8975
* make ATM_DRIVERS default to nFelix Fietkau2007-09-222-0/+2
| | | | SVN-Revision: 8967
* add missing 2.6 conntrack/nat helpers, add 2.6 conntrack/nat helper for RTSP ↵Nicolas Thill2007-09-222-13/+1382
| | | | | | (closes: #2297, thanks to aorlinsk), sync 2.4 / 2.6 kconfigs. SVN-Revision: 8955
* Make ar7_part more readable and endianness safeMatteo Croce2007-09-201-32/+45
| | | | SVN-Revision: 8886
* build IPsec transports as modules, rename kmod-ipip to kmod-iptunnel4 and ↵Nicolas Thill2007-09-201-3/+3
| | | | | | add kmod-iptunnel6. SVN-Revision: 8862
* enable jffs2 summary for faster mount timeFelix Fietkau2007-09-192-2/+2
| | | | SVN-Revision: 8846
* Rearrange patchesFlorian Fainelli2007-09-106-116/+116
| | | | SVN-Revision: 8729
* major target cleanup. it is now possible to have subtargets that can ↵Felix Fietkau2007-09-081-0/+0
| | | | | | override many target settings, including arch - merge adm5120, adm5120eb. target profiles still need to be adapted for subtargets SVN-Revision: 8694