6056 Commits (55e13f4e6a46b9b1ce753b269deec4b6322a679f)

Author SHA1 Message Date
Nicolas Thill 348347ce41 package/base-files-network: fix udhcpc issues introduced in r28866 (closes: #10383) 13 years ago
Jo-Philipp Wich 1cdd762f90 mac80211: add antenna control api for b43 13 years ago
Florian Fainelli 4ad1f2d710 acx-mac80211: update to 20111030 13 years ago
Imre Kaloz 28039aea90 nuke another 2.4 skeleton 13 years ago
Imre Kaloz 7944b6fa32 enable and use shadow passwords by default 13 years ago
Imre Kaloz 55ac529951 the empty root password should be empty ;) 13 years ago
Jo-Philipp Wich be49daffc8 base-files, target: assign name to system timeserver section, makes it easier to set servers on the cli 13 years ago
Jonas Gorski f8f30bff82 package: kernel: fix typo 13 years ago
Jonas Gorski 0a2728664f package: kernel: add handling for 3.2 renames (and some missed ones for 3.1) 13 years ago
Jonas Gorski 5079522183 package: mac80211: mark as broken for 3.2 13 years ago
Jonas Gorski e22a9087a8 package: acx: mark as broken for 3.2 13 years ago
Jonas Gorski 0a2eb804cc package: madwifi: mark as broken for 3.2 13 years ago
Jonas Gorski f53128f79b target: linux: mtd: fix MTDREFRESH to an arbitrary high number 13 years ago
Jo-Philipp Wich 44da6400cd uhttpd: cope with DES crypted passwd entries by not relying on a leading dollar sign to indicate a cipher 13 years ago
Nicolas Thill d9aa1e3c1b package/busybox: passwd: use MD5 hash by default (like it used to be) 13 years ago
Gabor Juhos b1a4acfb40 pacakge/iw: don't show a stray ']' if the chain signal attribute list is empty 13 years ago
Jo-Philipp Wich 10f199d832 firewall: add DHCPv6 default rule (#10381) 13 years ago
Nicolas Thill f371d516bf package/base-files: /lib/functions.sh: add {group,user}_{add,exists} functions 13 years ago
Nicolas Thill 62a2827ea7 package/base-files: /lib/functions.sh: let service_stop exit early if no matching process to stop where found 13 years ago
Nicolas Thill f67f9ef941 package/relayd: use new service wrappers 13 years ago
Nicolas Thill 72de194d16 package/ppp: use new service wrappers 13 years ago
Nicolas Thill ec11af20f6 package/linux-atm: use new service wrappers 13 years ago
Nicolas Thill f4dacc850c package/base-files-network: use new service wrappers 13 years ago
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