diff options
author | Jesse Gilles <jgilles@multitech.com> | 2015-01-23 15:35:57 -0600 |
---|---|---|
committer | Jesse Gilles <jgilles@multitech.com> | 2015-01-23 15:35:57 -0600 |
commit | 52da4548543c9d96f7bd5fbdfbf5c5d1ac3b4603 (patch) | |
tree | 501c88a4bb679b57b8ab6381c3bf3c609c02a484 | |
parent | 3bb0e9740d8f9ffd8f5e6618d2965712258c2eaa (diff) | |
download | meta-mlinux-52da4548543c9d96f7bd5fbdfbf5c5d1ac3b4603.tar.gz meta-mlinux-52da4548543c9d96f7bd5fbdfbf5c5d1ac3b4603.tar.bz2 meta-mlinux-52da4548543c9d96f7bd5fbdfbf5c5d1ac3b4603.zip |
mlinux-minimal-image: add set-rs485
-rw-r--r-- | recipes-core/images/mlinux-minimal-image.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-core/images/mlinux-minimal-image.bb b/recipes-core/images/mlinux-minimal-image.bb index bc62f93..4df7702 100644 --- a/recipes-core/images/mlinux-minimal-image.bb +++ b/recipes-core/images/mlinux-minimal-image.bb @@ -29,7 +29,10 @@ NETWORKING_FEATURES = "ppp curl iproute2 \ # config: Handles default config files stored in /var/config. # /var/config is mounted on a separate flash partition so that config # files survive flashing of rootfs. See recipe for details. -MULTITECH_FEATURES = "mts-io config mts-id-eeprom" +# +# set-rs485: enables RS485 half-duplex mode for a given tty device + +MULTITECH_FEATURES = "mts-io config mts-id-eeprom set-rs485" UPGRADE_FEATURES = "upgrade-reboot mtd-utils-static" |