Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | madwifi: fix maximum txpower display | Felix Fietkau | 2009-09-23 | 8 | -97/+111 |
| | | | | SVN-Revision: 17687 | ||||
* | add external toolchain support, enhance native toolchain support (special ↵ | Nicolas Thill | 2009-09-23 | 1 | -31/+269 |
| | | | | | | thanks to Luigi Mantellini for his help... and patience ;) SVN-Revision: 17682 | ||||
* | implement doth (802.11h) and wmm (802.11e) options for broadcom as well; ↵ | Jo-Philipp Wich | 2009-09-22 | 1 | -3/+9 |
| | | | | | | update docs SVN-Revision: 17676 | ||||
* | accommodate for 5 digits svn revisions :) | Nicolas Thill | 2009-09-22 | 1 | -1/+1 |
| | | | | SVN-Revision: 17670 | ||||
* | mtd: fix wrong open() return code checks | Felix Fietkau | 2009-09-21 | 2 | -9/+9 |
| | | | | SVN-Revision: 17666 | ||||
* | Add default /etc/dnsmasq.conf | Felix Fietkau | 2009-09-21 | 2 | -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> SVN-Revision: 17663 | ||||
* | mtd: bump release | Felix Fietkau | 2009-09-21 | 1 | -1/+1 |
| | | | | SVN-Revision: 17661 | ||||
* | mtd: update copyright headers | Felix Fietkau | 2009-09-21 | 3 | -5/+36 |
| | | | | SVN-Revision: 17660 | ||||
* | mtd: add support for rewriting the fis table layout on redboot based systems | Felix Fietkau | 2009-09-21 | 5 | -56/+451 |
| | | | | SVN-Revision: 17659 | ||||
* | base-files: fix conffiles entry check (patch from #2425) | Felix Fietkau | 2009-09-19 | 1 | -1/+1 |
| | | | | SVN-Revision: 17618 | ||||
* | opkg: fix the -force_space option | Felix Fietkau | 2009-09-19 | 1 | -0/+12 |
| | | | | SVN-Revision: 17611 | ||||
* | dnsmasq startup script update: add notinterface parameter | Felix Fietkau | 2009-09-16 | 2 | -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> SVN-Revision: 17599 | ||||
* | swconfig: clear ip address on the switch interface, this prevents duplicate ↵ | Jo-Philipp Wich | 2009-09-16 | 2 | -1/+2 |
| | | | | | | assignments of 192.168.1.1 on the DIR-300 at least SVN-Revision: 17597 | ||||
* | base-files: clear ip addresses on interfaces that are about to be added to a ↵ | Jo-Philipp Wich | 2009-09-16 | 2 | -1/+3 |
| | | | | | | bridge SVN-Revision: 17596 | ||||
* | madwifi: fix iwconfig tx power display | Felix Fietkau | 2009-09-16 | 7 | -51/+52 |
| | | | | SVN-Revision: 17592 | ||||
* | madwifi: bump package revision | Andy Boyett | 2009-09-15 | 1 | -1/+1 |
| | | | | SVN-Revision: 17589 | ||||
* | base-files: dispatch ifdown events for proto=none interfaces and fix a race ↵ | Jo-Philipp Wich | 2009-09-14 | 2 | -3/+3 |
| | | | | | | condition between revert state and hotplug handlers SVN-Revision: 17582 | ||||
* | firewall: move the config_get out of the loop, no need to call it multiple times | Jo-Philipp Wich | 2009-09-14 | 1 | -2/+3 |
| | | | | SVN-Revision: 17581 | ||||
* | firewall: properly dispatch delif events if the network has a different name ↵ | Jo-Philipp Wich | 2009-09-14 | 2 | -2/+2 |
| | | | | | | then the corresponding zone SVN-Revision: 17580 | ||||
* | madwifi: fix a wds related race condition | Felix Fietkau | 2009-09-14 | 12 | -24/+25 |
| | | | | SVN-Revision: 17578 | ||||
* | madwifi: remove an unimportant part of the ibss node handling fix, which led ↵ | Felix Fietkau | 2009-09-14 | 2 | -12/+1 |
| | | | | | | to a regression in ap-to-ap wds operation SVN-Revision: 17576 | ||||
* | base-files: add /etc/rc.local to the default save file list | Jo-Philipp Wich | 2009-09-12 | 1 | -1/+1 |
| | | | | SVN-Revision: 17572 | ||||
* | base-files: introduce a ready-to-use /etc/rc.local to let users run custom ↵ | Jo-Philipp Wich | 2009-09-11 | 3 | -1/+10 |
| | | | | | | commands on init without creating custom init scripts SVN-Revision: 17571 | ||||
* | bump some revisions and update copyrights | Andy Boyett | 2009-09-10 | 9 | -20/+20 |
| | | | | SVN-Revision: 17554 | ||||
* | madwifi: replace an implicit memcpy with an explicit one (cosmetic fix) | Felix Fietkau | 2009-09-09 | 1 | -1/+1 |
| | | | | SVN-Revision: 17546 | ||||
* | madwifi: fix several noderef and ibss merge issues that led to memory leaks ↵ | Felix Fietkau | 2009-09-09 | 21 | -117/+165 |
| | | | | | | and high system load SVN-Revision: 17545 | ||||
* | Revert "fix nonhotpluggable networks not being brought up. Closes #2781" ↵ | Felix Fietkau | 2009-09-09 | 3 | -17/+0 |
| | | | | | | (r17527) until we've solved the race conditions it creates SVN-Revision: 17544 | ||||
* | package/mac80211: add menuconfig option for enabling debug support via debugfs | Gabor Juhos | 2009-09-08 | 4 | -83/+115 |
| | | | | SVN-Revision: 17541 | ||||
* | move ppp ifname fixup from pppoe.sh to ppp.sh, so that it applies to all ↵ | Felix Fietkau | 2009-09-06 | 2 | -5/+6 |
| | | | | | | other ppp based protocols as well SVN-Revision: 17529 | ||||
* | now that $(BOARD) is part of the opkg ARCH, there's no reason to keep the ↵ | Felix Fietkau | 2009-09-06 | 1 | -1/+1 |
| | | | | | | board name around in kmod-* package versions anymore SVN-Revision: 17528 | ||||
* | fix nonhotpluggable networks not being brought up. Closes #2781 | Travis Kemen | 2009-09-06 | 3 | -0/+17 |
| | | | | SVN-Revision: 17527 | ||||
* | fix jffs2 eof marker search in mtd (patch by Daniel Dickinson) | Felix Fietkau | 2009-09-05 | 1 | -1/+1 |
| | | | | SVN-Revision: 17522 | ||||
* | package/base-files: set state to 'preinit' before preinit.arch is used, and ↵ | Gabor Juhos | 2009-09-05 | 2 | -3/+4 |
| | | | | | | set state to 'failsafe' when entering failsafe mode SVN-Revision: 17517 | ||||
* | Revert "add ifup -a to boot(), closes #4543 #2781" (r17515) Hotpluggable ↵ | Felix Fietkau | 2009-09-05 | 1 | -1/+0 |
| | | | | | | 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. SVN-Revision: 17516 | ||||
* | add ifup -a to boot(), closes #4543 #2781 | Travis Kemen | 2009-09-05 | 1 | -0/+1 |
| | | | | SVN-Revision: 17515 | ||||
* | extend logging functions | Travis Kemen | 2009-09-04 | 1 | -7/+17 |
| | | | | SVN-Revision: 17514 | ||||
* | madwifi: add a configuration for uapsd (unscheduled automatic powersave ↵ | Felix Fietkau | 2009-09-03 | 1 | -0/+3 |
| | | | | | | delivery), turn it off by default because of compatibility issues with nokia phones SVN-Revision: 17510 | ||||
* | udevtrigger depends on 2.6 kernels | Florian Fainelli | 2009-09-03 | 1 | -5/+6 |
| | | | | SVN-Revision: 17509 | ||||
* | update hotplug2 to r199, fixes build failures on brcm-2.4 | Florian Fainelli | 2009-09-03 | 1 | -2/+2 |
| | | | | SVN-Revision: 17508 | ||||
* | udev depends on 2.6, cleanup Makefile | Florian Fainelli | 2009-09-03 | 1 | -5/+6 |
| | | | | SVN-Revision: 17507 | ||||
* | preinit: fix failsafe mode through ctrl+c on devices that do not provide a ↵ | Felix Fietkau | 2009-09-02 | 1 | -1/+5 |
| | | | | | | preinit.arch file SVN-Revision: 17470 | ||||
* | wprobe: fix compile error because of missing isnan() | Felix Fietkau | 2009-09-02 | 1 | -0/+2 |
| | | | | SVN-Revision: 17468 | ||||
* | fix module loading with kernel 2.6.27 | Hauke Mehrtens | 2009-09-01 | 2 | -89/+451 |
| | | | | SVN-Revision: 17457 | ||||
* | uclibc: to rebuild libc.so.0, mklibs.py needs access to libc_so.a which was ↵ | Felix Fietkau | 2009-08-29 | 1 | -0/+1 |
| | | | | | | not exported by default. use it instead of libc_pic.a SVN-Revision: 17438 | ||||
* | allow mklibs.py to optimize libgcc_s.so.1 | Felix Fietkau | 2009-08-29 | 1 | -0/+1 |
| | | | | SVN-Revision: 17437 | ||||
* | fix wrong kernel version based nls dependency | Felix Fietkau | 2009-08-28 | 1 | -3/+1 |
| | | | | SVN-Revision: 17436 | ||||
* | add missing dependency for kmod-ntfs (patch from #5638) | Felix Fietkau | 2009-08-28 | 1 | -0/+1 |
| | | | | SVN-Revision: 17435 | ||||
* | Added identification of WRT610N and its button/led definitions. | Felix Fietkau | 2009-08-28 | 1 | -0/+20 |
| | | | | | | Signed-off-by: Tomas Kopal <Tomas.Kopal@altap.cz> SVN-Revision: 17434 | ||||
* | Added support for identifying the BCM53115 switch found in WRT610N. | Felix Fietkau | 2009-08-28 | 1 | -2/+4 |
| | | | | | | Signed-off-by: Tomas Kopal <Tomas.Kopal@altap.cz> SVN-Revision: 17433 | ||||
* | madwifi: fix another unconverted netdev_ops issue | Felix Fietkau | 2009-08-28 | 1 | -4/+8 |
| | | | | SVN-Revision: 17431 |