aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fixed dnsmasq init for "ignore" optionMarkus Wigge2009-05-051-1/+1
| | | | | | | | dnsmasq.init tried to set range options even when ignore was set to "1". Now the functions stops processing after evaluating the "ignore" option when the result is > 0 SVN-Revision: 15618
* add missing RTC symbols to generic configsImre Kaloz2009-05-058-0/+131
| | | | SVN-Revision: 15617
* changed "option" to "list" for binding interfacesMarkus Wigge2009-05-052-2/+6
| | | | SVN-Revision: 15613
* fix oops in switch-robo on brcm63xx, thanks to Daniel Dickinson (#5053)Florian Fainelli2009-05-051-1/+1
| | | | SVN-Revision: 15611
* grub: fix potential build issues on redhat/fedora host systems (should ↵Nicolas Thill2009-05-042-2/+24
| | | | | | close: #3793) SVN-Revision: 15608
* use xorg x11-server + glamo driver instead of xglamo kdrive-server per ↵Mirko Vogt2009-05-041-2/+2
| | | | | | default - the latter one is getting obsoleted SVN-Revision: 15607
* some more kernel config cleanup.. last for today :)Imre Kaloz2009-05-0449-209/+57
| | | | SVN-Revision: 15606
* more cleanupImre Kaloz2009-05-0438-267/+37
| | | | SVN-Revision: 15605
* fix typoImre Kaloz2009-05-041-1/+1
| | | | SVN-Revision: 15604
* cleanup MTD option handlingImre Kaloz2009-05-0448-3119/+2047
| | | | SVN-Revision: 15602
* scripts/feeds: fix a warning (#4474)Felix Fietkau2009-05-041-0/+1
| | | | SVN-Revision: 15600
* fix the uclibc rebuild issue which leads to unresolved symbols in libnl (and ↵Felix Fietkau2009-05-042-1/+3
| | | | | | possibly other libraries) SVN-Revision: 15599
* remove obsolete gcc version md5sumsFelix Fietkau2009-05-041-6/+0
| | | | SVN-Revision: 15598
* rename tools/lzma to tools/lzma-old (preparation for adding a new lzma version)Felix Fietkau2009-05-045-12/+6
| | | | SVN-Revision: 15595
* libnl-tiny: add -fpicFelix Fietkau2009-05-041-0/+2
| | | | SVN-Revision: 15594
* fix ebtables compileFelix Fietkau2009-05-041-0/+2
| | | | SVN-Revision: 15593
* fix more issues with libnl-tiny and eglibcFelix Fietkau2009-05-043-2/+5
| | | | SVN-Revision: 15592
* fix libnl-tiny compile with eglibcFelix Fietkau2009-05-041-0/+1
| | | | SVN-Revision: 15591
* uclibc 0.9.30: fix isnan declarationFelix Fietkau2009-05-041-0/+11
| | | | SVN-Revision: 15589
* uclibc 0.9.29: fix isinf, finite prototypesFelix Fietkau2009-05-041-0/+29
| | | | SVN-Revision: 15588
* move MFD stuff to the generic kernel configsImre Kaloz2009-05-0422-45/+18
| | | | SVN-Revision: 15587
* upgrade IOP32x to 2.6.28.10Imre Kaloz2009-05-042-3/+6
| | | | SVN-Revision: 15586
* base-files: Add additional base-files search pathsHamish Guthrie2009-05-041-0/+6
| | | | SVN-Revision: 15583
* change boardnamesImre Kaloz2009-05-042-2/+2
| | | | SVN-Revision: 15582
* refresh patchesImre Kaloz2009-05-0461-855/+697
| | | | SVN-Revision: 15581
* layer7 has been upgraded in [15517], but the old patches weren't removed -- ↵Imre Kaloz2009-05-043-6303/+0
| | | | | | remove them now SVN-Revision: 15580
* refresh generic 2.6.28 patchesImre Kaloz2009-05-044-12/+12
| | | | SVN-Revision: 15578
* kernel: fix conditional handling of ide-supportJo-Philipp Wich2009-05-041-35/+22
| | | | SVN-Revision: 15577
* remove netfilter_upstream_fixes patches, not needed anymore after kernel ↵Nicolas Thill2009-05-032-200/+0
| | | | | | recent updates since they have been, well, fixed upstream :) SVN-Revision: 15576
* upgrade to newest stable kernel versionsImre Kaloz2009-05-0321-31/+31
| | | | SVN-Revision: 15575
* netfilter: add a check for ip proto in netfilter_match_speedup patches ↵Nicolas Thill2009-05-033-9/+18
| | | | | | (closes: #5041) SVN-Revision: 15574
* iptables: fix segfault in xtables_parse_protocol() if an unknown protocol is ↵Jo-Philipp Wich2009-05-031-0/+13
| | | | | | specified for -p SVN-Revision: 15573
* iptables: - add libtool fixups - fix libiptc & libxtables packages, ↵Nicolas Thill2009-05-031-47/+44
| | | | | | containing only symlinks but missing the actual library files - enable static versions of libiptc & libxtables - install pkgconfig .pc files as well - cleanup & reorg SVN-Revision: 15572
* kernel: fix dependencies for kmod-ipt-filter (required by qos-scripts)Jo-Philipp Wich2009-05-021-1/+2
| | | | SVN-Revision: 15563
* add experimental support for 2.6.30Gabor Juhos2009-05-0227-0/+1010
| | | | SVN-Revision: 15561
* generic/2.6.30: add missing Kconfig optionsGabor Juhos2009-05-021-0/+3
| | | | SVN-Revision: 15560
* copy kirkwood uImage to the bin dirImre Kaloz2009-05-021-0/+1
| | | | SVN-Revision: 15557
* add preliminary Marvell Kirkwood supportImre Kaloz2009-05-023-0/+323
| | | | SVN-Revision: 15556
* prevent kmod-switch from accessing nvram on brcm63xx (#5035)Florian Fainelli2009-05-021-1/+5
| | | | SVN-Revision: 15555
* iptables: install libxtables.so and libiptc.so into staging dirJo-Philipp Wich2009-05-021-0/+2
| | | | SVN-Revision: 15550
* kernel: make kmod-ipt-filter available on brcm-2.4, kernel 2.4 provides a ↵Jo-Philipp Wich2009-05-011-1/+1
| | | | | | textsearch implementation SVN-Revision: 15549
* refresh patches for 2.6.30-rc4Imre Kaloz2009-05-013-4/+4
| | | | SVN-Revision: 15548
* iptables: replace exot_error() with xtables_error() in layer7 patchJo-Philipp Wich2009-05-011-11/+11
| | | | SVN-Revision: 15547
* include missing xt_layer7.h in 602-netfilter_layer7_2.21.patchJo-Philipp Wich2009-05-011-0/+17
| | | | SVN-Revision: 15546
* upgrade sibyte to .30-rc4Imre Kaloz2009-05-014-22/+95
| | | | SVN-Revision: 15545
* Update layer7 rulesHauke Mehrtens2009-05-0116-7/+20
| | | | SVN-Revision: 15544
* Add config file for kernel 2.6.29. This was tested with VMware and VirtualBox.Hauke Mehrtens2009-05-011-0/+463
| | | | SVN-Revision: 15543
* In r15501 the libxt_layer7.c was placed in a wrong location.Hauke Mehrtens2009-05-011-4/+4
| | | | SVN-Revision: 15541
* The location of eeprom_93cx6.ko has chanced.Hauke Mehrtens2009-05-011-0/+4
| | | | SVN-Revision: 15540
* fix a small bug in binutils 2.19.1 * ↵Gabor Juhos2009-05-011-0/+13
| | | | | | http://sourceware.org/bugzilla/show_bug.cgi?id=7093 SVN-Revision: 15538