diff options
author | Vyacheslav Pedash <vyacheslav.pedash@globallogic.com> | 2021-01-19 21:01:52 +0200 |
---|---|---|
committer | Vyacheslav Pedash <vyacheslav.pedash@globallogic.com> | 2021-02-01 15:28:29 +0200 |
commit | 38be2653dfe5f8cf6e910d822d021286983e39b8 (patch) | |
tree | aaebe74661baa98a6359fa769bd6c8e04c11ec4b | |
parent | 18507484156047c457d7656cc587a5faa5782a83 (diff) | |
download | meta-mlinux-38be2653dfe5f8cf6e910d822d021286983e39b8.tar.gz meta-mlinux-38be2653dfe5f8cf6e910d822d021286983e39b8.tar.bz2 meta-mlinux-38be2653dfe5f8cf6e910d822d021286983e39b8.zip |
MTX-3787 Add ipv4 distro feature
-rw-r--r-- | conf/distro/mlinux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/mlinux.conf b/conf/distro/mlinux.conf index 464fba8..d2b6faa 100644 --- a/conf/distro/mlinux.conf +++ b/conf/distro/mlinux.conf @@ -19,7 +19,7 @@ LOCALCONF_VERSION = "1" LAYER_CONF_VERSION ?= "6" DISTRO_FEATURES_MLINUX = "argp largefile xattr \ - ipv6 ipsec ppp \ + ipv4 ipv6 ipsec ppp \ bluetooth irda usbgadget usbhost wifi \ cramfs ext2 smbfs nfs \ libc-crypt pam \ |