summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
...
* Include yamonenv by default in au1000 imagesflorian2006-12-311-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5945 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix the lock warning (#1111), also add another download sourceflorian2006-12-312-2/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5944 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update busybox to v1.3.1, i was too lazy to update patch 320, feel free to do sonico2006-12-3022-1196/+593
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5941 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add d80211 from a recent wireless-dev checkoutnbd2006-12-3038-0/+20054
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5939 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add rt2500 as a kernel package, with pci id fix to make the latest a/b/g ↵florian2006-12-302-0/+79
| | | | | | card be recognized git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5932 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Make rt61 become a real kernel packageflorian2006-12-301-14/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5931 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add a powerpc configuration file for magicbox, prevents buildbot from failing ;)florian2006-12-281-0/+181
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5914 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add Intel/VIA usb-uhci support (#1098)florian2006-12-281-4/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5913 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix the counters bug (#983)florian2006-12-271-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5910 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Remove usb-controller dependency (#1007)florian2006-12-271-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5905 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix setting the essid for ap modenbd2006-12-271-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5903 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Forgot kmod-ipt-imq dependency (#1076)florian2006-12-251-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5901 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix msdos module loading (#1086)florian2006-12-231-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5896 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove problematic change that probably broke SoC supportnbd2006-12-221-31/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5891 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move hostapd setup function to wireless-tools package, as it is driver ↵nbd2006-12-223-66/+69
| | | | | | independent git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5890 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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