aboutsummaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
* 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-227-46/+1384
| | | | | | (closes: #2297, thanks to aorlinsk), sync 2.4 / 2.6 kconfigs. SVN-Revision: 8955
* refresh brcm-2.4 kconfigNicolas Thill2007-09-221-7/+7
| | | | SVN-Revision: 8949
* set CONFIG_JFFS2_FS_DEBUG=0 in generic 2.4 kconfigNicolas Thill2007-09-221-0/+1
| | | | SVN-Revision: 8948
* Build both NPE-B and NPE-C microcode for the fsg-3 and other dual-ethernet ↵Rod Whitby2007-09-212-2/+3
| | | | | | ixp4xx devices. SVN-Revision: 8939
* rename NAND driverGabor Juhos2007-09-213-7/+11
| | | | SVN-Revision: 8932
* use prepare_generic_squashfs in image generation, thanks ffrrrrGabor Juhos2007-09-211-2/+8
| | | | SVN-Revision: 8922
* add initial generic gpio-leds supportEugene Konev2007-09-211-0/+44
| | | | SVN-Revision: 8918
* make gpio conformant to generic gpio spec.Eugene Konev2007-09-215-32/+32
| | | | SVN-Revision: 8911
* checkin a new, experimental USB driverGabor Juhos2007-09-2116-883/+4282
| | | | SVN-Revision: 8905
* fix description of Kconfig option for the Macronix flash chips boot-location ↵Gabor Juhos2007-09-211-1/+1
| | | | | | fixup SVN-Revision: 8904
* clean up jffs2 config optionsGabor Juhos2007-09-212-12/+0
| | | | SVN-Revision: 8903
* fix silliness in [8886]Matteo Croce2007-09-201-7/+2
| | | | SVN-Revision: 8889
* replace deprecated u_char with u8Matteo Croce2007-09-201-4/+4
| | | | SVN-Revision: 8887
* Make ar7_part more readable and endianness safeMatteo Croce2007-09-202-42/+64
| | | | SVN-Revision: 8886
* small cpmac fixesMatteo Croce2007-09-201-2/+1
| | | | SVN-Revision: 8881
* remove useless dependencyMatteo Croce2007-09-201-1/+1
| | | | SVN-Revision: 8880
* Add reiserfs module and include it in the FSG-3 profile.Rod Whitby2007-09-201-1/+1
| | | | SVN-Revision: 8872
* remove two ip6t modules on linux 2.4, because they're causing conflicts with ↵Felix Fietkau2007-09-201-2/+2
| | | | | | ipv4 stuff SVN-Revision: 8863
* build IPsec transports as modules, rename kmod-ipip to kmod-iptunnel4 and ↵Nicolas Thill2007-09-203-9/+3
| | | | | | add kmod-iptunnel6. SVN-Revision: 8862
* use set_irq_chip_and_handler (#2408)Eugene Konev2007-09-201-1/+3
| | | | SVN-Revision: 8852
* style cleanups (make checkpatch.pl happy)Matteo Croce2007-09-191-5/+5
| | | | SVN-Revision: 8851
* clean up jffs2 config optionsFelix Fietkau2007-09-1918-24/+0
| | | | SVN-Revision: 8848
* enable jffs2 summary for faster mount timeFelix Fietkau2007-09-192-2/+2
| | | | SVN-Revision: 8846
* made HOME=/root global instead of x86 specificJohn Crispin2007-09-193-21/+0
| | | | SVN-Revision: 8845
* root users folder is now in the fs and no longer /tmpJohn Crispin2007-09-193-0/+21
| | | | SVN-Revision: 8844
* cleanup (use dma API, use accessors, debugging/printk cleanup)Eugene Konev2007-09-191-460/+429
| | | | SVN-Revision: 8839
* We have generic irqs now.Eugene Konev2007-09-191-1/+2
| | | | SVN-Revision: 8835
* merge 3G usb serial card patches and move it at 802Nicolas Thill2007-09-172-24/+15
| | | | SVN-Revision: 8827
* detect ar7 at runtime in set_except_vector and remove useless volatileMatteo Croce2007-09-171-21/+25
| | | | SVN-Revision: 8824
* changed the timeout for grub to load the menu from 10 secs to 2 secsJohn Crispin2007-09-161-1/+1
| | | | SVN-Revision: 8815
* rename packages dependecies missed from [8806]Nicolas Thill2007-09-161-2/+2
| | | | SVN-Revision: 8813
* rename kmod-libata to kmod-ata-core, add some missing descriptions, sort and ↵Nicolas Thill2007-09-162-2/+4
| | | | | | cleanup SVN-Revision: 8811
* Add support for the D-Link DIR-450, thanks to Macpaul Lin !Florian Fainelli2007-09-164-1/+569
| | | | SVN-Revision: 8790
* Moved config back to config-default, but left the FSG3 profile config ↵Rod Whitby2007-09-141-0/+0
| | | | | | non-working in the config directory as a reminder that it has to be changed over to the new scheme when that's ready. SVN-Revision: 8779
* don't broke other archs, we're close to mainstream (i hope)Matteo Croce2007-09-141-2/+5
| | | | SVN-Revision: 8778
* Reinstated the kernel configuration for the FSG3 profile.Rod Whitby2007-09-142-0/+21
| | | | SVN-Revision: 8776
* fix previous commitEugene Konev2007-09-141-4/+5
| | | | SVN-Revision: 8774
* add *dma_mask's to cpmacsEugene Konev2007-09-141-2/+11
| | | | SVN-Revision: 8773
* fix watchdog seek test (#2383)Eugene Konev2007-09-141-1/+1
| | | | SVN-Revision: 8772
* image generation fixes, thanks to <berny156 at gmx.de> (#2379)Gabor Juhos2007-09-132-8/+8
| | | | SVN-Revision: 8771
* fix CAC_ADDR/UNCAC_ADDR macrosEugene Konev2007-09-131-0/+16
| | | | SVN-Revision: 8770
* mmzone.h is not needed anymoreEugene Konev2007-09-131-27/+0
| | | | SVN-Revision: 8769
* 128 irqs is not enough...Eugene Konev2007-09-131-0/+16
| | | | SVN-Revision: 8768
* copy-paste typo, lost static'sEugene Konev2007-09-131-3/+3
| | | | SVN-Revision: 8767
* use ebase instead of CAC_BASE, some cosmetic fixesMatteo Croce2007-09-122-26/+20
| | | | SVN-Revision: 8766
* Enabled working ar7_wdt, style cleanupsMatteo Croce2007-09-1210-30/+38
| | | | SVN-Revision: 8764
* added ar7_wdt fix by AlexMatteo Croce2007-09-121-22/+25
| | | | SVN-Revision: 8762
* Style fixesMatteo Croce2007-09-121-13/+13
| | | | SVN-Revision: 8761
* there is no need in two identical actionsEugene Konev2007-09-121-7/+1
| | | | SVN-Revision: 8760