aboutsummaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* update dnsmasq to 2.50 (#5784)Felix Fietkau2009-09-241-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17711 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix bugs in the calibration triggersFelix Fietkau2009-09-231-0/+177
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17691 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix a theoretical tx buffer leakFelix Fietkau2009-09-231-0/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17690 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix beacon slot handling and add support for more than 4 vaps ↵Felix Fietkau2009-09-231-0/+151
| | | | | | (useful for wds per-sta interfaces) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17689 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix sta mode reconnect when roaming between different aps of the ↵Felix Fietkau2009-09-231-0/+33
| | | | | | same essid git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17688 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix maximum txpower displayFelix Fietkau2009-09-238-97/+111
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17687 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] add external toolchain support, enhance native toolchain support ↵Nicolas Thill2009-09-231-31/+269
| | | | | | (special thanks to Luigi Mantellini for his help... and patience ;) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17682 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] [docs] implement doth (802.11h) and wmm (802.11e) options for ↵Jo-Philipp Wich2009-09-221-3/+9
| | | | | | broadcom as well; update docs git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17676 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [cosmetic] accommodate for 5 digits svn revisions :)Nicolas Thill2009-09-221-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17670 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mtd: fix wrong open() return code checksFelix Fietkau2009-09-212-9/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17666 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add default /etc/dnsmasq.confFelix Fietkau2009-09-212-0/+39
| | | | | | | | | | | | | | | | | | | | | dnsmasq allows adding of arbitrary SRV/PTR/TXT/CNAME records. However, those options sometimes can not be passed as command-line arguments due to excess length. This patch tries to solve this problem: 1. Provide /etc/dnsmasq.conf file with comments about adding SRV/PTR/TXT/CNAME records. 2. Add this file to conffiles list so it is preserver during backup/restore or system upgrade. If someone needs a lot of custom records, default configuration file can be edited. Since manual pages and documentation is not installed, provided comments should be enough to figure out option syntax. Signed-off-by: Alexey I. Froloff <raorn@altlinux.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17663 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mtd: bump releaseFelix Fietkau2009-09-211-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17661 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mtd: update copyright headersFelix Fietkau2009-09-213-5/+36
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17660 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mtd: add support for rewriting the fis table layout on redboot based systemsFelix Fietkau2009-09-215-56/+451
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17659 3c298f89-4303-0410-b956-a3cf2f4a3e73
* base-files: fix conffiles entry check (patch from #2425)Felix Fietkau2009-09-191-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17618 3c298f89-4303-0410-b956-a3cf2f4a3e73
* opkg: fix the -force_space optionFelix Fietkau2009-09-191-0/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17611 3c298f89-4303-0410-b956-a3cf2f4a3e73
* dnsmasq startup script update: add notinterface parameterFelix Fietkau2009-09-162-1/+7
| | | | | | | | | | This tiny patch makes the dnsmasq init.d script listen to a parameter called "notinterface", which tells dnsmasq to not listen on a defined set of interfaces. By default dnsmasq *always* listens on the loopback interface, even if you tell it to specifically listen on a certain other interface. Sometimes this is not desirable behaviour, so you might want to turn it off. This is useful when, for example, you want to have your own DNS server listening on the loopback interface. Signed-off-by: Johnny Halfmoon <jhalfmoon at milksnot.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17599 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] swconfig: clear ip address on the switch interface, this prevents ↵Jo-Philipp Wich2009-09-162-1/+2
| | | | | | duplicate assignments of 192.168.1.1 on the DIR-300 at least git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17597 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: clear ip addresses on interfaces that are about to be ↵Jo-Philipp Wich2009-09-162-1/+3
| | | | | | added to a bridge git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17596 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix iwconfig tx power displayFelix Fietkau2009-09-167-51/+52
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17592 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] madwifi: bump package revisionAndy Boyett2009-09-151-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17589 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: dispatch ifdown events for proto=none interfaces and ↵Jo-Philipp Wich2009-09-142-3/+3
| | | | | | fix a race condition between revert state and hotplug handlers git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17582 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] firewall: move the config_get out of the loop, no need to call it ↵Jo-Philipp Wich2009-09-141-2/+3
| | | | | | multiple times git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17581 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] firewall: properly dispatch delif events if the network has a ↵Jo-Philipp Wich2009-09-142-2/+2
| | | | | | different name then the corresponding zone git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17580 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix a wds related race conditionFelix Fietkau2009-09-1412-24/+25
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17578 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: remove an unimportant part of the ibss node handling fix, which led ↵Felix Fietkau2009-09-142-12/+1
| | | | | | to a regression in ap-to-ap wds operation git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17576 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: add /etc/rc.local to the default save file listJo-Philipp Wich2009-09-121-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17572 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: introduce a ready-to-use /etc/rc.local to let users ↵Jo-Philipp Wich2009-09-113-1/+10
| | | | | | run custom commands on init without creating custom init scripts git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17571 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] bump some revisions and update copyrightsAndy Boyett2009-09-109-20/+20
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17554 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: replace an implicit memcpy with an explicit one (cosmetic fix)Felix Fietkau2009-09-091-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17546 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix several noderef and ibss merge issues that led to memory leaks ↵Felix Fietkau2009-09-0921-117/+165
| | | | | | and high system load git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17545 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Revert "fix nonhotpluggable networks not being brought up. Closes #2781" ↵Felix Fietkau2009-09-093-17/+0
| | | | | | (r17527) until we've solved the race conditions it creates git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17544 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/mac80211: add menuconfig option for enabling debug support via debugfsGabor Juhos2009-09-084-83/+115
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17541 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move ppp ifname fixup from pppoe.sh to ppp.sh, so that it applies to all ↵Felix Fietkau2009-09-062-5/+6
| | | | | | other ppp based protocols as well git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17529 3c298f89-4303-0410-b956-a3cf2f4a3e73
* now that $(BOARD) is part of the opkg ARCH, there's no reason to keep the ↵Felix Fietkau2009-09-061-1/+1
| | | | | | board name around in kmod-* package versions anymore git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17528 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix nonhotpluggable networks not being brought up. Closes #2781Travis Kemen2009-09-063-0/+17
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17527 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix jffs2 eof marker search in mtd (patch by Daniel Dickinson)Felix Fietkau2009-09-051-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17522 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/base-files: set state to 'preinit' before preinit.arch is used, and ↵Gabor Juhos2009-09-052-3/+4
| | | | | | set state to 'failsafe' when entering failsafe mode git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17517 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Revert "add ifup -a to boot(), closes #4543 #2781" (r17515)Felix Fietkau2009-09-051-1/+0
| | | | | | | | Hotpluggable interfaces are already brought up before /etc/init.d/network boot and this change can break them, if the ifup -a command runs at the wrong time, also starts many interfaces twice, which can lead to issues with PPPoE. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17516 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add ifup -a to boot(), closes #4543 #2781Travis Kemen2009-09-051-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17515 3c298f89-4303-0410-b956-a3cf2f4a3e73
* extend logging functionsTravis Kemen2009-09-041-7/+17
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17514 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: add a configuration for uapsd (unscheduled automatic powersave ↵Felix Fietkau2009-09-031-0/+3
| | | | | | delivery), turn it off by default because of compatibility issues with nokia phones git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17510 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] udevtrigger depends on 2.6 kernelsFlorian Fainelli2009-09-031-5/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17509 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] update hotplug2 to r199, fixes build failures on brcm-2.4Florian Fainelli2009-09-031-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17508 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] udev depends on 2.6, cleanup MakefileFlorian Fainelli2009-09-031-5/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17507 3c298f89-4303-0410-b956-a3cf2f4a3e73
* preinit: fix failsafe mode through ctrl+c on devices that do not provide a ↵Felix Fietkau2009-09-021-1/+5
| | | | | | preinit.arch file git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17470 3c298f89-4303-0410-b956-a3cf2f4a3e73
* wprobe: fix compile error because of missing isnan()Felix Fietkau2009-09-021-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17468 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [mac80211] fix module loading with kernel 2.6.27Hauke Mehrtens2009-09-012-89/+451
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17457 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uclibc: to rebuild libc.so.0, mklibs.py needs access to libc_so.a which was ↵Felix Fietkau2009-08-291-0/+1
| | | | | | not exported by default. use it instead of libc_pic.a git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17438 3c298f89-4303-0410-b956-a3cf2f4a3e73
* allow mklibs.py to optimize libgcc_s.so.1Felix Fietkau2009-08-291-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17437 3c298f89-4303-0410-b956-a3cf2f4a3e73