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/rp-pppoe | |
parent | b247e33b4c8eef9ef3b9ecd1d8f75b815f434cf3 (diff) |
disable ppp for musl build
Diffstat (limited to 'package/rp-pppoe')
-rw-r--r-- | package/rp-pppoe/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/rp-pppoe/Makefile b/package/rp-pppoe/Makefile index 3c64eef20..75ed5fee9 100644 --- a/package/rp-pppoe/Makefile +++ b/package/rp-pppoe/Makefile @@ -13,6 +13,7 @@ PKG_DEPENDS:= ppp PKG_URL:= http://www.roaringpenguin.com/ PKG_SITES:= http://www.roaringpenguin.com/files/download/ +PKG_LIBC_DEPENDS:= uclibc eglibc glibc PKG_SUBPKGS:= PPPOE_CLIENT PPPOE_RELAY PPPOE_SERVER PPPOE_SNIFF WRKSRC= ${WRKDIST}/src |