Skip to content

Instantly share code, notes, and snippets.

@sp3c73r2038
Created February 27, 2013 06:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save sp3c73r2038/5045793 to your computer and use it in GitHub Desktop.
Save sp3c73r2038/5045793 to your computer and use it in GitHub Desktop.
kernel config for 3.6.11 of RPi

RPI 3.6.11 kernel for home router

Networking support --->
  Networking options --->
    [*] Network packet filtering framework (Netfilter) --->
      Core Netfilter Configuration --->
        <*> Netfilter connection tracking support
        <*>   FTP protocal support
        <*>   IRC protocal support
        <*>   Connection tracking netlink interface
        -*- Netfilter Xtables support (required for ip_tables)
            *** Xtables targets ***
        <*> LOG target support
        <*> "MARK" target support
            *** Xtables matches ***
        <*> "conntrack" connection tracking match support
        <*> "iprange" address range match support
        <*> "mac" address range match support
        <*> "Multiport" Multiple port match support
        <*> "state" match support
      IP: Netfilter Configuration --->
        <*> IPv4 connection tracking support (required for NAT)
        <*> IP tables support (required for filtering/masq/NAT)
        <*>   Packet filtering
        <*>     REJECT target support
        <*>   Full NAT
        <*>     MASQUERADE target support
        <*>     REDIRECT target support
        <*>   Packet mangling

Device Drivers --->
  <M> Connector - unified userspace <-> kernelspace linker
  [*] Block Devices --->
    <*> Loopback device support
  [*] Network device support --->
    [*] PPP (point-to-point protocal) support
    <M>   PPP BSD-Compress compression
    <M>   PPP Deflat compression
    [*]   PPP filtering
    <M>   PPP MPPE compression (encryption) (EXPERIMENTAL)
    <M>   PPP over Ethernet
    <M>   PPP support for async serial ports
    <M>   PPP support for sync tty ports

Cryptographic API --->
  <M>   SHA224 and SHA256 digest algorithm
  <M>   SHA384 and SHA512 digest algorithms
        *** Compression ***
  <M>   Deflate compression algorithm

File systems --->
  [*] Miscellaneous filsystems --->
    <M> SquashFS 4.0 - Squashed file system support
    [*]  Squashfs XATTR support
    [*]  include support for ZLIB compressed file systems
    [*]  include support for LZO compressed file systems
    [*]  include support for XZ compressed file systems

FILES NEED TO BE BACKED UP

/etc/shadow
/etc/passwd
/etc/group
/etc/conf.d/net
/etc/fstab
/etc/portage (DIR)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment