Gabor Juhos
0939419e24
package: add om2p-watchdog script
...
Based on a patch by: Marek Lindner <lindner_marek@yahoo.de>
SVN-Revision: 28972
13 years ago
Gabor Juhos
8687fc3e41
ar71xx: generate ubootenv from uci-defaults instead of providing defconfig
...
I noticed most of /etc/defconfig was replaced by /etc/uci-defaults, which is
indeed much nicer. So I moved over ubootenv from having a defconfig-entry to
also be generated from uci-defaults.
Signed-off-by: Daniel Golle <dgolle@allnet.de>
SVN-Revision: 28971
13 years ago
John Crispin
0e35877fea
pjsip: bump to 1.10 and improve ltq_tapi backend
...
SVN-Revision: 28963
13 years ago
John Crispin
fda4ee22a0
lantiq: improve falcon package selection
...
SVN-Revision: 28962
13 years ago
John Crispin
e1dc73be90
lantiq: fix breakage introduced in 3.1 bump
...
SVN-Revision: 28961
13 years ago
Jo-Philipp Wich
20ff304ed9
base-files: now that the initial password is completely empty (and not primed with "!") adjust login.sh for it to make telnetd available again
...
SVN-Revision: 28943
13 years ago
Nicolas Thill
348347ce41
package/base-files-network: fix udhcpc issues introduced in r28866 ( closes : #10383 )
...
SVN-Revision: 28942
13 years ago
Jo-Philipp Wich
1cdd762f90
mac80211: add antenna control api for b43
...
SVN-Revision: 28940
13 years ago
Florian Fainelli
4ad1f2d710
acx-mac80211: update to 20111030
...
Fixes build failures with Linux 3.1+
SVN-Revision: 28939
13 years ago
Imre Kaloz
28039aea90
nuke another 2.4 skeleton
...
SVN-Revision: 28937
13 years ago
Imre Kaloz
7944b6fa32
enable and use shadow passwords by default
...
SVN-Revision: 28936
13 years ago
Imre Kaloz
55ac529951
the empty root password should be empty ;)
...
SVN-Revision: 28935
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
...
SVN-Revision: 28933
13 years ago
Jonas Gorski
f8f30bff82
package: kernel: fix typo
...
SVN-Revision: 28898
13 years ago
Jonas Gorski
0a2728664f
package: kernel: add handling for 3.2 renames (and some missed ones for 3.1)
...
SVN-Revision: 28897
13 years ago
Jonas Gorski
5079522183
package: mac80211: mark as broken for 3.2
...
SVN-Revision: 28896
13 years ago
Jonas Gorski
e22a9087a8
package: acx: mark as broken for 3.2
...
SVN-Revision: 28895
13 years ago
Jonas Gorski
0a2eb804cc
package: madwifi: mark as broken for 3.2
...
SVN-Revision: 28894
13 years ago
Jonas Gorski
f53128f79b
target: linux: mtd: fix MTDREFRESH to an arbitrary high number
...
To make the ioctl number "stable", use an arbitrary high number to prevent
conflicts with new mtd ioctls that would push MTDREFRESH's number.
Also make mtd use the in-kernel mtd headers.
SVN-Revision: 28893
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
...
SVN-Revision: 28886
13 years ago
Nicolas Thill
d9aa1e3c1b
package/busybox: passwd: use MD5 hash by default (like it used to be)
...
SVN-Revision: 28885
13 years ago
Gabor Juhos
b1a4acfb40
pacakge/iw: don't show a stray ']' if the chain signal attribute list is empty
...
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
13 years ago
Jo-Philipp Wich
10f199d832
firewall: add DHCPv6 default rule ( #10381 )
...
SVN-Revision: 28874
13 years ago
Nicolas Thill
f371d516bf
package/base-files: /lib/functions.sh: add {group,user}_{add,exists} functions
...
SVN-Revision: 28871
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
...
SVN-Revision: 28870
13 years ago
Nicolas Thill
f67f9ef941
package/relayd: use new service wrappers
...
SVN-Revision: 28869
13 years ago
Nicolas Thill
72de194d16
package/ppp: use new service wrappers
...
SVN-Revision: 28868
13 years ago
Nicolas Thill
ec11af20f6
package/linux-atm: use new service wrappers
...
SVN-Revision: 28867
13 years ago
Nicolas Thill
f4dacc850c
package/base-files-network: use new service wrappers
...
SVN-Revision: 28866
13 years ago
Nicolas Thill
b7b56df707
package/base-files: enhance & cleanup service wrappers
...
* 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
13 years ago
Nicolas Thill
d0659ce37e
package/base-files: move service* functions from /etc/rc.common to /lib/functions.sh
...
SVN-Revision: 28864
13 years ago
Jo-Philipp Wich
7e3b6aa1f1
base-files: do not kill udhcpc on sysupgrade, it will tear down the interface if terminated
...
SVN-Revision: 28863
13 years ago
Jo-Philipp Wich
daca6a6a97
base-files: do not assume that "top" is busybox' top, but try to call the applet explicitely
...
SVN-Revision: 28862
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
...
SVN-Revision: 28860
13 years ago
Jo-Philipp Wich
ec20b84048
hostapd: add code to prevent accidentally bridging non-wds sta mode interfaces
...
SVN-Revision: 28858
13 years ago
Nicolas Thill
b6aef59ea8
package/base-files: move /etc/functions.sh to /lib/functions.sh
...
SVN-Revision: 28857
13 years ago
Nicolas Thill
7de2766a02
include/kernel.mk: enhance built-in/missing modules detection when packaging kmods
...
SVN-Revision: 28856
13 years ago
Felix Fietkau
9906717bfb
netifd: fix compile error when both libnl and libnl-tiny are built
...
SVN-Revision: 28854
13 years ago
Felix Fietkau
7a2efd8c28
ar71xx: remove dead code
...
SVN-Revision: 28851
13 years ago
Felix Fietkau
94309039b7
ar71xx: on ar7240, exclude ports from their own port vlan destination mask
...
SVN-Revision: 28850
13 years ago
Felix Fietkau
3a12bd8bce
busybox: use bash for gen_build_files.sh to avoid printf argument list issues on some systems
...
SVN-Revision: 28849
13 years ago
Felix Fietkau
b06efd636a
kernel: add a top level menuconfig option for enabling lockdep
...
SVN-Revision: 28848
13 years ago
Nicolas Thill
75e186832a
package/uhttpd: use new service wrapper
...
SVN-Revision: 28841
13 years ago
Nicolas Thill
d7409c85b5
package/ubus: use new service wrapper
...
SVN-Revision: 28840
13 years ago
Nicolas Thill
7a176742bb
package/netifd: use new service wrapper
...
SVN-Revision: 28839
13 years ago
Nicolas Thill
be27ac53f2
package/dropbear: use new service wrapper
...
SVN-Revision: 28838
13 years ago
Nicolas Thill
4f5cbf9f9b
package/dnsmasq: use new service wrapper
...
SVN-Revision: 28837
13 years ago
Nicolas Thill
e4a8f5abe6
package/busybox: use new service wrapper
...
SVN-Revision: 28836
13 years ago
Nicolas Thill
93886bc776
package/base-files: use new service wrapper
...
SVN-Revision: 28835
13 years ago
Nicolas Thill
10a03275bf
package/base-files: /etc/rc.common: add service wrapper around start-stop-daemon
...
SVN-Revision: 28834
13 years ago