summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* mac80211: update to wireless-testing 2010-07-06, add another patch to ↵nbd2010-07-0718-15404/+41
| | | | | | finally fix the annoying buffer leak in ath9k git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22088 3c298f89-4303-0410-b956-a3cf2f4a3e73
* crda: remove superfluous dependencyhcg2010-07-071-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22087 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix interface teardown for kernels >= 2.6.33nbd2010-07-061-1/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22078 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/busybox: fix sed issue with gcc-4.5.0 (closes #7566)acoul2010-07-061-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22074 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] comgt: add usb hotplug handler to bring up 3g ifaces on boot or ↵jow2010-07-042-1/+46
| | | | | | when the dongle is attached git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22061 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing dependencies for hostapd-utils and wpa-cli (#7421)nbd2010-07-031-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22052 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix a potential buffer leaknbd2010-07-021-0/+68
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22048 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix a crash with WEP in ad-hoc modenbd2010-07-021-0/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22046 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix false positives in the baseband hang check by repeating the test ↵nbd2010-07-011-0/+90
| | | | | | a few times before pronouncing the hardware dead and resetting it git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22038 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: clean up some code duplication related to noise floor handlingnbd2010-07-011-0/+207
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22037 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: add a missing null pointer check and some further cleanupnbd2010-07-011-3/+23
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22036 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: properly sanitize calibrated noise floor values on all hardwarenbd2010-07-011-0/+386
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22035 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix GPIO pin for G3GV2-VFmarkus2010-07-011-1/+1
| | | | | | | | Signed-off-by: Niclas Koeser <nks@informatik.uni-kiel.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22018 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] broadcom-wl: update to v5.10.56.27.1, initial brcm63xx (MIPS BE) ↵jow2010-07-012-27/+8
| | | | | | support git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22008 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] broadcom-wl:jow2010-07-013-1/+61
| | | | | | | | - fix compilation against eglibc and glibc (#7521) - unbind device from b43 ssb bridge on boot (#7529) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22007 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: add "mtu" option for route sections, allows setting ↵jow2010-06-302-3/+7
| | | | | | per-route mtu values git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22003 3c298f89-4303-0410-b956-a3cf2f4a3e73
* block-extroot, block-mount: Fixed multiple bugs which prevented e2fsck from ↵cshore2010-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). git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22002 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] hostapd: enforce CCMP WPA cipher if hwmode is 11ng or 11najow2010-06-301-0/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22000 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: add initval updates - should increase stability and performance on ↵nbd2010-06-303-0/+14635
| | | | | | AR91xx and AR92xx git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21999 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] hostapd: allow *ccmp+tkip and *aes+tkip as well for cipher overridejow2010-06-301-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21998 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] broadcom-wl: align wpa encryption value and cipher override format ↵jow2010-06-301-8/+27
| | | | | | with hostapd.sh git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21997 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/iptables: fix compile failure on gentoo build system (thanks nbd)acoul2010-06-301-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21996 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix r21990acoul2010-06-301-5/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21992 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix compile issues on 2.6.35acoul2010-06-301-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21990 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix TSF across hardware resets on AR913xnbd2010-06-301-0/+39
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21989 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: update to wireless-testing 2010-06-28nbd2010-06-3020-98/+33
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21988 3c298f89-4303-0410-b956-a3cf2f4a3e73
* block-mount: Fixed mount deadlocks due to buggy use of locks in ↵cshore2010-06-291-14/+20
| | | | | | /lib/functions/block.sh git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21987 3c298f89-4303-0410-b956-a3cf2f4a3e73
* rt2x00: cleanup patchesjuhosg2010-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21975 3c298f89-4303-0410-b956-a3cf2f4a3e73
* busybox: Fixed remote logging bug in which starting syslog before the ↵cshore2010-06-271-0/+40
| | | | | | network (and hence the remote host being available) results in failure to do any remote logging git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21961 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove obsolete kernel dependencies and version checksnbd2010-06-2637-131/+65
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21956 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove linux 2.4 support from several packagesnbd2010-06-2619-512/+53
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21954 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove broadcom-57xx (only used on linux 2.4)nbd2010-06-2628-25147/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21953 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove a few packages which only work with linux 2.4nbd2010-06-2610-525/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21949 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove the old broadcom wl driver for linux 2.4nbd2010-06-2645-16598/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21947 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: update to wireless-testing 2010-06-15nbd2010-06-2611-1946/+77
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21943 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] ppp: interpret "demand" option as timeout in seconds (#7517)jow2010-06-262-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21903 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add support for Marvell 88W8686hcg2010-06-231-6/+43
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21887 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [netfilter] package TPROXY target and module infrastructurejow2010-06-222-0/+35
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21883 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/dnsmasq: update dnsmasq to 2.55acoul2010-06-221-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21871 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel: package tulip family modules into kmod-tulipjow2010-06-211-0/+35
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21859 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] broadcom-wl, broadcom-wl-old: binary 2.6 wl restricts the whole ↵jow2010-06-212-14/+14
| | | | | | 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21857 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] mac80211: fix compile error (#6538)claudio2010-06-201-0/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21850 3c298f89-4303-0410-b956-a3cf2f4a3e73
* compile fixes for kernel 2.6.34hauke2010-06-172-0/+32
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21829 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] mtd: request locked pages when mmap'ing the FIS table, cures ↵jow2010-06-162-2/+2
| | | | | | | | | | 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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21823 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] hostapd: forgot the actual change in previous commitjow2010-06-161-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21821 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] hostapd: properly read eap_type from configuration when setting up ↵jow2010-06-161-2/+2
| | | | | | wpa-supplicant, fixes WPA Enterprise in client mode (#7476) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21820 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] fix typo in broadcom-wlflorian2010-06-161-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21819 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/busybox: update to 1.16.2 (bug fix release)nico2010-06-169-322/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21813 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add a new kernel-version independent broadcom binary driver for brcm47xx ↵nbd2010-06-154-0/+1665
| | | | | | | | | (contributed by NewMedia-NET) This will allow us to get rid of brcm-2.4 soon. [ ... and there was much rejoicing ] git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21809 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] add package for script from util-linux-ng (#7416)florian2010-06-141-1/+19
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21807 3c298f89-4303-0410-b956-a3cf2f4a3e73