summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix fuse: use in-kernel module for 2.6.25+ kernelsNicolas Thill2008-05-111-4/+15
| | | | SVN-Revision: 11116
* add a macro to compare kernel patch versions and use it for crypto and ↵Nicolas Thill2008-05-113-4/+13
| | | | | | watchdog changes in 2.6.24+ kernels (closes: #3402) SVN-Revision: 11115
* atheros: revert to kernel 2.6.23Matteo Croce2008-05-112-6/+23
| | | | SVN-Revision: 11114
* atheros: USB supportMatteo Croce2008-05-117-13/+323
| | | | SVN-Revision: 11113
* ifxmips is no longer b0rkedJohn Crispin2008-05-111-1/+1
| | | | SVN-Revision: 11111
* fix up config for ifxmips ubootJohn Crispin2008-05-111-2/+3
| | | | SVN-Revision: 11110
* fix errors in ifxmips .25 bumpJohn Crispin2008-05-112-10/+28
| | | | SVN-Revision: 11109
* add u-boot sources for danubeJohn Crispin2008-05-1182-0/+23917
| | | | SVN-Revision: 11108
* add a package for the badblocks utility (closes: #3404)Nicolas Thill2008-05-111-1/+13
| | | | SVN-Revision: 11107
* Fix a bug causing an infinite loop in getaddrinfo (closes: #3344)Nicolas Thill2008-05-111-0/+14
| | | | SVN-Revision: 11106
* add missing config symbolNicolas Thill2008-05-101-0/+1
| | | | SVN-Revision: 11105
* fixes timer issuesJohn Crispin2008-05-102-19/+41
| | | | SVN-Revision: 11102
* fix uboot not buildingTravis Kemen2008-05-091-1/+2
| | | | SVN-Revision: 11100
* enable proper PCI & USB support detection at config-time by disabling ↵Nicolas Thill2008-05-0922-13/+36
| | | | | | CONFIG_PCI & CONFIG_USB entries in generic/config and enabling them on targets where appropriate SVN-Revision: 11097
* mkzynfw: add definitions for the P-2602HW-D1AGabor Juhos2008-05-092-12/+23
| | | | SVN-Revision: 11096
* mkzynfw: fix NBG-318S definitionsGabor Juhos2008-05-092-2/+2
| | | | SVN-Revision: 11095
* fix typos in [11073]Nicolas Thill2008-05-091-2/+2
| | | | SVN-Revision: 11094
* add 'getgrgid' to uClibc site config, needed after glib2 update in [11088]Nicolas Thill2008-05-091-0/+1
| | | | SVN-Revision: 11093
* remove dup iptables in default package setNicolas Thill2008-05-081-2/+2
| | | | SVN-Revision: 11091
* fix file namesTravis Kemen2008-05-081-2/+2
| | | | SVN-Revision: 11083
* change image generation, no need for duplicate imagesTravis Kemen2008-05-081-4/+2
| | | | SVN-Revision: 11082
* fix filename for image generationTravis Kemen2008-05-081-1/+1
| | | | SVN-Revision: 11077
* fix kernel config on kernel_menuconfig abortFelix Fietkau2008-05-081-0/+1
| | | | SVN-Revision: 11076
* cosmetic change: rename IPT_NAT_DEFAULT & IPT_NAT_EXTRA to IPT_NATHELPER & ↵Nicolas Thill2008-05-082-45/+47
| | | | | | IPT_NATHELPER_EXTRA respectively, to better match package names SVN-Revision: 11073
* package/kernel fixes: - remove dup netfilter.mk includes - always define ↵Nicolas Thill2008-05-082-4/+3
| | | | | | NF_KMOD so that proper KCONFIG entries are emitted for netfilter modules at DUMP time SVN-Revision: 11072
* bump ifxmips to 2.6.25.1John Crispin2008-05-0810-162/+161
| | | | SVN-Revision: 11071
* This patch lets netconfig support the asus wl-500w. Signed-off-by: Ben ↵Travis Kemen2008-05-081-0/+6
| | | | | | Pfountz <netprince@vt.edu> SVN-Revision: 11070
* only ignore dhcp but still listen for dns closes #3406Travis Kemen2008-05-081-1/+1
| | | | SVN-Revision: 11062
* buld images for the Ubiquiti LiteStation and NanoStation ported from ↵Travis Kemen2008-05-074-0/+487
| | | | | | http://atheros.openwrt.net. Tested on a Nanostation 2 with airos 3 SVN-Revision: 11061
* add a flag "IGNORE_ERRORS", which can be used to ignore build errors in packagesFelix Fietkau2008-05-073-4/+12
| | | | SVN-Revision: 11059
* remove the NETIF_F_HW_CSUM flag from the ar2313 ethernet driver as it seems ↵Felix Fietkau2008-05-072-10/+1
| | | | | | to be causing problems for various devices SVN-Revision: 11058
* Add leds support for the RB-150, thanks to Evangelos ArkalisGabor Juhos2008-05-071-4/+21
| | | | SVN-Revision: 11057
* update default ps3 kernel config-2.6.25Yuji Mano2008-05-051-24/+14
| | | | SVN-Revision: 11054
* add missing udevextras package option - edd_idYuji Mano2008-05-052-8/+14
| | | | SVN-Revision: 11053
* add ps3-dump-bootloader to package installYuji Mano2008-05-051-0/+1
| | | | SVN-Revision: 11052
* override CPU features to save ~125KB of kernel memoryGabor Juhos2008-05-051-0/+84
| | | | SVN-Revision: 11050
* fix size calculation of the radio_configGabor Juhos2008-05-051-1/+1
| | | | SVN-Revision: 11049
* update etrax usb support - thanks Hinko KocevarJohn Crispin2008-05-052-14/+5302
| | | | SVN-Revision: 11048
* fix lua compile configuration errorFelix Fietkau2008-05-041-0/+2
| | | | SVN-Revision: 11047
* no unicode in C source, pleaseMatteo Croce2008-05-041-7/+0
| | | | SVN-Revision: 11046
* ar7: backport small fixes from linux-mipsMatteo Croce2008-05-041-0/+61
| | | | SVN-Revision: 11045
* set default atm-bridge payload to 'bridged' so we don't break old configsMatteo Croce2008-05-041-1/+1
| | | | SVN-Revision: 11044
* bump x86 to 25.1John Crispin2008-05-042-19/+52
| | | | SVN-Revision: 11041
* remove dependency on zd1211-firmware, since it was removed in [11022]Nicolas Thill2008-05-031-1/+1
| | | | SVN-Revision: 11040
* add etrax usb driverJohn Crispin2008-05-034-7/+4862
| | | | SVN-Revision: 11039
* revert borked commitJohn Crispin2008-05-031-1/+1
| | | | SVN-Revision: 11038
* make etrax serial driver register its device nodes, so we get a consoleJohn Crispin2008-05-032-1/+46
| | | | SVN-Revision: 11037
* remove basefiles overlay for etraxJohn Crispin2008-05-034-25/+0
| | | | SVN-Revision: 11036
* implement openwrt compliant flashmapJohn Crispin2008-05-031-0/+92
| | | | SVN-Revision: 11035
* add support for the flash chip on the fox832John Crispin2008-05-031-0/+15
| | | | SVN-Revision: 11034