Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | package/busybox: passwd: use MD5 hash by default (like it used to be) | Nicolas Thill | 2011-11-09 | 2 | -1/+21 |
| | | | | SVN-Revision: 28885 | ||||
* | pacakge/iw: don't show a stray ']' if the chain signal attribute list is empty | Gabor Juhos | 2011-11-09 | 2 | -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 Wich | 2011-11-09 | 2 | -1/+13 |
| | | | | SVN-Revision: 28874 | ||||
* | package/base-files: /lib/functions.sh: add {group,user}_{add,exists} functions | Nicolas Thill | 2011-11-09 | 1 | -0/+37 |
| | | | | SVN-Revision: 28871 | ||||
* | package/base-files: /lib/functions.sh: let service_stop exit early if no ↵ | Nicolas Thill | 2011-11-08 | 1 | -1/+1 |
| | | | | | | matching process to stop where found SVN-Revision: 28870 | ||||
* | package/relayd: use new service wrappers | Nicolas Thill | 2011-11-08 | 1 | -3/+6 |
| | | | | SVN-Revision: 28869 | ||||
* | package/ppp: use new service wrappers | Nicolas Thill | 2011-11-08 | 2 | -5/+9 |
| | | | | SVN-Revision: 28868 | ||||
* | package/linux-atm: use new service wrappers | Nicolas Thill | 2011-11-08 | 2 | -13/+32 |
| | | | | SVN-Revision: 28867 | ||||
* | package/base-files-network: use new service wrappers | Nicolas Thill | 2011-11-08 | 2 | -6/+9 |
| | | | | SVN-Revision: 28866 | ||||
* | package/base-files: enhance & cleanup service wrappers | Nicolas Thill | 2011-11-08 | 2 | -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 Thill | 2011-11-08 | 2 | -82/+82 |
| | | | | | | /lib/functions.sh SVN-Revision: 28864 | ||||
* | base-files: do not kill udhcpc on sysupgrade, it will tear down the ↵ | Jo-Philipp Wich | 2011-11-08 | 1 | -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 Wich | 2011-11-08 | 2 | -2/+2 |
| | | | | | | applet explicitely SVN-Revision: 28862 | ||||
* | base-files: properly handle wifi ifaces with no network attached, useful for ↵ | Jo-Philipp Wich | 2011-11-08 | 2 | -4/+6 |
| | | | | | | unmanaged interfaces like used for batman or monitoring SVN-Revision: 28860 | ||||
* | hostapd: add code to prevent accidentally bridging non-wds sta mode interfaces | Jo-Philipp Wich | 2011-11-08 | 1 | -0/+9 |
| | | | | SVN-Revision: 28858 | ||||
* | package/base-files: move /etc/functions.sh to /lib/functions.sh | Nicolas Thill | 2011-11-08 | 3 | -321/+322 |
| | | | | SVN-Revision: 28857 | ||||
* | include/kernel.mk: enhance built-in/missing modules detection when packaging ↵ | Nicolas Thill | 2011-11-08 | 1 | -1/+4 |
| | | | | | | kmods SVN-Revision: 28856 | ||||
* | netifd: fix compile error when both libnl and libnl-tiny are built | Felix Fietkau | 2011-11-08 | 1 | -2/+2 |
| | | | | SVN-Revision: 28854 | ||||
* | ar71xx: remove dead code | Felix Fietkau | 2011-11-08 | 1 | -15/+0 |
| | | | | SVN-Revision: 28851 | ||||
* | ar71xx: on ar7240, exclude ports from their own port vlan destination mask | Felix Fietkau | 2011-11-08 | 1 | -2/+1 |
| | | | | SVN-Revision: 28850 | ||||
* | busybox: use bash for gen_build_files.sh to avoid printf argument list ↵ | Felix Fietkau | 2011-11-08 | 1 | -0/+8 |
| | | | | | | issues on some systems SVN-Revision: 28849 | ||||
* | kernel: add a top level menuconfig option for enabling lockdep | Felix Fietkau | 2011-11-08 | 10 | -0/+24 |
| | | | | SVN-Revision: 28848 | ||||
* | package/uhttpd: use new service wrapper | Nicolas Thill | 2011-11-07 | 2 | -11/+9 |
| | | | | SVN-Revision: 28841 | ||||
* | package/ubus: use new service wrapper | Nicolas Thill | 2011-11-07 | 1 | -3/+6 |
| | | | | SVN-Revision: 28840 | ||||
* | package/netifd: use new service wrapper | Nicolas Thill | 2011-11-07 | 1 | -8/+9 |
| | | | | SVN-Revision: 28839 | ||||
* | package/dropbear: use new service wrapper | Nicolas Thill | 2011-11-07 | 2 | -13/+19 |
| | | | | SVN-Revision: 28838 | ||||
* | package/dnsmasq: use new service wrapper | Nicolas Thill | 2011-11-07 | 2 | -7/+10 |
| | | | | SVN-Revision: 28837 | ||||
* | package/busybox: use new service wrapper | Nicolas Thill | 2011-11-07 | 3 | -8/+9 |
| | | | | SVN-Revision: 28836 | ||||
* | package/base-files: use new service wrapper | Nicolas Thill | 2011-11-07 | 4 | -24/+26 |
| | | | | SVN-Revision: 28835 | ||||
* | package/base-files: /etc/rc.common: add service wrapper around start-stop-daemon | Nicolas Thill | 2011-11-07 | 1 | -1/+83 |
| | | | | SVN-Revision: 28834 | ||||
* | ar71xx: create TL-WA901ND network config from uci-defaults | Gabor Juhos | 2011-11-07 | 2 | -16/+5 |
| | | | | SVN-Revision: 28833 | ||||
* | ar71xx: create ALL0258N network config from uci-defaults | Gabor Juhos | 2011-11-07 | 2 | -12/+4 |
| | | | | SVN-Revision: 28832 | ||||
* | ar71xx: create NBG{460N,550N,550NH} network config from uci-defaults | Gabor Juhos | 2011-11-07 | 2 | -26/+6 |
| | | | | SVN-Revision: 28831 | ||||
* | ar71xx: create WZR-HP-G300NH network config from uci-defaults | Gabor Juhos | 2011-11-07 | 2 | -26/+6 |
| | | | | SVN-Revision: 28830 | ||||
* | ar71xx: create RB-493G network config from uci-defaults | Gabor Juhos | 2011-11-07 | 2 | -41/+9 |
| | | | | SVN-Revision: 28829 | ||||
* | ar71xx: create TL-WR1043ND network config from uci-defaults | Gabor Juhos | 2011-11-07 | 2 | -31/+7 |
| | | | | SVN-Revision: 28828 | ||||
* | ar71xx: create WRT160NL network config from uci-defaults | Gabor Juhos | 2011-11-07 | 2 | -26/+6 |
| | | | | SVN-Revision: 28827 | ||||
* | ar71xx: create PB92 network config from uci-defaults | Gabor Juhos | 2011-11-07 | 2 | -31/+7 |
| | | | | SVN-Revision: 28826 | ||||
* | ar71xx: create DIR-825-B1 network config from uci-defaults | Gabor Juhos | 2011-11-07 | 2 | -26/+6 |
| | | | | SVN-Revision: 28825 | ||||
* | ar71xx: create TL-WR{841N-v1,941ND} network config from uci-defaults | Gabor Juhos | 2011-11-07 | 3 | -40/+17 |
| | | | | SVN-Revision: 28824 | ||||
* | ar71xx: create RB-450 network config from uci-defaults | Gabor Juhos | 2011-11-07 | 2 | -26/+6 |
| | | | | SVN-Revision: 28823 | ||||
* | ar71xx: create RB-450G, RouterStation Pro network config from uci-defaults | Gabor Juhos | 2011-11-07 | 3 | -52/+7 |
| | | | | SVN-Revision: 28822 | ||||
* | ar71xx: create RB-433{,U} network config from uci defaults | Gabor Juhos | 2011-11-07 | 3 | -52/+7 |
| | | | | SVN-Revision: 28821 | ||||
* | ar71xx: create even more network configs from the uci-defaults script | Gabor Juhos | 2011-11-07 | 17 | -394/+45 |
| | | | | | | | | Create the default network configuration dynamically for the AR724x/AR9331 boards. Some other boards are using the same configuration, so convert those as well. SVN-Revision: 28820 | ||||
* | ar71xx: create more network configs from the uci-defaults script | Gabor Juhos | 2011-11-07 | 6 | -80/+8 |
| | | | | | | | Create the default network configuration dynamically for the boards with swapped eth0, eth1 interfaces. SVN-Revision: 28819 | ||||
* | ar71xx: create a bunch of network configs from the uci-defaults script | Gabor Juhos | 2011-11-07 | 8 | -83/+10 |
| | | | | | | | Create the default network configuration dynamically for the boards with a single ethernet interface. SVN-Revision: 28818 | ||||
* | ar71xx: create generic network config from an uci-defaults script | Gabor Juhos | 2011-11-07 | 3 | -17/+66 |
| | | | | SVN-Revision: 28817 | ||||
* | ar71xx: remove AP81 defconfig, it is the same as the generic config | Gabor Juhos | 2011-11-07 | 1 | -16/+0 |
| | | | | SVN-Revision: 28816 | ||||
* | ar71xx: change generated Buffalo firmware versions | Gabor Juhos | 2011-11-07 | 1 | -4/+4 |
| | | | | | | | | | With version 1.76 the upgrade may fail with newer Buffalo firmwares with a message like this: "You can not update the firmware because the firmware version is earlier than 1.82. Please use 1.82 or later version for firmware update." SVN-Revision: 28815 | ||||
* | update 3.1 patches | Imre Kaloz | 2011-11-07 | 4 | -55/+10 |
| | | | | SVN-Revision: 28814 |