diff options
author | Vladimir Sorokin <sorokin@altell.ru> | 2010-05-07 14:41:15 +0400 |
---|---|---|
committer | Roman I Khimov <khimov@altell.ru> | 2010-06-07 00:09:19 +0400 |
commit | bb70fcdfae337cef75e952519fb1db5acac9e62f (patch) | |
tree | 8d84b97163840483b69eae60ec11b89cbdc12408 /recipes/xl2tpd/xl2tpd_1.2.4.bb | |
parent | 0e0f79d08fe1ed4c081080425f6fefacd4b14e26 (diff) |
xl2tpd: Initial commit.
Layer 2 Tunneling Protocol (L2TP) daemon.
Signed-off-by: Vladimir Sorokin <sorokin@altell.ru>
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Diffstat (limited to 'recipes/xl2tpd/xl2tpd_1.2.4.bb')
-rw-r--r-- | recipes/xl2tpd/xl2tpd_1.2.4.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes/xl2tpd/xl2tpd_1.2.4.bb b/recipes/xl2tpd/xl2tpd_1.2.4.bb new file mode 100644 index 0000000000..7796b6e5b1 --- /dev/null +++ b/recipes/xl2tpd/xl2tpd_1.2.4.bb @@ -0,0 +1,6 @@ +PR = "${INC_PR}.0" +require xl2tpd.inc + +SRC_URI[md5sum] = "d94fc8a13596f12a561240dfcea9f977" +SRC_URI[sha256sum] = "3e6b4314a5100a576dd075684873b1e8b84b58f7f5ceb10731fabd3ebefaa8c4" + |