Commit graph

4302 commits

Author SHA1 Message Date
Daniel Dickinson
d9e8e8b4ec block-extroot, block-mount: Fixed multiple bugs which prevented e2fsck from 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
2010-06-30 23:09:13 +00:00
Jo-Philipp Wich
5f895af9fb hostapd: enforce CCMP WPA cipher if hwmode is 11ng or 11na
SVN-Revision: 22000
2010-06-30 21:24:30 +00:00
Felix Fietkau
6c48e48165 ath9k: add initval updates - should increase stability and performance on AR91xx and AR92xx
SVN-Revision: 21999
2010-06-30 21:04:44 +00:00
Jo-Philipp Wich
f391ff4ec8 hostapd: allow *ccmp+tkip and *aes+tkip as well for cipher override
SVN-Revision: 21998
2010-06-30 21:03:56 +00:00
Jo-Philipp Wich
79c9adc19f broadcom-wl: align wpa encryption value and cipher override format with hostapd.sh
SVN-Revision: 21997
2010-06-30 21:02:53 +00:00
Alexandros C. Couloumbis
aca4fe908d package/iptables: fix compile failure on gentoo build system (thanks nbd)
SVN-Revision: 21996
2010-06-30 20:13:20 +00:00
Alexandros C. Couloumbis
5c42c43638 mac80211: fix r21990
SVN-Revision: 21992
2010-06-30 15:21:15 +00:00
Alexandros C. Couloumbis
186fa51531 mac80211: fix compile issues on 2.6.35
SVN-Revision: 21990
2010-06-30 14:10:41 +00:00
Felix Fietkau
96436fac60 ath9k: fix TSF across hardware resets on AR913x
SVN-Revision: 21989
2010-06-30 00:10:44 +00:00
Felix Fietkau
bc13e4c08a mac80211: update to wireless-testing 2010-06-28
SVN-Revision: 21988
2010-06-30 00:10:38 +00:00
Daniel Dickinson
e56dcdcffd block-mount: Fixed mount deadlocks due to buggy use of locks in /lib/functions/block.sh
SVN-Revision: 21987
2010-06-29 10:07:45 +00:00
Gabor Juhos
6676527e58 rt2x00: cleanup patches
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
2010-06-28 17:23:28 +00:00
Daniel Dickinson
b86c99feb1 busybox: Fixed remote logging bug in which starting syslog before the network (and hence the remote host being available) results in failure to do any remote logging
SVN-Revision: 21961
2010-06-27 12:18:12 +00:00
Felix Fietkau
ff3d5025ac remove obsolete kernel dependencies and version checks
SVN-Revision: 21956
2010-06-26 20:44:28 +00:00
Felix Fietkau
543d870e82 remove linux 2.4 support from several packages
SVN-Revision: 21954
2010-06-26 20:43:41 +00:00
Felix Fietkau
08e4d51c29 remove broadcom-57xx (only used on linux 2.4)
SVN-Revision: 21953
2010-06-26 20:43:32 +00:00
Felix Fietkau
d66662593c remove a few packages which only work with linux 2.4
SVN-Revision: 21949
2010-06-26 20:42:26 +00:00
Felix Fietkau
c4f3caef75 remove the old broadcom wl driver for linux 2.4
SVN-Revision: 21947
2010-06-26 20:42:08 +00:00
Felix Fietkau
d715665b9b mac80211: update to wireless-testing 2010-06-15
SVN-Revision: 21943
2010-06-26 20:41:34 +00:00
Jo-Philipp Wich
8079d54678 ppp: interpret "demand" option as timeout in seconds (#7517)
SVN-Revision: 21903
2010-06-26 18:11:04 +00:00
Hamish Guthrie
b58dda0d90 Add support for Marvell 88W8686
SVN-Revision: 21887
2010-06-23 14:53:40 +00:00
Jo-Philipp Wich
91468dcf4f package TPROXY target and module infrastructure
SVN-Revision: 21883
2010-06-22 22:39:22 +00:00
Alexandros C. Couloumbis
a9783bd1c1 package/dnsmasq: update dnsmasq to 2.55
SVN-Revision: 21871
2010-06-22 07:09:16 +00:00
Jo-Philipp Wich
f8105cde7a kernel: package tulip family modules into kmod-tulip
SVN-Revision: 21859
2010-06-21 21:40:27 +00:00
Jo-Philipp Wich
69c1095dcc broadcom-wl, broadcom-wl-old: binary 2.6 wl restricts the whole menuconfig submenu to brcm47xx, make menu depend on brcm47xx or brcm-2.4 in old and new driver package while brcm-2.4 target is still around
SVN-Revision: 21857
2010-06-21 08:40:21 +00:00
Claudio Mignanti
f5a01d10a2 mac80211: fix compile error (#6538)
SVN-Revision: 21850
2010-06-20 13:05:55 +00:00
Hauke Mehrtens
247b1ff93e compile fixes for kernel 2.6.34
SVN-Revision: 21829
2010-06-17 19:29:57 +00:00
Jo-Philipp Wich
2dcfed2eff mtd: request locked pages when mmap'ing the FIS table, cures random segfaults in table rewrite until http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=2d4dc890b5c8fabd818a8586607e6843c4375e62 is added.
SVN-Revision: 21823
2010-06-16 23:34:38 +00:00
Jo-Philipp Wich
4289fa555e hostapd: forgot the actual change in previous commit
SVN-Revision: 21821
2010-06-16 20:28:11 +00:00
Jo-Philipp Wich
0d41e013c3 hostapd: properly read eap_type from configuration when setting up wpa-supplicant, fixes WPA Enterprise in client mode (#7476)
SVN-Revision: 21820
2010-06-16 20:24:09 +00:00
Florian Fainelli
08a2acf378 fix typo in broadcom-wl
SVN-Revision: 21819
2010-06-16 19:49:04 +00:00
Nicolas Thill
3dc2c3bb4d package/busybox: update to 1.16.2 (bug fix release)
SVN-Revision: 21813
2010-06-16 13:24:11 +00:00
Felix Fietkau
3e52d05296 Add a new kernel-version independent broadcom binary driver for brcm47xx (contributed by NewMedia-NET) This will allow us to get rid of brcm-2.4 soon. [ ... and there was much rejoicing ]
SVN-Revision: 21809
2010-06-15 11:40:05 +00:00
Florian Fainelli
027c3b3e1d add package for script from util-linux-ng (#7416)
SVN-Revision: 21807
2010-06-14 21:48:57 +00:00
Felix Fietkau
192d71aa46 mac80211: fix compile on systems that do not have /bin/true
SVN-Revision: 21801
2010-06-14 18:34:24 +00:00
Jo-Philipp Wich
1a4e4a3850 iptables: - supress detection of libnfnetlink and force configure to not use it - fix staging install of libxtables, libiptc and libipq libraries
SVN-Revision: 21799
2010-06-14 17:26:39 +00:00
Felix Fietkau
b6fb8fd821 rename broadcom-wl to broadcom-wl-old
SVN-Revision: 21794
2010-06-14 11:00:30 +00:00
Jo-Philipp Wich
38a2d4cab3 mac80211: rename dma_set_coherent_mask() patch to 170-dma_set_coherent_mask.patch
SVN-Revision: 21791
2010-06-13 20:07:37 +00:00
Hauke Mehrtens
1aadefd9bf mac80211: fix build of b43
SVN-Revision: 21790
2010-06-13 19:53:19 +00:00
Jo-Philipp Wich
75c4084142 madwifi: rename incorrectly named patch file (#7459)
SVN-Revision: 21788
2010-06-13 18:11:05 +00:00
Florian Fainelli
dc5248c47b add kmod-gpio-nxp-74hc164 for brcm63xx only
SVN-Revision: 21771
2010-06-12 18:10:28 +00:00
Jo-Philipp Wich
ce5d644ac1 base-files: enable IPv6 forwarding by default since the default firewall supports ip6tables now
SVN-Revision: 21766
2010-06-12 16:59:12 +00:00
Jo-Philipp Wich
585ffa4941 uhttpd: - fix incorrect parsing of multiple listen options (#7458) - support PEM certificates for SSL
SVN-Revision: 21762
2010-06-12 12:58:11 +00:00
Alexandros C. Couloumbis
c80ad970e0 package/kernel: fix missing parenthesis on r21758
SVN-Revision: 21759
2010-06-11 15:46:19 +00:00
Alexandros C. Couloumbis
6bf0094865 package/kernel: fix dependency modules
SVN-Revision: 21758
2010-06-11 15:04:04 +00:00
Felix Fietkau
68779160b0 mac80211: update to 2010-06-10, add pending work with stability and throughput fixes for ath9k
SVN-Revision: 21756
2010-06-10 23:12:10 +00:00
Alexandros C. Couloumbis
27e5bcc184 package: update to iptables-1.4.8
SVN-Revision: 21752
2010-06-10 11:46:07 +00:00
Florian Fainelli
a1d41fa69b move broadcom-shdc from trunk to packages/utils
SVN-Revision: 21702
2010-06-07 11:26:32 +00:00
Jo-Philipp Wich
527e4c9b65 kernel: ensure that IMQ is autoloaded after ip_queue, fixes disappearing traffic when using qos rules
SVN-Revision: 21700
2010-06-07 10:47:20 +00:00
Alexandros C. Couloumbis
478e2efca7 add 2.6.35 support
SVN-Revision: 21693
2010-06-06 19:34:41 +00:00