Commit Graph

3232 Commits (6fa03d63d4d34ef38a5fde5292cb7f65c06d56b2)

Author SHA1 Message Date
Felix Fietkau 2da13936e9 firstboot: add support for union mounts
SVN-Revision: 17778
15 years ago
Felix Fietkau 0f9f23aebe base-files: move firstboot to /sbin
SVN-Revision: 17775
15 years ago
Florian Fainelli 9c65cbf386 add mips64 support to kexec-tools, counterpart of r17768.
SVN-Revision: 17769
15 years ago
Hauke Mehrtens e014faf13f Update ipset to version 3.2
SVN-Revision: 17764
15 years ago
Nicolas Thill 6b575bcb0e ppp: quote positional parameters when calling up/down scripts (closes: #5622)
SVN-Revision: 17763
15 years ago
Nicolas Thill b3d3e5d752 firewall: fix MSS issue affection RELATED new connections (closes: #5173)
SVN-Revision: 17762
15 years ago
Hauke Mehrtens 942451b0fe Add ar9170usb driver.
SVN-Revision: 17760
15 years ago
Hauke Mehrtens bd301eb87c Do not build some modules as they are not needed
Remove empty directory.

SVN-Revision: 17755
15 years ago
Hauke Mehrtens e37eae828c Do not depend on rfkill
With kernel 2.6.31 cfg80211 is build with rfkill if it was build.

SVN-Revision: 17754
15 years ago
Hauke Mehrtens 80574578ec small fixes mostly for kernel 2.6.31
- libsas needs symbols from scsi_transport_sas
 - autoload line in pppoe was missing
 - rfkill-input does not exist in kernel 2.6.31
 - password for download server of r8101 changed
 - r8101 and siit do not build with kernel 2.6.31
 - fix build of net sched esfq

SVN-Revision: 17752
15 years ago
Nicolas Thill 08938e63d0 add _GNU_SOURCE to CPPFLAGS required to include <bits/socket.h> on recent eglibc revisions
SVN-Revision: 17749
15 years ago
Hauke Mehrtens 3a923e436e fixes for kernel 2.6.31
SVN-Revision: 17739
15 years ago
Hauke Mehrtens 8673372e20 add patches for kernel 2.6.31
This is completly untested. Only a compile tests with the default config was done!

SVN-Revision: 17734
15 years ago
Felix Fietkau 4b396d147d busybox: add support for union mounts (not included in the kernel yet)
SVN-Revision: 17724
15 years ago
Felix Fietkau 1b35350431 iptables: fix build error with linux 2.6.31
SVN-Revision: 17721
15 years ago
Felix Fietkau 920ff49232 libtool: update to 1.5.26 (patch from #4905)
SVN-Revision: 17715
15 years ago
Felix Fietkau 32bb31ca36 base-files: add libgcc dependency to libc (#5262)
SVN-Revision: 17714
15 years ago
Felix Fietkau e9ec3a6e68 firewall: add sanity checks to zone default rules (patch from #5459)
SVN-Revision: 17713
15 years ago
Felix Fietkau 3ede844486 update dnsmasq to 2.50 (#5784)
SVN-Revision: 17711
15 years ago
Felix Fietkau a58bb0a47a madwifi: fix bugs in the calibration triggers
SVN-Revision: 17691
15 years ago
Felix Fietkau 802ea84054 madwifi: fix a theoretical tx buffer leak
SVN-Revision: 17690
15 years ago
Felix Fietkau 0e2e5cae7a madwifi: fix beacon slot handling and add support for more than 4 vaps (useful for wds per-sta interfaces)
SVN-Revision: 17689
15 years ago
Felix Fietkau ca1b63e891 madwifi: fix sta mode reconnect when roaming between different aps of the same essid
SVN-Revision: 17688
15 years ago
Felix Fietkau bbc9700310 madwifi: fix maximum txpower display
SVN-Revision: 17687
15 years ago
Nicolas Thill c9bc7c504c add external toolchain support, enhance native toolchain support (special thanks to Luigi Mantellini for his help... and patience ;)
SVN-Revision: 17682
15 years ago
Jo-Philipp Wich 392e45ef09 implement doth (802.11h) and wmm (802.11e) options for broadcom as well; update docs
SVN-Revision: 17676
15 years ago
Nicolas Thill 6478e24f7d accommodate for 5 digits svn revisions :)
SVN-Revision: 17670
15 years ago
Felix Fietkau 5b02773940 mtd: fix wrong open() return code checks
SVN-Revision: 17666
15 years ago
Felix Fietkau 61a94268ec Add default /etc/dnsmasq.conf
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
15 years ago
Felix Fietkau 9474d99dc0 mtd: bump release
SVN-Revision: 17661
15 years ago
Felix Fietkau a512be592f mtd: update copyright headers
SVN-Revision: 17660
15 years ago
Felix Fietkau 63c91af404 mtd: add support for rewriting the fis table layout on redboot based systems
SVN-Revision: 17659
15 years ago
Felix Fietkau ca300a2f07 base-files: fix conffiles entry check (patch from #2425)
SVN-Revision: 17618
15 years ago
Felix Fietkau 997d4fb013 opkg: fix the -force_space option
SVN-Revision: 17611
15 years ago
Felix Fietkau c067858fdf dnsmasq startup script update: add notinterface parameter
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
15 years ago
Jo-Philipp Wich b75288df95 swconfig: clear ip address on the switch interface, this prevents duplicate assignments of 192.168.1.1 on the DIR-300 at least
SVN-Revision: 17597
15 years ago
Jo-Philipp Wich 2f921cb48d base-files: clear ip addresses on interfaces that are about to be added to a bridge
SVN-Revision: 17596
15 years ago
Felix Fietkau 9e1fd17d10 madwifi: fix iwconfig tx power display
SVN-Revision: 17592
15 years ago
Andy Boyett fdf2efaf28 madwifi: bump package revision
SVN-Revision: 17589
15 years ago
Jo-Philipp Wich bc37b2e831 base-files: dispatch ifdown events for proto=none interfaces and fix a race condition between revert state and hotplug handlers
SVN-Revision: 17582
15 years ago
Jo-Philipp Wich 8df03c85fe firewall: move the config_get out of the loop, no need to call it multiple times
SVN-Revision: 17581
15 years ago
Jo-Philipp Wich 715285dd43 firewall: properly dispatch delif events if the network has a different name then the corresponding zone
SVN-Revision: 17580
15 years ago
Felix Fietkau 36d7f7c017 madwifi: fix a wds related race condition
SVN-Revision: 17578
15 years ago
Felix Fietkau 84c01891da madwifi: remove an unimportant part of the ibss node handling fix, which led to a regression in ap-to-ap wds operation
SVN-Revision: 17576
15 years ago
Jo-Philipp Wich 8962270fec base-files: add /etc/rc.local to the default save file list
SVN-Revision: 17572
15 years ago
Jo-Philipp Wich bdaeaafbef base-files: introduce a ready-to-use /etc/rc.local to let users run custom commands on init without creating custom init scripts
SVN-Revision: 17571
15 years ago
Andy Boyett a5f80019ef bump some revisions and update copyrights
SVN-Revision: 17554
15 years ago
Felix Fietkau d71228f092 madwifi: replace an implicit memcpy with an explicit one (cosmetic fix)
SVN-Revision: 17546
15 years ago
Felix Fietkau d5cc8ea44b madwifi: fix several noderef and ibss merge issues that led to memory leaks and high system load
SVN-Revision: 17545
15 years ago
Felix Fietkau 91d40a14af Revert "fix nonhotpluggable networks not being brought up. Closes #2781" (r17527) until we've solved the race conditions it creates
SVN-Revision: 17544
15 years ago