diff options
author | John Klug <john.klug@multitech.com> | 2018-12-12 09:40:20 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-07-03 17:08:20 -0500 |
commit | 56f8c38f021c7e6f755669c0bac90e1401b07a0e (patch) | |
tree | e4d25c5f04ca47828145f2182938e8e615772538 /recipes-core/multitech | |
parent | b1c17bd71b3acb55a16a7027b0b221953f222deb (diff) | |
download | meta-mlinux-56f8c38f021c7e6f755669c0bac90e1401b07a0e.tar.gz meta-mlinux-56f8c38f021c7e6f755669c0bac90e1401b07a0e.tar.bz2 meta-mlinux-56f8c38f021c7e6f755669c0bac90e1401b07a0e.zip |
PPP now allows IPV6, bump revision
Diffstat (limited to 'recipes-core/multitech')
-rw-r--r-- | recipes-core/multitech/config_2.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/multitech/config_2.1.bb b/recipes-core/multitech/config_2.1.bb index a7dbed7..f21c009 100644 --- a/recipes-core/multitech/config_2.1.bb +++ b/recipes-core/multitech/config_2.1.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Provides default system config files and /var/config fs" SECTION = "base" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" -PR = "r2" +PR = "r3" inherit update-rc.d |