Skip to content

Commit

Permalink
Enable multiple routing table support for IPv4 in the Kernel and remo…
Browse files Browse the repository at this point in the history
…ving DEBUG and MSDOS partition support to keep the size of the kernel below 1Mb because of kernel partition size
  • Loading branch information
Saverio Proto committed Aug 1, 2012
1 parent 3f0413e commit b680259
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions target/linux/ubnt/config-2.6.32
Expand Up @@ -5,8 +5,8 @@
#
CONFIG_MIPS=y

CONFIG_DEBUG_KERNEL=y
CONFIG_DEBUG_INFO=y
CONFIG_DEBUG_KERNEL=n
CONFIG_DEBUG_INFO=n

#
# Machine selection
Expand Down Expand Up @@ -334,7 +334,7 @@ CONFIG_IP_ADVANCED_ROUTER=y
CONFIG_ASK_IP_FIB_HASH=y
# CONFIG_IP_FIB_TRIE is not set
CONFIG_IP_FIB_HASH=y
# CONFIG_IP_MULTIPLE_TABLES is not set
CONFIG_IP_MULTIPLE_TABLES=y
# CONFIG_IP_ROUTE_MULTIPATH is not set
# CONFIG_IP_ROUTE_VERBOSE is not set
# CONFIG_IP_PNP is not set
Expand Down Expand Up @@ -1150,7 +1150,7 @@ CONFIG_PARTITION_ADVANCED=y
# CONFIG_AMIGA_PARTITION is not set
# CONFIG_ATARI_PARTITION is not set
# CONFIG_MAC_PARTITION is not set
CONFIG_MSDOS_PARTITION=y
CONFIG_MSDOS_PARTITION=n
# CONFIG_BSD_DISKLABEL is not set
# CONFIG_MINIX_SUBPARTITION is not set
# CONFIG_SOLARIS_X86_PARTITION is not set
Expand Down

0 comments on commit b680259

Please sign in to comment.