summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* revert upstream commit that broke PCI until we have a better fixFlorian Fainelli2010-07-011-0/+69
| | | | SVN-Revision: 22010
* add a wifi profile for proprietary wlJo-Philipp Wich2010-07-011-0/+19
| | | | SVN-Revision: 22009
* broadcom-wl: update to v5.10.56.27.1, initial brcm63xx (MIPS BE) supportJo-Philipp Wich2010-07-012-27/+8
| | | | SVN-Revision: 22008
* broadcom-wl: - fix compilation against eglibc and glibc (#7521) - unbind ↵Jo-Philipp Wich2010-07-013-1/+61
| | | | | | device from b43 ssb bridge on boot (#7529) SVN-Revision: 22007
* fix dir-825-b1 default network config after r21905Jo-Philipp Wich2010-07-011-1/+1
| | | | SVN-Revision: 22005
* base-files: add "mtu" option for route sections, allows setting per-route ↵Jo-Philipp Wich2010-06-302-3/+7
| | | | | | mtu values SVN-Revision: 22003
* block-extroot, block-mount: Fixed multiple bugs which prevented e2fsck from ↵Daniel Dickinson2010-06-305-20/+20
| | | | | | being executed on the external root filesystem before mounting it as root. Added /etc/e2fsck.conf which indicates that the clock is broken (since most OpenWRT devices don't have a battery backed RTC) so that e2fsck will not exit with fatal error when the rdat has not yet been run (i.e. before network). SVN-Revision: 22002
* hostapd: enforce CCMP WPA cipher if hwmode is 11ng or 11naJo-Philipp Wich2010-06-301-0/+8
| | | | SVN-Revision: 22000
* ath9k: add initval updates - should increase stability and performance on ↵Felix Fietkau2010-06-303-0/+14635
| | | | | | AR91xx and AR92xx SVN-Revision: 21999
* hostapd: allow *ccmp+tkip and *aes+tkip as well for cipher overrideJo-Philipp Wich2010-06-301-1/+1
| | | | SVN-Revision: 21998
* broadcom-wl: align wpa encryption value and cipher override format with ↵Jo-Philipp Wich2010-06-301-8/+27
| | | | | | hostapd.sh SVN-Revision: 21997
* package/iptables: fix compile failure on gentoo build system (thanks nbd)Alexandros C. Couloumbis2010-06-301-0/+1
| | | | SVN-Revision: 21996
* fix commit r21994 (thanks juhosg)Alexandros C. Couloumbis2010-06-302-2/+1
| | | | SVN-Revision: 21995
* fix commit r21993Alexandros C. Couloumbis2010-06-3016-0/+16
| | | | SVN-Revision: 21994
* Don't force pci support on .34 and .35Claudio Mignanti2010-06-302-2/+0
| | | | SVN-Revision: 21993
* mac80211: fix r21990Alexandros C. Couloumbis2010-06-301-5/+9
| | | | SVN-Revision: 21992
* Add board definition previously forgottenClaudio Mignanti2010-06-301-0/+226
| | | | SVN-Revision: 21991
* mac80211: fix compile issues on 2.6.35Alexandros C. Couloumbis2010-06-301-0/+11
| | | | SVN-Revision: 21990
* ath9k: fix TSF across hardware resets on AR913xFelix Fietkau2010-06-301-0/+39
| | | | SVN-Revision: 21989
* mac80211: update to wireless-testing 2010-06-28Felix Fietkau2010-06-3020-98/+33
| | | | SVN-Revision: 21988
* block-mount: Fixed mount deadlocks due to buggy use of locks in ↵Daniel Dickinson2010-06-291-14/+20
| | | | | | /lib/functions/block.sh SVN-Revision: 21987
* fixed trx version to handlingMarkus Wigge2010-06-281-1/+1
| | | | | | I forgot to write the right trx version to the actual header... SVN-Revision: 21986
* generic: rtl8366: minor cleanupGabor Juhos2010-06-282-22/+16
| | | | SVN-Revision: 21985
* generic: rtl8366: add common read_debugfs_mibs functionGabor Juhos2010-06-283-144/+56
| | | | SVN-Revision: 21984
* generic: rtl8366: standardize read_debugfs_mibs functionsGabor Juhos2010-06-283-22/+44
| | | | SVN-Revision: 21983
* generic: rtl8366: use common rtl8366_mib_counter structureGabor Juhos2010-06-283-48/+42
| | | | SVN-Revision: 21982
* generic: rtl8366: move common debugfs code to rtl8366_smi.cGabor Juhos2010-06-284-335/+193
| | | | SVN-Revision: 21981
* generic: rtl8366: move buf to struct rtl8366_smiGabor Juhos2010-06-283-72/+66
| | | | SVN-Revision: 21980
* generic: rtl8366: move common VLAN handling functions to rtl8366_smi.cGabor Juhos2010-06-284-410/+217
| | | | SVN-Revision: 21979
* generic: rtl8366: add cpu_port, num_ports and num_vlan_mc to struct rtl8366_smiGabor Juhos2010-06-283-20/+30
| | | | SVN-Revision: 21978
* generic: rtl8366: add VLAN handling functions to rtl8366_smi_opsGabor Juhos2010-06-283-43/+69
| | | | SVN-Revision: 21977
* generic: rtl8366: use RTL8366{S,RB} prefixes for all definesGabor Juhos2010-06-282-403/+403
| | | | SVN-Revision: 21976
* rt2x00: cleanup patchesGabor Juhos2010-06-282-29/+34
| | | | | | | | | | | | | Remove 601-rt2x00-remove-mcu-requests-for-soc.patch as an equivalent patch is already included in upstream. Add 601-rt2x00-fix-hang-on-ifdown.patch which is not suitable for upstream inclusion but fixes a hang on ifdown under some circumstances and thus also fixes AP mode operation in OpenWRT. Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> SVN-Revision: 21975
* generic: rtl8366rb: fix MIB counter resetGabor Juhos2010-06-271-10/+8
| | | | SVN-Revision: 21969
* busybox: Fixed remote logging bug in which starting syslog before the ↵Daniel Dickinson2010-06-271-0/+40
| | | | | | network (and hence the remote host being available) results in failure to do any remote logging SVN-Revision: 21961
* set the default target to brcm47xx, now that brcm-2.4 is goneFelix Fietkau2010-06-261-1/+1
| | | | SVN-Revision: 21960
* reinstate 2.6.30 support until 2.6.32 is fixedFlorian Fainelli2010-06-269-1/+575
| | | | SVN-Revision: 21959
* make flashing scripts executableFlorian Fainelli2010-06-264-0/+0
| | | | SVN-Revision: 21958
* remove support for building kernel headers with old kernelsFelix Fietkau2010-06-261-16/+3
| | | | SVN-Revision: 21957
* remove obsolete kernel dependencies and version checksFelix Fietkau2010-06-2637-131/+65
| | | | SVN-Revision: 21956
* remove gcc 3.4.6Felix Fietkau2010-06-2614-4679/+0
| | | | SVN-Revision: 21955
* remove linux 2.4 support from several packagesFelix Fietkau2010-06-2619-512/+53
| | | | SVN-Revision: 21954
* remove broadcom-57xx (only used on linux 2.4)Felix Fietkau2010-06-2628-25147/+0
| | | | SVN-Revision: 21953
* rename target/linux/generic-2.6 to genericFelix Fietkau2010-06-261042-1/+1
| | | | SVN-Revision: 21952
* remove linux 2.4 specific build system codeFelix Fietkau2010-06-264-22/+4
| | | | SVN-Revision: 21951
* remove linux 2.4 kernel versionsFelix Fietkau2010-06-261-6/+0
| | | | SVN-Revision: 21950
* remove a few packages which only work with linux 2.4Felix Fietkau2010-06-2610-525/+0
| | | | SVN-Revision: 21949
* remove generic linux 2.4 supportFelix Fietkau2010-06-26254-203191/+0
| | | | SVN-Revision: 21948
* remove the old broadcom wl driver for linux 2.4Felix Fietkau2010-06-2645-16598/+0
| | | | SVN-Revision: 21947
* remove the brcm-2.4 target, it will no longer be supported in future ↵Felix Fietkau2010-06-26110-27243/+0
| | | | | | releases. please use brcm47xx with broadcom-wl instead SVN-Revision: 21946