diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-22 12:11:47 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-22 12:11:47 +0100 |
commit | d3d5bb7ed2a8d7d8bccb56638ad977d5d7947371 (patch) | |
tree | f6b9a6ef63f630f6fed1cda56a85769b47eebda2 /package/ppp/Makefile | |
parent | b247e33b4c8eef9ef3b9ecd1d8f75b815f434cf3 (diff) |
disable ppp for musl build
Diffstat (limited to 'package/ppp/Makefile')
-rw-r--r-- | package/ppp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/ppp/Makefile b/package/ppp/Makefile index b7aa99f20..2458c68f2 100644 --- a/package/ppp/Makefile +++ b/package/ppp/Makefile @@ -15,6 +15,8 @@ PKG_URL:= http://ppp.samba.org/ PKG_SITES:= ftp://ftp.samba.org/pub/ppp/ PKG_MULTI:= 1 +PKG_LIBC_DEPENDS:= uclibc eglibc glibc + PKG_SUBPKGS:= PPP PPP_MOD_PPPOA PPP_MOD_PPPOE PPP_MOD_RADIUS PKG_SUBPKGS+= PPP_MOD_CHAT PPP_MOD_PPPDUMP PPP_MOD_PPPSTATS PPP_MOD_PPPUMTS PKGSS_PPP_MOD_PPPOE:= kmod-pppoe |