summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
...
* nuke old madwifi init script, add new /lib/wifi handler (usable for many ↵nbd2006-12-223-8/+6
| | | | | | configurations already), fix up a target name git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5889 3c298f89-4303-0410-b956-a3cf2f4a3e73
* lots of enhancements for the madwifi script (hostapd calls for ap with wpa ↵nbd2006-12-221-36/+125
| | | | | | implemented, two kinds of wds support added - by essid or by bssid, various bugfixes) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5888 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update madwifi SoC support patch, add device ids for 2317 (will be ↵nbd2006-12-221-9/+83
| | | | | | functional after a hal upgrade) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5887 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove hardcoded package namenbd2006-12-201-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5879 3c298f89-4303-0410-b956-a3cf2f4a3e73
* prepare for moving part of the firewall to hotplug. created new chains ↵nbd2006-12-203-29/+25
| | | | | | {input,forwarding,prerouting}_wan for wan port forwardings and updated the examples. syntax of /etc/config/firewall unchanged and old firewall.user files are still compatible git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5878 3c298f89-4303-0410-b956-a3cf2f4a3e73
* don't try to automount loopback devices (#1011)nbd2006-12-201-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5877 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a workaround for self-killing init scripts on restart (#1023)nbd2006-12-201-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5876 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix ppp keepalive setting (#1071)nbd2006-12-201-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5875 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add wlc commands for setting 802.11d and 802.11h mode, disable both by ↵nbd2006-12-202-0/+16
| | | | | | default (helps with ipw2200 assoc problems, see #1075 for more information) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5874 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a variable to keep track of the list of sections when loading uci config ↵nbd2006-12-201-4/+21
| | | | | | files. add a function to iterate through sections git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5870 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add two patches from madwifi trac ticket 914 - should fix multiple ↵nbd2006-12-192-0/+65
| | | | | | wlanconfig create/destroy runs and a few wds related crashes git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5865 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add hardware detection for dell truemobile 2300nbd2006-12-191-1/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5854 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix qos-scripts RED qdisc calculation for slow linesnbd2006-12-192-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5853 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix rt61 compilation with 2.6.19 kernelsflorian2006-12-171-0/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5827 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add diag support for the Buffalo WZR-G300Nkaloz2006-12-161-0/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5812 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix isakmpdnico2006-12-162-6/+96
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5811 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use INSTALL_DIR variablenico2006-12-161-3/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5809 3c298f89-4303-0410-b956-a3cf2f4a3e73
* allow channel to be ommitedmbm2006-12-161-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5807 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove empty filenbd2006-12-161-0/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5806 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add SoC support to madwifinbd2006-12-163-2/+365
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5804 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mark pwc & shfs as broken (they don't build on 2.6.19)nico2006-12-152-3/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5803 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update zd1211 to r83, fix build on 2.6.19nico2006-12-152-2/+48
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5802 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update openswan to 2.4.7, fix 2.6.19 buildnico2006-12-153-74/+72
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5801 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update ipsec-tools to 0.6.6, add a patch to build on 2.6.19, use Configure ↵nico2006-12-152-46/+44
| | | | | | template git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5800 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update fuse to 2.6.1 (fix build on 2.6.19), remove kmod_build patch needed ↵nico2006-12-152-48/+3
| | | | | | for 2.4 and make fuse 2.6 only git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5799 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update alsa-driver to 1.1.14rc1 (fix build on 2.6.19)nico2006-12-152-15/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5798 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove the ar531x-2.4 target, a 2.6 port will be added soonkaloz2006-12-141-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5796 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix util-linux compilenbd2006-12-141-0/+47
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5795 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix ebtables compilenbd2006-12-141-0/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5794 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update arptables to latest upstream version and fix compile with 2.6.19nbd2006-12-142-2/+26
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5793 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix CONFIG_FILENAME in uci_commit()nbd2006-12-141-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5791 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix typonbd2006-12-141-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5790 3c298f89-4303-0410-b956-a3cf2f4a3e73
* prepare packages for kernel upgrade to 2.6.19nbd2006-12-145-3/+26
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5786 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add diag support for the WRT350Nnbd2006-12-141-1/+28
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5785 3c298f89-4303-0410-b956-a3cf2f4a3e73
* prepare madwifi for the kernel upgrade to 2.6.19nbd2006-12-142-0/+397
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5780 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix module loading order (#1048)florian2006-12-131-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5777 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix ixp compilation errors (#1003)florian2006-12-121-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5771 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Also change Makefileflorian2006-12-122-5/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5769 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Change package nameflorian2006-12-123-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5768 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add Trendware TEW-411BRplus (#1038)florian2006-12-112-1/+29
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5764 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix uci_load trash output (#1040)nbd2006-12-101-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5745 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix file encoding of madwifi security patch (trac gave me CRLF)nbd2006-12-091-27/+27
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5744 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Enable msdos fs support and package itflorian2006-12-091-0/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5741 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Set up ipv6 address if provided in network configuration (#1028)florian2006-12-091-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5738 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a check to see if an init script is enablednbd2006-12-081-0/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5727 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add an update for the not-entirely-correct security fix of madwifi (see ↵nbd2006-12-081-0/+27
| | | | | | [5720], madwifi changeset 1847) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5726 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update madwifi (security issues: CVE-2006-6332)nbd2006-12-081-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5720 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix a typonbd2006-12-081-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5719 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add 64 bit dma support to broadcom-wl, fixes wrt300n wifi supportnbd2006-12-072-53/+789
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5717 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add wep fix from #998nbd2006-12-071-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5715 3c298f89-4303-0410-b956-a3cf2f4a3e73