summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* package/busybox: passwd: use MD5 hash by default (like it used to be)Nicolas Thill2011-11-092-1/+21
| | | | SVN-Revision: 28885
* pacakge/iw: don't show a stray ']' if the chain signal attribute list is emptyGabor Juhos2011-11-092-5/+7
| | | | | | | | | | | | | | | | | | | | | | Without the patch, the output of 'station dump' command looks weird in some cases: root@OpenWrt:/# iw dev wlan0 station dump Station 00:21:27:cb:57:02 (on wlan0) inactive time: 190 ms rx bytes: 36652 rx packets: 149 tx bytes: 1998 tx packets: 16 tx retries: 0 tx failed: 0 signal: -31 ] dBm signal avg: -30 [-32, -36] dBm tx bitrate: 5.5 MBit/s rx bitrate: 54.0 MBit/s root@OpenWrt:/# SVN-Revision: 28879
* firewall: add DHCPv6 default rule (#10381)Jo-Philipp Wich2011-11-092-1/+13
| | | | SVN-Revision: 28874
* package/base-files: /lib/functions.sh: add {group,user}_{add,exists} functionsNicolas Thill2011-11-091-0/+37
| | | | SVN-Revision: 28871
* package/base-files: /lib/functions.sh: let service_stop exit early if no ↵Nicolas Thill2011-11-081-1/+1
| | | | | | matching process to stop where found SVN-Revision: 28870
* package/relayd: use new service wrappersNicolas Thill2011-11-081-3/+6
| | | | SVN-Revision: 28869
* package/ppp: use new service wrappersNicolas Thill2011-11-082-5/+9
| | | | SVN-Revision: 28868
* package/linux-atm: use new service wrappersNicolas Thill2011-11-082-13/+32
| | | | SVN-Revision: 28867
* package/base-files-network: use new service wrappersNicolas Thill2011-11-082-6/+9
| | | | SVN-Revision: 28866
* package/base-files: enhance & cleanup service wrappersNicolas Thill2011-11-082-27/+41
| | | | | | | | | * add service_check function for checking if a process is alive * add service_signal for sending arbitrary signals to a process * change service_stop to send a TERM signal first, wait for the process to die and send a KILL signal if it doen't * have service_kill print a warning on STDERR stating it has been deprecated SVN-Revision: 28865
* package/base-files: move service* functions from /etc/rc.common to ↵Nicolas Thill2011-11-082-82/+82
| | | | | | /lib/functions.sh SVN-Revision: 28864
* base-files: do not kill udhcpc on sysupgrade, it will tear down the ↵Jo-Philipp Wich2011-11-081-1/+1
| | | | | | interface if terminated SVN-Revision: 28863
* base-files: do not assume that "top" is busybox' top, but try to call the ↵Jo-Philipp Wich2011-11-082-2/+2
| | | | | | applet explicitely SVN-Revision: 28862
* base-files: properly handle wifi ifaces with no network attached, useful for ↵Jo-Philipp Wich2011-11-082-4/+6
| | | | | | unmanaged interfaces like used for batman or monitoring SVN-Revision: 28860
* hostapd: add code to prevent accidentally bridging non-wds sta mode interfacesJo-Philipp Wich2011-11-081-0/+9
| | | | SVN-Revision: 28858
* package/base-files: move /etc/functions.sh to /lib/functions.shNicolas Thill2011-11-083-321/+322
| | | | SVN-Revision: 28857
* netifd: fix compile error when both libnl and libnl-tiny are builtFelix Fietkau2011-11-081-2/+2
| | | | SVN-Revision: 28854
* busybox: use bash for gen_build_files.sh to avoid printf argument list ↵Felix Fietkau2011-11-081-0/+8
| | | | | | issues on some systems SVN-Revision: 28849
* package/uhttpd: use new service wrapperNicolas Thill2011-11-072-11/+9
| | | | SVN-Revision: 28841
* package/ubus: use new service wrapperNicolas Thill2011-11-071-3/+6
| | | | SVN-Revision: 28840
* package/netifd: use new service wrapperNicolas Thill2011-11-071-8/+9
| | | | SVN-Revision: 28839
* package/dropbear: use new service wrapperNicolas Thill2011-11-072-13/+19
| | | | SVN-Revision: 28838
* package/dnsmasq: use new service wrapperNicolas Thill2011-11-072-7/+10
| | | | SVN-Revision: 28837
* package/busybox: use new service wrapperNicolas Thill2011-11-073-8/+9
| | | | SVN-Revision: 28836
* package/base-files: use new service wrapperNicolas Thill2011-11-074-24/+26
| | | | SVN-Revision: 28835
* package/base-files: /etc/rc.common: add service wrapper around start-stop-daemonNicolas Thill2011-11-071-1/+83
| | | | SVN-Revision: 28834
* ath9k: fix LED related crashes on AR913xFelix Fietkau2011-11-071-0/+30
| | | | SVN-Revision: 28809
* carl9170: add dependency on kmod-input-coreFelix Fietkau2011-11-071-1/+1
| | | | SVN-Revision: 28808
* package/base-files: /etc/passwd: fix uid number for user 'daemon' ↵Nicolas Thill2011-11-071-1/+1
| | | | | | (conflicting with user 'nobody') SVN-Revision: 28799
* busybox: ntpd: indefinitely try to resolve peer addresses (#10361)Jo-Philipp Wich2011-11-072-1/+49
| | | | SVN-Revision: 28794
* uhttpd: provide rpath-link flag, thanks maziloJo-Philipp Wich2011-11-071-1/+1
| | | | SVN-Revision: 28792
* madwifi: change wireless ifname numbering schema Instead of simply counting ↵Jo-Philipp Wich2011-11-061-2/+9
| | | | | | 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. SVN-Revision: 28785
* mac80211: change wireless ifname numbering schema Instead of simply counting ↵Jo-Philipp Wich2011-11-061-6/+3
| | | | | | 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. SVN-Revision: 28784
* uhttpd: Fix wrong certificate options with multiple wordsJo-Philipp Wich2011-11-061-1/+1
| | | | | | | | | For instance two word city names will result in weird certificates. Therefore adding the missing quotations. Signed-off-by: Linus Lüssing <linus.luessing@web.de> SVN-Revision: 28776
* ath9k: add some fixes for radio reinit and frame flushFelix Fietkau2011-11-052-0/+320
| | | | SVN-Revision: 28772
* mac80211: update to wireless-testing 2011-11-04Felix Fietkau2011-11-052-73/+5
| | | | SVN-Revision: 28771
* uhttpd: fix Makefiles and linking of tls pluginJo-Philipp Wich2011-11-052-7/+12
| | | | SVN-Revision: 28769
* base-files: process platform hotplug calls in the early launch of hotplug2 ↵Felix Fietkau2011-11-052-1/+5
| | | | | | to avoid having crda calls get stuck at boot time (fixes #10350, #10354) SVN-Revision: 28768
* uhttpd: bump versionJo-Philipp Wich2011-11-051-1/+1
| | | | SVN-Revision: 28762
* uhttpd: rework CyaSSL and OpenSSL integration; move protected recv() and ↵Jo-Philipp Wich2011-11-055-51/+210
| | | | | | send() operations below the ssl layer - fixes hangs when accessing via https SVN-Revision: 28761
* hostapd: update to latest git versionFelix Fietkau2011-11-0429-497/+487
| | | | SVN-Revision: 28746
* netifd: ensure that a bridge gets created before hostapd needs it, hostapd ↵Felix Fietkau2011-11-044-2/+14
| | | | | | must not attempt to create the bridge by itself SVN-Revision: 28745
* netifd: start wifi at bootFelix Fietkau2011-11-031-0/+4
| | | | SVN-Revision: 28738
* netifd: update to latest version, fix redundant ifdown hotplug eventsFelix Fietkau2011-11-031-2/+2
| | | | SVN-Revision: 28737
* openssl: refresh patchesFelix Fietkau2011-11-035-20/+20
| | | | SVN-Revision: 28736
* openssl: update to 1.0.0e (patch by tripolar)Felix Fietkau2011-11-031-2/+2
| | | | SVN-Revision: 28735
* base-files: load modules early, run wifi detect afterwards and only then ↵Felix Fietkau2011-11-032-11/+12
| | | | | | | | process uci defaults this allows uci-defaults scripts to override wifi settings SVN-Revision: 28733
* base-files: add some more protected services to sysupgrade kill blacklistJo-Philipp Wich2011-11-032-2/+2
| | | | SVN-Revision: 28732
* qos-scripts: only use the lower 8 bits for firewall marks, allows ↵Jo-Philipp Wich2011-11-033-11/+11
| | | | | | coexistence with other programs like nodogsplash - patch by Tobias Wolf (#10096) SVN-Revision: 28731
* package/busybox: update to 1.19.3Nicolas Thill2011-11-0312-222/+26
| | | | SVN-Revision: 28725