Update buidlroot to version 2016.08.1
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
config BR2_PACKAGE_PPPD
|
||||
bool "pppd"
|
||||
depends on !BR2_STATIC_LIBS
|
||||
depends on !BR2_TOOLCHAIN_USES_MUSL # Use __P() macro all over the tree
|
||||
depends on BR2_USE_MMU
|
||||
help
|
||||
An implementation of the Point-to-point protocol.
|
||||
@@ -24,6 +25,6 @@ config BR2_PACKAGE_PPPD_RADIUS
|
||||
|
||||
endif
|
||||
|
||||
comment "pppd needs a toolchain w/ dynamic library"
|
||||
depends on BR2_STATIC_LIBS
|
||||
comment "pppd needs a uClibc or glibc toolchain w/ dynamic library"
|
||||
depends on BR2_STATIC_LIBS || BR2_TOOLCHAIN_USES_MUSL
|
||||
depends on BR2_USE_MMU
|
||||
|
||||
Reference in New Issue
Block a user