diff options
author | Jonathan Liu <net147@gmail.com> | 2012-08-11 17:12:06 +1000 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-08-11 22:59:12 +0200 |
commit | 380ff787d95f9fa36a73503fd3ac6d5c40a5e6bc (patch) | |
tree | 3137eefcf78713cb6e5523c6b862d1307584759c /package/Config.in | |
parent | 1ff74a535d9c5e7e7f996eb9b8d8f83f8af44f1e (diff) | |
download | buildroot-novena-380ff787d95f9fa36a73503fd3ac6d5c40a5e6bc.tar.gz buildroot-novena-380ff787d95f9fa36a73503fd3ac6d5c40a5e6bc.zip |
supervisor: new package
[thomas.petazzoni@free-electrons.com:
Fixup indentation of Config.in file.
Add 'depends on BR2_PACKAGE_PYTHON' so that the package does not
appear when the Python interpreter is not enabled.
Add license files information, but not the license tag: the package
includes software under multiple licenses.]
Signed-off-by: Jonathan Liu <net147@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/Config.in')
-rw-r--r-- | package/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Config.in b/package/Config.in index a9101b205..3a059173f 100644 --- a/package/Config.in +++ b/package/Config.in @@ -683,6 +683,7 @@ source "package/rsyslog/Config.in" source "package/sysklogd/Config.in" source "package/sysvinit/Config.in" endif +source "package/supervisor/Config.in" source "package/systemd/Config.in" source "package/util-linux/Config.in" source "package/dsp-tools/Config.in" |