diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2014-06-26 15:06:39 -0300 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-06-27 13:04:07 +0200 |
commit | 9f919c49e0af724d50bd06bcc59c3a333242267f (patch) | |
tree | 24531f3838ada3322305104b45d9f28f16b26370 /package/bmon/bmon-gcc4.patch | |
parent | 9fbd8cc07e26cd4cc436e015a14aeee5563f2619 (diff) | |
download | buildroot-9f919c49e0af724d50bd06bcc59c3a333242267f.tar.gz buildroot-9f919c49e0af724d50bd06bcc59c3a333242267f.zip |
bmon: bump to version 3.2
And add license information, homepage and switch upstream source.
[Peter: no longer needs IPv6/mmu, fix static link]
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/bmon/bmon-gcc4.patch')
-rw-r--r-- | package/bmon/bmon-gcc4.patch | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/package/bmon/bmon-gcc4.patch b/package/bmon/bmon-gcc4.patch deleted file mode 100644 index 23c12b5380..0000000000 --- a/package/bmon/bmon-gcc4.patch +++ /dev/null @@ -1,36 +0,0 @@ -diff -ru bmon-2.1.0~/src/out_audio.c bmon-2.1.0/src/out_audio.c ---- bmon-2.1.0~/src/out_audio.c 2008-07-26 20:06:24.000000000 +0200 -+++ bmon-2.1.0/src/out_audio.c 2008-07-26 20:09:42.000000000 +0200 -@@ -141,7 +141,7 @@ - .om_draw = audio_draw, - .om_set_opts = audio_set_opts, - .om_probe = audio_probe, -- .om_shutdown audio_shutdown, -+ .om_shutdown = audio_shutdown - }; - - static void __init audio_init(void) -diff -ru bmon-2.1.0~/src/out_db.c bmon-2.1.0/src/out_db.c ---- bmon-2.1.0~/src/out_db.c 2008-07-26 20:06:24.000000000 +0200 -+++ bmon-2.1.0/src/out_db.c 2008-07-26 20:07:44.000000000 +0200 -@@ -679,7 +679,7 @@ - .om_draw = db_draw, - .om_set_opts = db_set_opts, - .om_probe = db_probe, -- .om_shutdown db_shutdown, -+ .om_shutdown = db_shutdown, - }; - - static void __init db_init(void) -diff -ru bmon-2.1.0~/src/out_xml_event.c bmon-2.1.0/src/out_xml_event.c ---- bmon-2.1.0~/src/out_xml_event.c 2008-07-26 20:06:24.000000000 +0200 -+++ bmon-2.1.0/src/out_xml_event.c 2008-07-26 20:09:42.000000000 +0200 -@@ -127,7 +127,7 @@ - .om_draw = xml_event_draw, - .om_set_opts = xml_event_set_opts, - .om_probe = xml_event_probe, -- .om_shutdown xml_event_shutdown, -+ .om_shutdown = xml_event_shutdown - }; - - static void __init xml_event_init(void) |