473 Commits

Author SHA1 Message Date
Stephan Raue
36f99727ee busybox: add 'renice' applet
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-02-09 01:36:52 +01:00
Dag Wieers
314b3a76bb Fix typo in script name 2013-02-09 01:20:16 +01:00
Dag Wieers
ab35dbe2ae Remote syslog support from OpenELEC settings
This patch adds remote syslog support. The syslog startup script will add the necessary options, and leaves room for a custom syslog.conf from /storage/.config (as it was before).
2013-02-09 00:25:57 +01:00
Stephan Raue
78ec06c9dc busybox: dont build applet 'powertop'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-02-08 04:42:11 +01:00
Stephan Raue
8647083a85 Merge pull request #1856 from dagwieers/syslog-config
Allow syslog.conf to be locally customized from /storage/.config/syslog.conf
2013-02-06 13:42:19 -08:00
Dag Wieers
8672ac5b63 Allow syslog.conf to be locally customized from /storage/.config/syslog.conf
Since I would like to remotely log whatever goes on on my AppleTV devices, I need a way to modify the syslog.conf that is used, or need to provide options to syslogd. This was the easiest pick of the two :)
2013-02-06 22:36:53 +01:00
Stefan Saraev
3f9a6d3353 busybox: mount debugfs 2013-02-04 20:30:19 +02:00
Stefan Saraev
aece064802 busybox: rework cron support 2013-01-26 19:21:49 +02:00
Stefan Saraev
30c4121a0c busybox: oops, accidently removed cron support in 2a80b33c0. sry 2013-01-26 17:24:27 +02:00
Stefan Saraev
2a80b33c0d busybox: add sysctl.conf.sample 2013-01-26 17:19:15 +02:00
Stephan Raue
4236f4f826 busybox: update to busybox-1.21.0
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-01-22 03:17:28 +01:00
Stephan Raue
a6e0fce26a nano: move to 'tools', install from busybox's install script
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-01-20 02:08:10 +01:00
Stephan Raue
e4e0350784 busybox: move crond init script to scripts folder, cleanups
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-01-19 21:31:14 +01:00
Stefan Saraev
288080c383 add cron support 2013-01-19 20:57:21 +02:00
Stefan Saraev
c1c99b34d5 busybox: add 'crond' and 'crontab' applets 2013-01-19 20:52:00 +02:00
Stefan Saraev
948e47ddf5 busybox: some extra speed up 2013-01-18 22:38:17 +02:00
Stefan Saraev
84faae5a0a busybox: re-add 'safe shutdown / reboot' 2013-01-17 21:57:31 +02:00
Stephan Raue
ddf2d4a476 bvusybox: update upstream patches
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-01-16 04:01:50 +01:00
Stefan Saraev
466ce36555 busybox: add 'killall5' applet. 2013-01-15 22:30:17 +02:00
Stefan Saraev
11c294f4e1 busybox: init: support for custom sysctl.conf file in /storage/.config/ 2013-01-14 22:38:37 +02:00
Stephan Raue
2392c4a884 busybox: install pciutils and usbutils
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-12-03 00:08:45 +01:00
Stephan Raue
ee4ec2c762 Revert "busybox: fix last commit, thanks to vpeter"
This reverts commit 40824b50e03ed431bcb8c27dda74a6c41bcf52b2.
2012-11-23 19:55:07 +01:00
Stephan Raue
40824b50e0 busybox: fix last commit, thanks to vpeter
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-11-23 19:40:28 +01:00
Stephan Raue
0d86429a54 busybox: add support to parse '`' too, thanks to vpeter
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-11-23 19:32:43 +01:00
Stephan Raue
932fa980e0 Merge pull request #1433 from ribbon10/master
Corrections for create of /var/config/settings.conf
2012-11-23 10:30:50 -08:00
Stephan Raue
2d41a153c0 Revert "busybox: add blkid exFAT support"
This reverts commit 956f5a1e14efb663700a51c5c2d08ee7fca1e4ea.
2012-11-14 01:24:45 +01:00
Stephan Raue
f66041febd busybox: add patch to fix CIFS 'bug' with kernel > 3.3.7
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-11-14 00:12:49 +01:00
Stephan Raue
956f5a1e14 busybox: add blkid exFAT support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-11-14 00:11:44 +01:00
ribbon10
d6c7d08d39 Corrections for create of /var/config/settings.conf
- Busybox awk does not interpret the -F option as regular expression.
With this patch the field seperators are '" and not \"|'
- Added gsub for $ so that it becomes \$. THis is because the generated
config file assignes string with "" to variables. Insite "" the $ sign
is used to reference variables.

This problem was discovered with a wlan passphrase that included a \
and & sign. Here is a example string that can be used to reproduce both
problems:
<setting id="TEST_KEY" value="$-you_can_see_me\you_can_not_see_me" />

Here is what we get before merge:
echo '<setting id="TEST_KEY"
value="$-you_can_see_me\you_can_not_see_me" />' | awk -F'[\"|'\'']'
'{gsub(/\&quot\;/, "\\\"", $4); gsub(/\&apos\;/, "\047", $4);
gsub(/\&amp\;/, "\\&", $4); gsub(/\&lt\;/, "<", $4); gsub(/\&gt\;/,
">", $4); print $2"=\""$4"\"";}'
TEST_KEY="$-you_can_see_me"

Here is what we get after merge:
echo '<setting id="TEST_KEY"
value="$-you_can_see_me\you_can_not_see_me" />' | awk -F'["'\'']'
'{gsub(/\&quot\;/, "\\\"", $4); gsub(/\&apos\;/, "\047", $4);
gsub(/\&amp\;/, "\\&", $4); gsub(/\&lt\;/, "<", $4); gsub(/\&gt\;/,
">", $4); gsub(/\$/, "\\\$", $4); print $2"=\""$4"\"";}'
TEST_KEY="\$-you_can_see_me\you_can_not_see_me"
2012-11-04 20:49:36 +01:00
Stephan Raue
ef23929355 busybox: add local addons to $LD_LIBRARY_PATH
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-10-23 16:02:04 +02:00
Stephan Raue
363e2bd65c busybox: add applet 'nohup', this fixes #1259
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-10-12 19:26:57 +02:00
Stephan Raue
3edbb46861 Revert "remove package 'bash'"
This reverts commit 21ef847c815c44c0771b023b451cc62adf702d8f.

Conflicts:
	packages/sysutils/busybox/config/busybox.conf
2012-10-07 05:32:05 +02:00
Stephan Raue
f47b899f15 busybox: add nanodate support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-09-26 00:25:35 +02:00
vpeter4
eb21f0147b connman: wait longer time for wlan interface to appear
busybox: add seq applet (useful for long loops)
2012-09-16 12:21:44 +02:00
Stephan Raue
9ce867cbfb busybox: add upstream patches
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-08-28 23:11:16 +02:00
Stefan Saraev
9535082e26 busybox: add 'stat' applet. closes #1137 2012-08-23 23:42:35 +03:00
Stephan Raue
0b41b2dacf busybox: move modprobe.d files to package 'kmod'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-07-30 17:36:55 +02:00
Stephan Raue
ca9f809307 busybox: update aliases.conf
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-07-30 17:29:05 +02:00
Stephan Raue
85d5f24916 busybox: add upstream patch to support (e)glibc-2.16
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-07-17 04:12:56 +02:00
JD239
cfb49e8781 The color scheme defined in /etc/profile.d/shell.conf makes most of the text white. This is quite hard to read on a white background. The file itself is readonly and I can't seem to override it with a .bashrc or .bash_profile.
This commit allows the client terminal to set its preferred text color.
2012-07-09 23:34:51 +03:00
Stephan Raue
29ea004d8d busybox: update to busybox-1.20.2
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-07-03 18:08:16 +02:00
Stephan Raue
46a710528a busybox: add upstream patches
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-07-01 18:32:20 +02:00
Pete Schwamb
87846eca5f Fix usage of ampersands in wifi passphrases. They were being passed to connman as &amp; 2012-06-16 16:56:24 -05:00
Stephan Raue
37f930f3a9 busybox: update upstream patches
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-06-14 19:28:15 +02:00
Stephan Raue
0953c93f37 busybox: add applet 'apt-get'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-06-07 18:31:48 +02:00
Stefan Saraev
b0305086df busybox: libbb: enable bash-like history saving & search (ctrl-r) 2012-06-05 21:04:38 +03:00
Stephan Raue
21ef847c81 remove package 'bash'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-05-31 20:24:45 +02:00
Stephan Raue
dea831f671 Revert "busybox: add 'readahead' applet"
This reverts commit 1741022ffa9d80e7ac06f3d91abe5041dcdbc6ec.
2012-05-28 23:04:07 +02:00
Stephan Raue
77a89b484f busybox: update to busybox-1.20.1
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-05-28 22:04:02 +02:00
Stephan Raue
1741022ffa busybox: add 'readahead' applet
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-05-27 02:49:53 +02:00