Luka Perkov
ef5f836207
fix various init scripts
...
Changes include:
* removing unused variables
* replacing spaces with tabs where appropriate
* more consistency with variable declarations
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38142
2013-09-23 21:58:36 +00:00
Gabor Juhos
8b50ecc6ff
package/mtd: enable seama fixup code for ar71xx
...
It will be used for the WD My Net N600.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38073
2013-09-19 22:36:40 +00:00
John Crispin
f874094402
procd: convert various packages to procd style init.d scripts
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38023
2013-09-17 21:45:30 +00:00
John Crispin
4f62127dea
procd: update to latest git head
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38022
2013-09-17 21:45:24 +00:00
John Crispin
aa2109fb1f
ubox: make use of modprobe
...
ubox now has modprobe support
build and install the tool
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38019
2013-09-17 21:45:01 +00:00
Jo-Philipp Wich
c6c1c381d6
rpcd: update to git head
...
- recalculate session ACLs on reload
- support negative access group expressions in /etc/config/rpcd
- prevent destryoing the default session
- use "ubus_rpc_session" attribute as session identifier to enforce JSON-RPC proxy security
SVN-Revision: 37961
2013-09-13 13:24:32 +00:00
Jo-Philipp Wich
106f3eab79
rpcd: update to git head
...
- introduces persistent null session to allow access to procedures without login
- implements session.login procedure to support user logins via json-rpc
SVN-Revision: 37941
2013-09-11 12:13:33 +00:00
Felix Fietkau
392ad68960
procd: update to latest version, adds udevtrigger improvements by juhosg
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37925
2013-09-10 11:32:07 +00:00
Jo-Philipp Wich
e6d015489b
rpcd: update to git head
...
- adds support for service triggering on config commit
- adds uci transaction support
- adds daemon reload support without loosing session data
- exports headers for use by external plugins
- drops LuCI2 in favor to an out of tree plugin
SVN-Revision: 37921
2013-09-09 14:35:15 +00:00
Jo-Philipp Wich
a6b26d9aea
Add rpcd - an extensible backend server for ubus-over-json-rpc operations, session and acl management.
...
SVN-Revision: 37877
2013-09-02 15:36:51 +00:00
Jo-Philipp Wich
449d7ef460
ubox: update to git head
...
- support mounting swap files from /etc/config/fstab
- support mounting swap partitions by label
SVN-Revision: 37801
2013-08-16 13:14:21 +00:00
Jo-Philipp Wich
757e80488b
ubox: update to git head
...
- adds support for generic mount options
SVN-Revision: 37800
2013-08-16 11:18:39 +00:00
Jo-Philipp Wich
759112327a
procd: update to git head
...
- terminates uloop after forking in service manager
- redirects stdio to /dev/null for services executed from procd
SVN-Revision: 37799
2013-08-16 09:29:37 +00:00
Jo-Philipp Wich
408f0988e9
procd: update to git head
...
- terminates uloop after forking in hotplug handler
- redirects stdio to /dev/null for processes executed from hotplug
SVN-Revision: 37792
2013-08-15 10:33:52 +00:00
Felix Fietkau
368e7da483
ubus: update to latest version, fixes a bug in reconnect after ubusd dies
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37740
2013-08-08 20:45:09 +00:00
Felix Fietkau
158cc23d39
ubus: fix typo
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37701
2013-08-05 10:08:04 +00:00
Felix Fietkau
e7de3b26ed
ubus: change section/category to base, libs
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37700
2013-08-05 10:07:33 +00:00
Felix Fietkau
80f8b60607
ubus: update to latest version
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37671
2013-08-04 08:55:28 +00:00
Jo-Philipp Wich
91b814221c
ubox: update to git head
...
- fixes extroot tag file corruption with long uuids
SVN-Revision: 37623
2013-07-31 10:44:50 +00:00
Jo-Philipp Wich
3f8c8d6f60
ubox: update to git head
...
- discard vfat labels with only spaces
- support using swap files
- support extroot when required kmods and block-mount are installed on jffs2
SVN-Revision: 37551
2013-07-26 09:09:05 +00:00
Jo-Philipp Wich
bbf2b18933
ubox: update to git head
...
- use dynamically sized buffer, fixes label extraction on vfat partitions with huge cluster size
- strip trailing spaces from vfat labels, aligns behaviour with "blkid"
SVN-Revision: 37529
2013-07-24 18:24:57 +00:00
Jo-Philipp Wich
1e8e6b4645
ubox: update to git head
...
- fixes vfat partition detection on big endian systems
SVN-Revision: 37522
2013-07-24 10:08:58 +00:00
John Crispin
093f211843
update ubox and procd to latest git revision
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37516
2013-07-23 12:22:40 +00:00
Jo-Philipp Wich
60c64808dc
procd: ensure the log_proto has udp default value in log.init
...
SVN-Revision: 37508
2013-07-22 16:43:17 +00:00
John Crispin
11d027380e
procd: update to latest git head
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37504
2013-07-22 15:36:28 +00:00
John Crispin
99f15eec91
ubox: fix stack overflow in squashfs uuid code
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37503
2013-07-22 15:36:16 +00:00
Jo-Philipp Wich
ec6954e64e
procd: default to udp log protocol to keep backwards compat with busybox
...
SVN-Revision: 37496
2013-07-22 11:31:29 +00:00
Gabor Juhos
adba04e53f
procd: improve early console handling
...
The malta target is broken since procd is used
as init. The initramfs image boots fine, however
the console is not working.
Improve the early console handling to fix the
problem.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37451
2013-07-19 17:12:44 +00:00
Jo-Philipp Wich
9f6d136107
ubox: update to git head, fixes multiple null pointer dereferences and adds support for mounting lvm and raid devices
...
SVN-Revision: 37444
2013-07-19 14:50:39 +00:00
John Crispin
ae7a156434
procd: make old button hotplug rules work until all packages are migrated
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37336
2013-07-15 11:07:53 +00:00
Felix Fietkau
f75bba6f87
ubox: fix compile error ( #13877 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37330
2013-07-15 08:17:33 +00:00
John Crispin
6d7e477691
procd: update to latest git revision
...
* improves logread over net code
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37313
2013-07-14 18:00:51 +00:00
John Crispin
33a04fdfec
ubox: update to latest git revison
...
this fixes a stack corruption in kmodloader. lsmod should be fixed now
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37312
2013-07-14 18:00:43 +00:00
Felix Fietkau
b95bdc8ab5
kernel/base-files: clean up old code related to refreshing mtd partitions, it is no longer used anywhere
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37282
2013-07-14 12:56:58 +00:00
John Crispin
182866ecdc
procd: update to latest git revision
...
this fixes a regression in the watchdog init code
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37259
2013-07-11 21:16:43 +00:00
John Crispin
3c306f9d07
procd: make the log port default to 514 if none is specified
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37257
2013-07-11 21:16:25 +00:00
John Crispin
585ab22c0f
procd: update to latest git version
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37250
2013-07-11 17:01:03 +00:00
John Crispin
6f1112a5e8
procd: add proto and trigger support to the /etc/init.d/log
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37249
2013-07-11 17:00:59 +00:00
John Crispin
8eb56a88a4
procd: add a small script that handles config reloads until configd is ready
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37248
2013-07-11 17:00:54 +00:00
John Crispin
67eb275f69
procd: the delete ubus call was passed the wrong field name for services
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37247
2013-07-11 17:00:49 +00:00
John Crispin
3fcee6de2f
ubox: upgrade to latest version
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37246
2013-07-11 17:00:45 +00:00
Luka Perkov
5e672084cb
ubox: remove empty menu from block-mount
...
SVN-Revision: 37221
2013-07-09 23:17:33 +00:00
John Crispin
9004e560fe
procd: update to latest git revision
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37206
2013-07-08 16:35:19 +00:00
John Crispin
09f23981f4
procd: remove obseleted procd.init file
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37205
2013-07-08 16:35:10 +00:00
John Crispin
f60cb8c3d9
ubox: add a uci-default script for fstab generation
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37199
2013-07-08 09:01:42 +00:00
John Crispin
988c6209a1
procd: bump to latest git revision
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37158
2013-07-04 13:30:59 +00:00
John Crispin
6884a8b59d
procd: extend shell binding with trigger support
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37157
2013-07-04 13:30:55 +00:00
John Crispin
dae7f61f31
ubox: dont install lsbloader and symlink lsmod
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37156
2013-07-04 13:30:41 +00:00
John Crispin
e06ab3831b
ubox: add e2fsck support
...
Signed-off-by: Peter Wagner <tripolar@gmx.at>
SVN-Revision: 37127
2013-07-02 09:35:08 +00:00
Mirko Vogt
8221b89088
depend on libubox
...
SVN-Revision: 37092
2013-06-29 20:59:10 +00:00