History log of /external/ppp/pppd/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
38fcc92932de009e74111a36abd5d689be2839e1 11-Mar-2012 Chih-Wei Huang <cwhuang@linux.org.tw> Android.mk: enable pppd on non-arm platform

Change-Id: I2e991872e297363d2e0a08e92d7fcebdea96a472
/external/ppp/pppd/Android.mk
12f72b25ea06006706eb0cdbbe1c965eb8fc03be 15-Jun-2009 Chia-chi Yeh <chiachi@android.com> Few changes to pppd for VPN.

1. Remove TARGET_OUT_OPTIONAL_EXECUTABLES from Android.mk
since pppd is now required by VPN, no longer optinoal.
2. Avoid creating pid files.
3. Use linkname as a suffix of program names which allows
different users to run different set of scripts. E.g.
if linkname is "vpn", "/etc/ppp/ip-up-vpn" is executed.
/external/ppp/pppd/Android.mk
af399d90a97fe1483580abaae2966d9cbd235d57 15-Jun-2009 Chia-chi Yeh <chiachi@android.com> pppd: Enable MPPE in Android.mk.
/external/ppp/pppd/Android.mk
a4d7bac2a1623e7dc7603f5da9d5ff731dea6eac 05-Jun-2009 Chung-yih Wang <cywang@google.com> Remove the eng tag, the VPN will need pppd in user build.
/external/ppp/pppd/Android.mk
a263473d0d18736659607a8f2e178ee94cf3f989 07-May-2009 Chia-chi Yeh <chiachi@android.com> 1. Add a new option 'pppox <n>' to support PPPoX sockets. Note that using this
will make all terminal-specific options unrecognized. (see tty.c)
2. Remove libssl and ipxcp.c from Android.mk. We do not need them.
/external/ppp/pppd/Android.mk
e7f221f12403dcb4081d08e28c54d3b2a1ab05ee 14-Apr-2009 Chung-yih Wang <cywang@google.com> This change is for enabling the pppd for vpn authentication and setup.
It includes:
1. Enable the CHAPMS authentication for talking to MS vpn server.
2. Reuse the message digest/hashing functions in openssl instead of
the md4, md5 and sha1 functions in the package to save the space.
3. Enable the execution the ip-up/ip-down script on Android.

Update: add comment and replace tab with spaces.
/external/ppp/pppd/Android.mk
8ad0dd2a5c5f23cd210aedba72a43e48026e7436 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/external/ppp/pppd/Android.mk
7ec1262af43ee60f9e61973439fce12a471b4f99 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/external/ppp/pppd/Android.mk
dab68864983c4a0c6ef9e6d7e5834472c4c75f9c 21-Oct-2008 The Android Open Source Project <initial-contribution@android.com> Initial Contribution
/external/ppp/pppd/Android.mk