From: tte_zheng_wenlong Date: Wed, 15 Mar 2017 07:15:48 +0000 (+0900) Subject: Add kernel config for renesas porter to support ppp X-Git-Tag: 3.99.1~110 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;ds=inline;h=c4f3cbda61afd9e28e03217dea0f031bc0631e30;p=AGL%2Fmeta-agl.git Add kernel config for renesas porter to support ppp Change-Id: Id387b5d6ea88dfe3c1e8a54afcb5f81f47522e9f Signed-off-by: tte_zheng_wenlong --- diff --git a/meta-agl-bsp/meta-renesas/recipes-kernel/linux/linux-renesas_%.bbappend b/meta-agl-bsp/meta-renesas/recipes-kernel/linux/linux-renesas_%.bbappend index ad297bec0..29dcc75cb 100755 --- a/meta-agl-bsp/meta-renesas/recipes-kernel/linux/linux-renesas_%.bbappend +++ b/meta-agl-bsp/meta-renesas/recipes-kernel/linux/linux-renesas_%.bbappend @@ -12,6 +12,7 @@ SRC_URI += " file://disable_delay_printk.patch \ file://0002-media-r820t-remove-redundant-initializations-in-r820.patch \ file://0003-media-r820t-avoid-potential-memcpy-buffer-overflow-i.patch \ file://hciattach.cfg \ + file://pppd-rcar.cfg \ " KERNEL_CONFIG_FRAGMENTS_append = " ${WORKDIR}/ath9k_htc.cfg ${WORKDIR}/rtl_sdr.cfg" diff --git a/meta-agl-bsp/meta-renesas/recipes-kernel/linux/linux/pppd-rcar.cfg b/meta-agl-bsp/meta-renesas/recipes-kernel/linux/linux/pppd-rcar.cfg new file mode 100755 index 000000000..e50b2e1fc --- /dev/null +++ b/meta-agl-bsp/meta-renesas/recipes-kernel/linux/linux/pppd-rcar.cfg @@ -0,0 +1,6 @@ +CONFIG_PPP=m +CONFIG_PPP_MULTILINK=y +CONFIG_PPP_ASYNC=m +CONFIG_PPP_SYNC_TTY=m +CONFIG_SLIP=m +CONFIG_SLIP_COMPRESSED=y