summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
...
* mac80211: merge the upstream ht40 fixnbd2010-11-191-0/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24033 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: back out a problematic madwifi change that worked around some ↵nbd2010-11-191-15/+1
| | | | | | issues with wep in madwifi (which may no longer be necessary), but broke dynamic WEP in AP mode (fixes #8267) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24032 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: rework the mac address override patch to not break ath9k_htcnbd2010-11-192-60/+29
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24031 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: merge pending cfg80211 patches to fix a race condition with ↵nbd2010-11-181-0/+178
| | | | | | setting the regdomain for multiple cards git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24028 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] 6in4: implement metric optionjow2010-11-172-2/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24022 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] 6to4: implement metric optionjow2010-11-172-2/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24021 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-file: add metric option for static and dhcp protos, this ↵jow2010-11-173-5/+8
| | | | | | simplifies the management of multiple default routes git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24020 3c298f89-4303-0410-b956-a3cf2f4a3e73
* acx-mac80211: fix compile errors with the new compat-wirelessnbd2010-11-171-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24019 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: update to wireless-testing 2010-11-16nbd2010-11-1719-3970/+350
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24017 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: add some fixes for AR9003nbd2010-11-162-0/+171
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24016 3c298f89-4303-0410-b956-a3cf2f4a3e73
* target/linux: revert r24014 (further testing is needed)acoul2010-11-161-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24015 3c298f89-4303-0410-b956-a3cf2f4a3e73
* linux/generic: add kernel mppc/mppe for 2.6.37. ↵acoul2010-11-161-2/+2
| | | | | | http://yablochkin.net.ru/mppc/ (not enabled by default) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24014 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar7] fix proc filesystem usage, patch from Wipster.florian2010-11-152-12/+86
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24008 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] 6to4: use revert instead of delete, avoids aggregating deltas in ↵jow2010-11-151-4/+4
| | | | | | /tmp/.uci over time git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23998 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] 6to4: remove leftover peeraddr stuffjow2010-11-151-3/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23997 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] add 6to4 - provides full automatic 6to setup with optional ↵jow2010-11-143-0/+263
| | | | | | configuration in /etc/config/network git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23996 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [PATCH] add input subsystem to hotplug rulesjow2010-11-141-1/+1
| | | | | | | | | | This patch adds the input subsystem to the hotplug rules, making it possible to react on the addition of input devices (e.g. USB numpads). Signed-off-by: Stefan Tomanek <stefan.tomanek+openwrt@wertarbyte.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23994 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: fix l2tp kernel packageshauke2010-11-141-18/+19
| | | | | | | | l2tp-ip and l2tp-eth should depend on l2tp_netlink fix pppol2tp for kernel >= 2.6.35 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23993 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] busybox: add 6RD prefix sanity checking as mandated by RFC5969, ↵jow2010-11-142-25/+35
| | | | | | bump pkg revision git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23990 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] busybox: implement support for 6RD (RFC5969 7.1.1, DHCP option ↵jow2010-11-141-0/+131
| | | | | | 212) in udhcpc git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23989 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: fix madwifi related linker error (include wext support for non-wpad ↵nbd2010-11-132-2/+15
| | | | | | hostapd builds) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23987 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: add CONFIG_IPV6_SIT_6RDhauke2010-11-131-5/+4
| | | | | | | This closes #8227 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23986 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix another 2.6.35 compile errornbd2010-11-121-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23974 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix compile on linux 2.6.35nbd2010-11-121-0/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23972 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/madwifi: refresh madwifi patchesacoul2010-11-1263-185/+187
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23971 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: update to 2010-11-11nbd2010-11-1119-440/+24
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23969 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: update to wireless-testing 2010-11-10 + some pending worknbd2010-11-1134-2175/+3678
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23968 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] busybox: mark as essentialjow2010-11-111-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23961 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: mark libc as hold and essential, opkg should now bail ↵jow2010-11-111-0/+1
| | | | | | out if someone tries to uninstall libc git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23960 3c298f89-4303-0410-b956-a3cf2f4a3e73
* net-hermes-pcmcia mark as broken, because we do not want the ugly pcmcia ↵hauke2010-11-101-1/+1
| | | | | | patches from compat-wireless git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23954 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] uhttpd: redirect to same location with trailing slash appended if ↵jow2010-11-104-5/+22
| | | | | | directories are requested git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23952 3c298f89-4303-0410-b956-a3cf2f4a3e73
* l2tp: activate l2tp for kernel 2.6.36 and 2.6.37 and fix pppol2tphauke2010-11-101-3/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23948 3c298f89-4303-0410-b956-a3cf2f4a3e73
* rtc-rv5c386a: make driver compile with kernel 2.6.36.hauke2010-11-101-10/+19
| | | | | | | This was only compile tested. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23947 3c298f89-4303-0410-b956-a3cf2f4a3e73
* wireless: build hermes packages from compat-wirelessand not from the kernel.hauke2010-11-102-67/+64
| | | | | | | hermes now depends on cfg80211 and that is provided by compat-wireless, so the hermes driver should also be taken from that source. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23946 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: add some wpa related madwifi fixesnbd2010-11-091-0/+48
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23933 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: update to 20101109, reorganize patchesnbd2010-11-0928-275/+163
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23932 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix a compile error with debugging disabled (#8189)nbd2010-11-071-0/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23912 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: change /dev permissions to 0755 when hotplug2 is used ↵jow2010-11-071-1/+1
| | | | | | (#6039) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23908 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [PATCH] Fix permissions for /etc and other dirs after clean flash (#6039)jow2010-11-071-1/+1
| | | | | | | | | | | | | | | | During the first OpenWrt boot after a clean flash (when the jffs2 partition is not yet initialized) tmpfs is used instead of the usual jffs2 overlay filesystem. If this tmpfs is mounted with default options, all directories created there (/etc, /etc/config, other subdirectories in /etc) get permissions 1777 by default, and these permissions then persist in the created jffs2 at least until subsequent sysupgrade. Mounting tmpfs with mode=0755 fixes the permission problem. Signed-off-by: Sergey Vlasov <vsu@altlinux.ru> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23906 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] Add package for ledtrigger netfilterclaudio2010-11-061-0/+21
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23902 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] Add package for ledtrigger gpioclaudio2010-11-061-0/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23901 3c298f89-4303-0410-b956-a3cf2f4a3e73
* broadcom-wl: remove pcmcia supporthauke2010-11-062-12/+22
| | | | | | | | For kernel 2.6.36 some additional pcmcia backpots would be needed, but this should not depend on pcmcia. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23899 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] uhttpd: make it work without shadow password supportjow2010-11-063-2/+18
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23897 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix ath9k_hw_apply_gpio_override so that it's effectivenbd2010-11-051-1/+1
| | | | | | | | | | | | | I discovered another bug in the ath9k WNDR3700 quirk fix from r23822. ath9k_hw_apply_gpio_override was testing the original value of gpio_mask to determine which bits were appropriate, instead of testing the shifted value. Because bit 0 is always clear in the original value, this resulted in no calls to set the GPIOs, an improperly-configured radio, and reduced RSSI on other systems listening to the radio. Signed-off-by: Mark Mentovai <mark@moxienet.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23890 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix enabling SWBA interruptsnbd2010-11-041-0/+20
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23870 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix a few remaining issues in the xmit queue cleanup patch - reduces ↵nbd2010-11-041-21/+41
| | | | | | packet loss under load git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23856 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ifxmips]blogic2010-11-0379-0/+8271
| | | | | | | * adds a rewrite of the tapi drivers + sip app. this is the result of lars' gsoc 2010 project, Thanks ! git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23840 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ifxmips]blogic2010-11-031-1/+1
| | | | | | | * remove broken flag from dsl-control app git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23838 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ifxmips]blogic2010-11-039-819/+44
| | | | | | | * make dsl driver work with new kernel git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23837 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/madwifi: fix r23829 commitacoul2010-11-031-0/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23830 3c298f89-4303-0410-b956-a3cf2f4a3e73