summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* openvpn without ssl closes #277/#278Waldemar Brodkorb2006-02-103-3/+19
| | | | SVN-Revision: 3217
* add long description from nmagedman@yahoo.comWaldemar Brodkorb2006-02-101-2/+3
| | | | SVN-Revision: 3216
* add libpcap as compile dependencyWaldemar Brodkorb2006-02-101-1/+1
| | | | SVN-Revision: 3215
* update to new versionWaldemar Brodkorb2006-02-101-2/+2
| | | | SVN-Revision: 3214
* fix compile error (disable dietlibc)Mike Baker2006-02-101-0/+1
| | | | SVN-Revision: 3213
* Correct a few typosMike Baker2006-02-102-2/+2
| | | | SVN-Revision: 3212
* move packages and kernel modules into menusImre Kaloz2006-02-103-24/+61
| | | | SVN-Revision: 3211
* use gcc 4.0.2 and deselect ppp by default for Aruba, use gcc 3.4.5 for the ↵Imre Kaloz2006-02-102-3/+5
| | | | | | other platforms SVN-Revision: 3210
* replace 'mkdir -p' by 'install -d -m0755'Oliver Ertl2006-02-091-1/+1
| | | | SVN-Revision: 3209
* build the kernel scripts directory before packages (required for some ↵Mike Baker2006-02-091-3/+3
| | | | | | external kernel modules) SVN-Revision: 3208
* finally fix pesky irq issuesMike Baker2006-02-092-74/+104
| | | | SVN-Revision: 3207
* add iftop packages, thanks to Benjamin BinierOliver Ertl2006-02-095-0/+87
| | | | SVN-Revision: 3206
* enhance the new mtd -q optionFelix Fietkau2006-02-091-10/+11
| | | | SVN-Revision: 3200
* add missing mtd output messageFelix Fietkau2006-02-091-0/+2
| | | | SVN-Revision: 3199
* add wrt54g(s) image support to mtd (required for webif firmware update rewrite)Felix Fietkau2006-02-092-28/+87
| | | | SVN-Revision: 3198
* pppo*: change lcp-echo-interval to 1s instead of 10sFelix Fietkau2006-02-082-2/+2
| | | | SVN-Revision: 3191
* Removed init script as there is an hotplug one, check whether user ↵Florian Fainelli2006-02-082-2/+7
| | | | | | configuration directive is properly set, change the numbering to 10 rather than 15 SVN-Revision: 3189
* Updated Makefile, thanks to Stephen Rose, corrected compile-time dependencyFlorian Fainelli2006-02-082-1/+2
| | | | SVN-Revision: 3187
* Added scanlogd, thanks to Stephen Rose for his workFlorian Fainelli2006-02-077-0/+104
| | | | SVN-Revision: 3186
* Fixed typoFlorian Fainelli2006-02-071-1/+2
| | | | SVN-Revision: 3185
* update to linux 2.6.15.3 (security fixes)Felix Fietkau2006-02-073-6/+6
| | | | SVN-Revision: 3183
* Fixed typo in menuconfigFlorian Fainelli2006-02-071-2/+1
| | | | SVN-Revision: 3182
* Fixed typo, closes #294Florian Fainelli2006-02-071-2/+2
| | | | SVN-Revision: 3180
* Fixed user-space br2684ctl to be more verbose, also copy all the libatm ↵Florian Fainelli2006-02-072-9/+13
| | | | | | dependencies. SVN-Revision: 3179
* fix typo in filenameFelix Fietkau2006-02-071-0/+0
| | | | SVN-Revision: 3171
* Modified br2684 patch to remove unresolved symbol, should now work, needs ↵Florian Fainelli2006-02-061-47/+25
| | | | | | testing SVN-Revision: 3166
* Added support httpd user-agent, IP address binding, closes #265 and #108Florian Fainelli2006-02-062-0/+122
| | | | SVN-Revision: 3165
* Added multipath routing to quagga, and close #290Florian Fainelli2006-02-061-1/+2
| | | | SVN-Revision: 3163
* patch madwifi-ng to use master mode by defaultImre Kaloz2006-02-061-0/+12
| | | | SVN-Revision: 3162
* make gcc4 depend on libgcc, and disable the libgcc hack for itImre Kaloz2006-02-063-16/+2
| | | | SVN-Revision: 3161
* port the changes from [3155] to KamikazeImre Kaloz2006-02-063-16/+66
| | | | SVN-Revision: 3156
* Added support for ppp filtering, as userland pppd can now support filteringFlorian Fainelli2006-02-057-7/+7
| | | | SVN-Revision: 3151
* Added needed patch for ppp to compile with filter enableFlorian Fainelli2006-02-051-0/+14
| | | | SVN-Revision: 3148
* Updated ppp to be compiled with PPP filtering options as it was introduced ↵Florian Fainelli2006-02-053-2/+15
| | | | | | with the newest libpcap SVN-Revision: 3147
* Updated libpcap to 0.9.4, tcpdump to 3.9.4Florian Fainelli2006-02-056-47/+52
| | | | SVN-Revision: 3139
* Avoid mkdir in postinst, doing it in the MakefileFlorian Fainelli2006-02-052-1/+1
| | | | SVN-Revision: 3138
* fix menuconfig entry for cifsFelix Fietkau2006-02-051-1/+1
| | | | SVN-Revision: 3136
* fix static domain wildcards in dnsmasq (broken by upgrade to 2.26)Felix Fietkau2006-02-051-0/+12
| | | | SVN-Revision: 3135
* Fixed writechannel bug as described in ticket in #246, now closedFlorian Fainelli2006-02-041-0/+12
| | | | SVN-Revision: 3131
* Corrected missing dependency, closes #280Florian Fainelli2006-02-041-1/+1
| | | | SVN-Revision: 3130
* Added mini-http-htpasswd package, closes request #251Florian Fainelli2006-02-043-0/+19
| | | | SVN-Revision: 3129
* Fixed call to ip_ct_refresh, and replaced with ip_ct_refresh_acct, added ↵Florian Fainelli2006-02-043-676/+698
| | | | | | needed structures for this new function to work. Closes #267 SVN-Revision: 3128
* fix typo in switch-coreFelix Fietkau2006-02-041-1/+1
| | | | SVN-Revision: 3127
* oops. committed the wrong patch files for the multiport backportFelix Fietkau2006-02-041-93/+82
| | | | SVN-Revision: 3126
* backport multiport stuff from 2.6 to 2.4 (disable rev0 support in iptables ↵Felix Fietkau2006-02-042-0/+463
| | | | | | itself, only use the new stuff) SVN-Revision: 3125
* busybox httpd.conf: add support for reading passwords from /etc/passwd ↵Felix Fietkau2006-02-041-0/+37
| | | | | | (syntax: $p$user, similar to md5 password syntax $1$password) SVN-Revision: 3122
* enable jpeg support, add dependency on libpng, standardize.Nicolas Thill2006-02-033-30/+32
| | | | SVN-Revision: 3121
* enable mrd6 in menuconfigNicolas Thill2006-02-031-0/+1
| | | | SVN-Revision: 3120
* fix space typo, add some text.Nicolas Thill2006-02-031-2/+2
| | | | SVN-Revision: 3119
* fix x86-2.6 buildNicolas Thill2006-02-031-0/+12
| | | | SVN-Revision: 3118