summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* do not register devices in device_initcall level, this breaks the SSB SPROM ↵Florian Fainelli2010-03-022-38/+0
| | | | | | registration SVN-Revision: 19957
* kernel: add some missing config files and make compat-wireless build with ↵Hauke Mehrtens2010-03-023-0/+43
| | | | | | | | kernel 2.6.33 Thanks tripolar for the missing config symbols SVN-Revision: 19956
* brcm47xx: add support for kernel 2.6.33Hauke Mehrtens2010-03-0225-0/+2629
| | | | | | Thanks to acoul and tripolar SVN-Revision: 19955
* ar71xx: ag71xx: use correct device pointer for dma_map_singleGabor Juhos2010-03-022-4/+6
| | | | SVN-Revision: 19951
* ar71xx: ag71xx: don't use virt_to_physGabor Juhos2010-03-022-14/+17
| | | | SVN-Revision: 19950
* ar71xx: ag71xx: simplify register access functionsGabor Juhos2010-03-021-44/+24
| | | | SVN-Revision: 19949
* ar71xx: ag71xx: use NETDEV_TX_OKGabor Juhos2010-03-022-4/+5
| | | | SVN-Revision: 19948
* ar71xx: use COMMAND_LINE_SIZEGabor Juhos2010-03-021-1/+1
| | | | SVN-Revision: 19947
* firewall: insert rules at the beginning of chains again while maintaining ↵Jo-Philipp Wich2010-03-021-1/+4
| | | | | | non reversed order, fixes wrong ordering introduced by r18015 SVN-Revision: 19946
* openssl: fix build failure on arm, aes asm version is not shipped anymore ↵Nicolas Thill2010-03-022-16/+0
| | | | | | (closes: #6778) SVN-Revision: 19945
* firstboot: fix typo (closes: #6738)Nicolas Thill2010-03-011-1/+1
| | | | SVN-Revision: 19944
* mac80211: add the new 802.11n minstrel rate control implementation ↵Felix Fietkau2010-03-017-1/+1314
| | | | | | (optional, not used by default) SVN-Revision: 19943
* dnsmasq: Remove deprecated HAVE_ISC_READER=1 flag (#6757)Vasilis Tsiligiannis2010-03-011-1/+1
| | | | SVN-Revision: 19942
* openssl: upgrade to 0.9.8m (patch by Peter Wagner)Felix Fietkau2010-03-0114-512/+16
| | | | SVN-Revision: 19939
* base-files: fix enter failsafe messageFelix Fietkau2010-03-011-1/+0
| | | | SVN-Revision: 19937
* ipkg: strip directory entries from package file list when offline installing ↵Jo-Philipp Wich2010-03-011-1/+1
| | | | | | .ipk archives, this prevents opkg from removing directories like /usr later on when trying to uninstall preinstalled packages (partial fix for #6772) SVN-Revision: 19936
* remove mail headers from patchesFlorian Fainelli2010-03-012-128/+0
| | | | SVN-Revision: 19935
* prevent UML build failure against decompress_lzo.cFlorian Fainelli2010-03-012-2/+2
| | | | SVN-Revision: 19934
* fix compilation w/ 2.6.33Florian Fainelli2010-03-011-0/+4
| | | | SVN-Revision: 19933
* drop support for the old style magicbox-cf driverImre Kaloz2010-03-012-337/+2
| | | | SVN-Revision: 19932
* partly revert [19925] as the ata version builds fineImre Kaloz2010-03-011-1/+1
| | | | SVN-Revision: 19931
* ar71xx: add default network configuration file for the TL-WR741ND boardGabor Juhos2010-03-011-0/+19
| | | | SVN-Revision: 19930
* ar71xx: add default network configuration file for the DIR-600 rev. A1 boardGabor Juhos2010-03-011-0/+19
| | | | SVN-Revision: 19929
* ar71xx: register DSA switch for the AP91 based boardsGabor Juhos2010-03-011-0/+16
| | | | SVN-Revision: 19928
* ar71xx: add DSA driver for the AR7240 built-in ethernet switchGabor Juhos2010-03-013-0/+765
| | | | SVN-Revision: 19927
* ar71xx: add QinQ tagging format for the DSA driverGabor Juhos2010-03-013-0/+207
| | | | SVN-Revision: 19926
* kernel: mark ata-magicbox-cf & ide-magicbox as BROKEN for now (they don't ↵Nicolas Thill2010-03-011-2/+2
| | | | | | build on 2.6.32) SVN-Revision: 19925
* kernel: add 2 config symbols preventing ppc40x & ppc44X from being ↵Nicolas Thill2010-03-011-0/+2
| | | | | | configured with all modules enabled SVN-Revision: 19924
* mac80211: add 2 missing config symbols needed to build rt2x00-lib & ↵Nicolas Thill2010-03-011-0/+2
| | | | | | rt2800-lib modules SVN-Revision: 19923
* switch: suppress boot error message on 2.4Nicolas Thill2010-03-011-2/+2
| | | | SVN-Revision: 19922
* add support for 2.6.33Florian Fainelli2010-02-2822-0/+2939
| | | | SVN-Revision: 19921
* misc 2.6.33 compilation and config symbols fixesFlorian Fainelli2010-02-2819-72/+120
| | | | SVN-Revision: 19920
* add support for 2.6.32, dropped the SPI patch for nowFlorian Fainelli2010-02-2823-1/+3022
| | | | SVN-Revision: 19919
* fix kmod-nls-base dependency with usb-core (#6753)Florian Fainelli2010-02-281-1/+1
| | | | SVN-Revision: 19918
* iptables: disable kernel module autoloadingJo-Philipp Wich2010-02-283-24/+18
| | | | SVN-Revision: 19917
* mac80211: fix essid setting for ad-hoc (thx, stintel)Felix Fietkau2010-02-281-1/+1
| | | | SVN-Revision: 19916
* mac80211: fix client modeFelix Fietkau2010-02-281-12/+12
| | | | SVN-Revision: 19915
* mac80211: fix interface startup order for AP+STA (patch by yann lopez)Felix Fietkau2010-02-281-23/+30
| | | | SVN-Revision: 19912
* remove asterisk from default vlan ports in netconfigJo-Philipp Wich2010-02-281-9/+9
| | | | SVN-Revision: 19910
* switch: eliminate the asterisk from the switch port configuration and set it ↵Jo-Philipp Wich2010-02-282-2/+11
| | | | | | automatically on the first vlan, this aligns the broadcom vlan config with the swconfig format SVN-Revision: 19909
* ar71xx: 2.6.33 patchesMatteo Croce2010-02-2829-0/+1293
| | | | SVN-Revision: 19908
* atheros: 2.6.33 patchesMatteo Croce2010-02-2812-0/+6562
| | | | SVN-Revision: 19906
* kernel: add 2.6.33 patchesMatteo Croce2010-02-28110-0/+37756
| | | | SVN-Revision: 19905
* fix busybox's ping compilation when the fancy feature is turned off (#6489)Florian Fainelli2010-02-281-6/+16
| | | | SVN-Revision: 19904
* switch: do not include linux/autoconf.h (#6513)Florian Fainelli2010-02-283-3/+0
| | | | SVN-Revision: 19903
* add missing hunks to recognize the Microsoft MN-700 device (#6749)Florian Fainelli2010-02-281-2/+20
| | | | SVN-Revision: 19896
* explicitely enable shared interrupt 2 for any core that did not a dedicated IRQFlorian Fainelli2010-02-281-0/+41
| | | | | | | | | | Explicitely enable shared interrupt 2 for any core that didn't get a dedicated IRQ anymore (fallthrough case) and for EXTIF cores to make gpio interrupts work. Also remove a bogus comment. Signed-off-by: Jochen Friedrich <jochen@scram.de> SVN-Revision: 19895
* build images for RG100A (bcm6358-based boards) (#6755)Florian Fainelli2010-02-281-0/+13
| | | | SVN-Revision: 19894
* add a MIPS Malta target to be used with qemuFlorian Fainelli2010-02-284-0/+441
| | | | SVN-Revision: 19893
* add missing libertas symbolsFlorian Fainelli2010-02-281-0/+2
| | | | SVN-Revision: 19892