aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* move x86 to 2.6.23John Crispin2007-10-113-1/+1
| | | | SVN-Revision: 9264
* coding style fixesGabor Juhos2007-10-1121-308/+303
| | | | SVN-Revision: 9263
* add a kernel module for GPIO LEDsGabor Juhos2007-10-111-2/+19
| | | | SVN-Revision: 9262
* fix LED driver, update kernel configGabor Juhos2007-10-113-4/+5
| | | | SVN-Revision: 9261
* switch to 2.6.23Gabor Juhos2007-10-1123-1231/+58
| | | | SVN-Revision: 9260
* Add 6tunnel configuration for tunnel brokers based configuration (not ↵Florian Fainelli2007-10-112-0/+70
| | | | | | SiXXS), disabled by default SVN-Revision: 9259
* prepare for 2.6.23Gabor Juhos2007-10-1116-0/+956
| | | | SVN-Revision: 9258
* 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
* use acx-mac80211 in profileEugene Konev2007-10-111-1/+1
| | | | SVN-Revision: 9254
* remove version checksEugene Konev2007-10-111-6/+0
| | | | SVN-Revision: 9253
* we are using leds-gpio nowEugene Konev2007-10-112-134/+2
| | | | SVN-Revision: 9252
* locking rework, drop non-napi rx, multiqueue tx, misc cleanupsEugene Konev2007-10-111-153/+157
| | | | SVN-Revision: 9251
* 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
* enhance the custom i2c-gpio driver (supports 4 buses from now on), update ↵Gabor Juhos2007-10-104-73/+151
| | | | | | kernel configuration SVN-Revision: 9244
* Upgrade au1000 to 2.6.23Florian Fainelli2007-10-1011-489/+91
| | | | SVN-Revision: 9243
* split ipip & iptunnel4 and ipv6 & sit into separate packagesNicolas Thill2007-10-101-24/+48
| | | | SVN-Revision: 9241
* switch ar7 to 2.6.23Eugene Konev2007-10-1012-606/+8
| | | | SVN-Revision: 9235
* sync for 2.6.23-finalEugene Konev2007-10-109-167/+181
| | | | SVN-Revision: 9234
* update kernel configGabor Juhos2007-10-092-2/+20
| | | | SVN-Revision: 9220
* build leds-adm5120 as a moduleGabor Juhos2007-10-091-0/+16
| | | | SVN-Revision: 9219
* add custom GPIO-based I2C driverGabor Juhos2007-10-094-0/+141
| | | | SVN-Revision: 9218
* move grub menu.lst to the right placeFelix Fietkau2007-10-092-1/+1
| | | | SVN-Revision: 9216
* remove feeds dir on distcleanFelix Fietkau2007-10-091-1/+1
| | | | SVN-Revision: 9215
* add feeds to .gitignoreFelix Fietkau2007-10-091-0/+1
| | | | SVN-Revision: 9214
* only run svn info if .svn existsFelix Fietkau2007-10-091-1/+1
| | | | SVN-Revision: 9213
* move grub to package/Felix Fietkau2007-10-095-9/+11
| | | | SVN-Revision: 9212
* only require mkisofs if isofs root is actually selectedFelix Fietkau2007-10-091-1/+1
| | | | SVN-Revision: 9211
* remove trailing spaces to fix errors at dump timeNicolas Thill2007-10-091-8/+11
| | | | SVN-Revision: 9209
* fixed linux-uvc, didn't read nicos commentJohn Crispin2007-10-081-1/+1
| | | | SVN-Revision: 9203
* updated/fixed linux-uvc, from #2458John Crispin2007-10-081-3/+3
| | | | SVN-Revision: 9202
* added sdparm and scsi-generic module, from #2481John Crispin2007-10-081-0/+10
| | | | SVN-Revision: 9201
* update dnsmasq to 2.40, from #2479John Crispin2007-10-083-8/+8
| | | | SVN-Revision: 9200
* fix insmod crash when the module is not foundFelix Fietkau2007-10-081-21/+24
| | | | SVN-Revision: 9194
* changed pkg_install_files so one can specify the folder to install fromJohn Crispin2007-10-081-1/+1
| | | | SVN-Revision: 9192
* added generation of x86 livecds, from #2391John Crispin2007-10-085-2/+34
| | | | SVN-Revision: 9191
* Remove the old rbmipsnand driver, we now use the plat_nand driverFlorian Fainelli2007-10-082-248/+0
| | | | SVN-Revision: 9188
* Clean up the r6040 driver using checkpatchFlorian Fainelli2007-10-081-142/+150
| | | | SVN-Revision: 9184
* no need to free_irq in remove, done in closeEugene Konev2007-10-081-6/+5
| | | | SVN-Revision: 9183
* backport ar7_wdt from linux-2.6-watchdog-mmMatteo Croce2007-10-081-13/+11
| | | | SVN-Revision: 9182
* enable niceFelix Fietkau2007-10-071-1/+1
| | | | SVN-Revision: 9181
* add TARPIT support to netfilter/iptables * netfilter: add the xt_TARPIT ↵Gabor Juhos2007-10-076-3/+443
| | | | | | 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
* Turn on stp for br-lan only when doing wds (#2476)Florian Fainelli2007-10-071-0/+2
| | | | SVN-Revision: 9176
* add missing dependency on linux-atmEugene Konev2007-10-071-0/+1
| | | | SVN-Revision: 9174
* added a function, that packages can call to make installing files/folders ↵John Crispin2007-10-071-0/+4
| | | | | | much cleaner and easier SVN-Revision: 9171
* changed the -fhonours-copts gcc patch, such that the function needs to be ↵John Crispin2007-10-075-4/+5
| | | | | | turned on explicitly SVN-Revision: 9167
* fix accidental double slash in prefixed quilt patchsetsFelix Fietkau2007-10-071-4/+4
| | | | SVN-Revision: 9166
* added our own pkg-config wrapper, making the sed foo on *.pc files obselete 1/2John Crispin2007-10-066-7/+39
| | | | SVN-Revision: 9162