Disable PLIP, Enable PPP BSDCOMP, Disable SLIP

This commit is contained in:
Dave Jones 2012-01-13 13:57:43 -05:00
parent a374a8451d
commit 47a613d539
2 changed files with 6 additions and 6 deletions

View File

@ -1473,7 +1473,7 @@ CONFIG_SFC_MTD=y
# CONFIG_DEFXX is not set
# CONFIG_SKFP is not set
# CONFIG_HIPPI is not set
CONFIG_PLIP=m
# CONFIG_PLIP is not set
CONFIG_PPP=m
CONFIG_PPP_MULTILINK=y
CONFIG_PPP_FILTER=y
@ -1481,13 +1481,10 @@ CONFIG_PPP_ASYNC=m
CONFIG_PPP_SYNC_TTY=m
CONFIG_PPP_DEFLATE=m
CONFIG_IPPP_FILTER=y
# CONFIG_PPP_BSDCOMP is not set
CONFIG_PPP_BSDCOMP=y
CONFIG_PPPOE=m
CONFIG_PPP_MPPE=m
CONFIG_SLIP=m
CONFIG_SLIP_COMPRESSED=y
CONFIG_SLIP_SMART=y
# CONFIG_SLIP_MODE_SLIP6 is not set
# CONFIG_SLIP is not set
#
# Wireless LAN

View File

@ -2317,6 +2317,9 @@ fi
# ||----w |
# || ||
%changelog
* Fri Jan 13 2012 Dave Jones <davej@redhat.com>
- Disable PLIP, Enable PPP BSDCOMP, Disable SLIP
* Fri Jan 13 2012 Josh Boyer <jwboyer@redhat.com>
- Fix verbose logging messages in the rtl8192cu driver (rhbz 728740)