- Oct 27, 2011
-
-
Felix Fietkau authored
comgt: delay 3g bringup for sierra wireless cards until the card has locked on to the carrier, this helps with avoiding firmware hangs (thx, chris) SVN-Revision: 28636
-
Felix Fietkau authored
add sierra-directip, a package based on the latest DirectIP capable sierra wireless drivers + some fixes SVN-Revision: 28635
-
Felix Fietkau authored
SVN-Revision: 28634
-
Felix Fietkau authored
SVN-Revision: 28633
-
Felix Fietkau authored
SVN-Revision: 28632
-
Felix Fietkau authored
SVN-Revision: 28631
-
Felix Fietkau authored
SVN-Revision: 28630
-
Felix Fietkau authored
SVN-Revision: 28629
-
Jo-Philipp Wich authored
firewall: do not produce 0.0.0.0/0 if a symbolic masq_src or masq_dest is given but does not resolve to an ip SVN-Revision: 28628
-
Michael Büsch authored
SVN-Revision: 28627
-
Jo-Philipp Wich authored
SVN-Revision: 28626
-
Jo-Philipp Wich authored
To prevent code duplication for clearing QoS firewall rules, support "firewall stop" arguments to generate.sh to generate the necessary script commands. Make use of this from qos-stop. Signed-off-by:
Kevin Locke <klocke@digitalenginesoftware.com> SVN-Revision: 28623
-
Jo-Philipp Wich authored
Prefix the names of the iptables chains used for QoS with "qos_" to allow for identification of QoS chains for removal across configuration changes. When clearing QoS iptables chains, only remove chains with the namespace prefix in order to preserve user and/or other package chains in the mangle table. Signed-off-by:
Kevin Locke <klocke@digitalenginesoftware.com> SVN-Revision: 28622
-
Felix Fietkau authored
SVN-Revision: 28619
-
Gabor Juhos authored
SVN-Revision: 28618
-
Gabor Juhos authored
Based on a patch by Marek Lindner <marek@open-mesh.com> SVN-Revision: 28617
-
Gabor Juhos authored
Adds symlinks for printf and wc to make life happier in the sysupgrade ramdisk. Also make code more readable by escaping that overly long line. Signed-off-by:
Daniel Golle <dgolle@allnet.de> SVN-Revision: 28616
-
Gabor Juhos authored
A miscalculation in the original patch makes OpenWrt destroy the failsafe image. Signed-off-by:
Daniel Golle <dgolle@allnet.de> SVN-Revision: 28615
-
Jo-Philipp Wich authored
SVN-Revision: 28613
-
Jo-Philipp Wich authored
base-files: remove rdate integration, add busybox ntpd init script and server list in /etc/config/system The rdate applet proved to be too unreliable to obtain the current time on boot: - public time servers are rare and often unreachable or overloaded - rdate does not daemonize, it needs a network connection the moment it is started, leading to race conditions - the /etc/config/timeserver configuration is overly complex and there is no reliable way to disable rdate invocations - the time protocol as specified in RFC 868 is considered obsolete This commit adds an init script /etc/init.d/sysntpd which starts and stops the busybox ntpd accordingly. The builtin ntpd can be disabled by either disabling the init script, removing the symlink to busybox or by clearing the timeserver list in /etc/config/system. SVN-Revision: 28612
-
- Oct 26, 2011
-
-
Felix Fietkau authored
netifd: if core dump support is enabled, use it. also add some delay after start to avoid race conditions with other init scripts SVN-Revision: 28611
-
Felix Fietkau authored
netifd: update to the latest version, contains small fixes for interface reloading and adds support for dependency handling of stacked devices like dsa SVN-Revision: 28610
-
Jo-Philipp Wich authored
SVN-Revision: 28604
-
Michael Büsch authored
SVN-Revision: 28603
-
Gabor Juhos authored
SVN-Revision: 28602
-
Jonas Gorski authored
SVN-Revision: 28601
-
Jonas Gorski authored
SVN-Revision: 28600
-
Felix Fietkau authored
SVN-Revision: 28599
-
Nicolas Thill authored
SVN-Revision: 28598
-
Gabor Juhos authored
This adds support for the Netgear WNDR3800, it is almost the same as the WNDR3700v2. It just has more RAM so the hd_id had to be adjusted. Signed-off-by:
Petri Rosenström <petri.rosenstrom@gmail.com> SVN-Revision: 28597
-
Nicolas Thill authored
Fix a typo that caused packaging of an empty ./lib/upgrade/keep.d directory when the package supplied conffiles SVN-Revision: 28595
-
- Oct 25, 2011
-
-
Nicolas Thill authored
Compiling zlib produces zlib.pc (pkgconfig), but it is not currently installed in staging_dir/usr/lib/pkgconfig. If it was included other packages depending on zlib could easier be compiled. Signed-off-by:
Espen Jürgensen <espenjurgensen@gmail.com> SVN-Revision: 28591
-
Jo-Philipp Wich authored
SVN-Revision: 28586
-
Jo-Philipp Wich authored
SVN-Revision: 28585
-
Jo-Philipp Wich authored
SVN-Revision: 28584
-
Felix Fietkau authored
SVN-Revision: 28578
-
Jo-Philipp Wich authored
mac80211: allow building ath9k_htc without PCI support, based on patch by Helmut Schaa <helmut.schaa@googlemail.com> SVN-Revision: 28573
-
- Oct 24, 2011
-
-
Gabor Juhos authored
The preconfiguration of the USB LED has benn move to the /etc/uci-defaults/leds script. [juhosg] Signed-off-by: Adam Porter <porter.adam at gmail.com> SVN-Revision: 28571
-
Gabor Juhos authored
WAN is on swtich port 0 for Aztech HW550-3G. Signed-off-by:
Daniel Golle <dgolle@allnet.de> SVN-Revision: 28570
-
Gabor Juhos authored
This removes unnecessary duplication and simplifies led setup for new boards. It would be a one line change most likely. Signed-off-by:
Alexander Gordeev <lasaine@lvk.cs.msu.su> SVN-Revision: 28569
-