5933 Commits (b7b56df70790aa17eed47c31a3a588a557f64d41)

Author SHA1 Message Date
Nicolas Thill b7b56df707 package/base-files: enhance & cleanup service wrappers 13 years ago
Nicolas Thill d0659ce37e package/base-files: move service* functions from /etc/rc.common to /lib/functions.sh 13 years ago
Jo-Philipp Wich 7e3b6aa1f1 base-files: do not kill udhcpc on sysupgrade, it will tear down the interface if terminated 13 years ago
Jo-Philipp Wich daca6a6a97 base-files: do not assume that "top" is busybox' top, but try to call the applet explicitely 13 years ago
Jo-Philipp Wich a73fffe857 base-files: properly handle wifi ifaces with no network attached, useful for unmanaged interfaces like used for batman or monitoring 13 years ago
Jo-Philipp Wich ec20b84048 hostapd: add code to prevent accidentally bridging non-wds sta mode interfaces 13 years ago
Nicolas Thill b6aef59ea8 package/base-files: move /etc/functions.sh to /lib/functions.sh 13 years ago
Felix Fietkau 9906717bfb netifd: fix compile error when both libnl and libnl-tiny are built 13 years ago
Felix Fietkau 3a12bd8bce busybox: use bash for gen_build_files.sh to avoid printf argument list issues on some systems 13 years ago
Nicolas Thill 75e186832a package/uhttpd: use new service wrapper 13 years ago
Nicolas Thill d7409c85b5 package/ubus: use new service wrapper 13 years ago
Nicolas Thill 7a176742bb package/netifd: use new service wrapper 13 years ago
Nicolas Thill be27ac53f2 package/dropbear: use new service wrapper 13 years ago
Nicolas Thill 4f5cbf9f9b package/dnsmasq: use new service wrapper 13 years ago
Nicolas Thill e4a8f5abe6 package/busybox: use new service wrapper 13 years ago
Nicolas Thill 93886bc776 package/base-files: use new service wrapper 13 years ago
Nicolas Thill 10a03275bf package/base-files: /etc/rc.common: add service wrapper around start-stop-daemon 13 years ago
Felix Fietkau 0fb7c80659 ath9k: fix LED related crashes on AR913x 13 years ago
Felix Fietkau 476ca6d5d1 carl9170: add dependency on kmod-input-core 13 years ago
Nicolas Thill 8413e90418 package/base-files: /etc/passwd: fix uid number for user 'daemon' (conflicting with user 'nobody') 13 years ago
Jo-Philipp Wich ef98919ff0 busybox: ntpd: indefinitely try to resolve peer addresses (#10361) 13 years ago
Jo-Philipp Wich 8189bd9260 uhttpd: provide rpath-link flag, thanks mazilo 13 years ago
Jo-Philipp Wich ee875810eb madwifi: change wireless ifname numbering schema Instead of simply counting up until we hit a free iface, group ifnames by wiphy so that the first wlanX on a phy gets the phy number and following ifaces an index-suffix, e.g. ath0 for network 1 on phy 1 and ath0-1 for network 2 on phy 1. This fixes state var confusion when operating multiple radios and allows to reliably take down and restart one radio only, even if the number of networks changes in between. This should, along with other changes in LuCI, fix #10335. 13 years ago
Jo-Philipp Wich d7205a9021 mac80211: change wireless ifname numbering schema Instead of simply counting up until we hit a free iface, group ifnames by wiphy so that the first wlanX on a phy gets the phy number and following ifaces an index-suffix, e.g. wlan0 for network 1 on phy 1 and wlan0-1 for network 2 on phy 1. This fixes state var confusion when operating multiple radios and allows to reliably take down and restart one radio only, even if the number of networks changes in between. This should, along with other changes in LuCI, fix #10335. 13 years ago
Jo-Philipp Wich 6037187a80 uhttpd: Fix wrong certificate options with multiple words 13 years ago
Felix Fietkau 2201e32df3 ath9k: add some fixes for radio reinit and frame flush 13 years ago
Felix Fietkau 973308ebfe mac80211: update to wireless-testing 2011-11-04 13 years ago
Jo-Philipp Wich fcea88e3b5 uhttpd: fix Makefiles and linking of tls plugin 13 years ago
Felix Fietkau 248ab4ac2f base-files: process platform hotplug calls in the early launch of hotplug2 to avoid having crda calls get stuck at boot time (fixes #10350, #10354) 13 years ago
Jo-Philipp Wich 3c96dee342 uhttpd: bump version 13 years ago
Jo-Philipp Wich 3d035a6f6a uhttpd: rework CyaSSL and OpenSSL integration; move protected recv() and send() operations below the ssl layer - fixes hangs when accessing via https 13 years ago
Felix Fietkau c8321c3ca6 hostapd: update to latest git version 13 years ago
Felix Fietkau dab5ebaa76 netifd: ensure that a bridge gets created before hostapd needs it, hostapd must not attempt to create the bridge by itself 13 years ago
Felix Fietkau d4d91df5fe netifd: start wifi at boot 13 years ago
Felix Fietkau 3ac5165690 netifd: update to latest version, fix redundant ifdown hotplug events 13 years ago
Felix Fietkau eff467b5cc openssl: refresh patches 13 years ago
Felix Fietkau faf5f84cbf openssl: update to 1.0.0e (patch by tripolar) 13 years ago
Felix Fietkau 44ba13b578 base-files: load modules early, run wifi detect afterwards and only then process uci defaults 13 years ago
Jo-Philipp Wich e3daeabda3 base-files: add some more protected services to sysupgrade kill blacklist 13 years ago
Jo-Philipp Wich 48c37ff7eb qos-scripts: only use the lower 8 bits for firewall marks, allows coexistence with other programs like nodogsplash - patch by Tobias Wolf (#10096) 13 years ago
Nicolas Thill 89827e33ce package/busybox: update to 1.19.3 13 years ago
John Crispin f78a0b80cc modules: fixes ko files that were renamed in 3.1 13 years ago
John Crispin 4263d93da0 ltq-dsl: fixes driver for targets other than danube 13 years ago
John Crispin d47e4959d2 ltq-vmmc: should be available for falcon and danube only 13 years ago
Nicolas Thill d8722fac70 package/dropbear: fix segfault with remote port forwarding (closes: #10339) 13 years ago
Daniel Dickinson c4e9e4d27e block-mount: Fixed module loading (double cat is wrong) 13 years ago
Felix Fietkau b8d90aceb2 netifd: add missing proto handler conversion after r28632 (thx, Jonathan Bennet) 13 years ago
Felix Fietkau 039658f8b3 netifd: update to latest version, fixes handling of hotplug devices (for wifi) 13 years ago
Felix Fietkau 48a77bb98b mac80211: update to wireless-testing 2011-11-01 13 years ago
Felix Fietkau 2afada967c iw: fix setting txpower (#10254) 13 years ago