]> code.ossystems Code Review - openembedded-core.git/commit
PPP: add default configuration file and fix hard-coded CFLAGS
authorRoy.Li <rongqing.li@windriver.com>
Fri, 7 Jun 2013 02:43:48 +0000 (10:43 +0800)
committerSaul Wold <sgw@linux.intel.com>
Mon, 10 Jun 2013 21:51:26 +0000 (14:51 -0700)
commit6ab8adf980f90040d3a24dd9c0f12dc04d7aadeb
treea0adda797980805fc6e81cd76084f26b50060b0c
parent18f5e6b80e1465e00242a2513a4bd90e0a2f3ff7
PPP: add default configuration file and fix hard-coded CFLAGS

1. Add three ppp configuration files, make "/etc/init.d/ppp start"
be able to work with little change. provider and pap are adopted from
Ubuntu. ppp_on_boot is adopted from http://www.wlug.org.nz.
2. Use build system CFLAGS when compiling

Signed-off-by: Roy.Li <rongqing.li@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-connectivity/ppp/ppp-2.4.5/copts.patch [new file with mode: 0644]
meta/recipes-connectivity/ppp/ppp-2.4.5/pap [new file with mode: 0644]
meta/recipes-connectivity/ppp/ppp-2.4.5/ppp_on_boot [new file with mode: 0644]
meta/recipes-connectivity/ppp/ppp-2.4.5/provider [new file with mode: 0644]
meta/recipes-connectivity/ppp/ppp_2.4.5.bb