diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-28 12:56:36 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-28 12:56:36 +0100 |
commit | 62d218c2368b3ad1e9802075cef06e3f626fb234 (patch) | |
tree | 4804f063c6e29cd1b17097324d6bd262a3c291b5 /package/ppp | |
parent | b3259201a158cb1a571c2a3b2976fbd7b95a4b80 (diff) | |
parent | 03c7aed5dcad2172bbe1bcd311fabb63fbf6dca0 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/ppp')
-rw-r--r-- | package/ppp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/ppp/Makefile b/package/ppp/Makefile index 322812d9c..09327b6ea 100644 --- a/package/ppp/Makefile +++ b/package/ppp/Makefile @@ -9,6 +9,7 @@ PKG_RELEASE:= 18 PKG_MD5SUM:= 183800762e266132218b204dfb428d29 PKG_DESCR:= Point-to-Point Protocol software PKG_SECTION:= net +PKG_MULTI:= 1 PKG_DEPENDS:= kmod-ppp PKG_URL:= http://ppp.samba.org PKG_SITES:= ftp://ftp.samba.org/pub/ppp/ |