Skip to content

Commit b680259

Browse files
author
Saverio Proto
committed
Enable multiple routing table support for IPv4 in the Kernel and removing DEBUG and MSDOS partition support to keep the size of the kernel below 1Mb because of kernel partition size
1 parent 3f0413e commit b680259

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

target/linux/ubnt/config-2.6.32

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
#
66
CONFIG_MIPS=y
77

8-
CONFIG_DEBUG_KERNEL=y
9-
CONFIG_DEBUG_INFO=y
8+
CONFIG_DEBUG_KERNEL=n
9+
CONFIG_DEBUG_INFO=n
1010

1111
#
1212
# Machine selection
@@ -334,7 +334,7 @@ CONFIG_IP_ADVANCED_ROUTER=y
334334
CONFIG_ASK_IP_FIB_HASH=y
335335
# CONFIG_IP_FIB_TRIE is not set
336336
CONFIG_IP_FIB_HASH=y
337-
# CONFIG_IP_MULTIPLE_TABLES is not set
337+
CONFIG_IP_MULTIPLE_TABLES=y
338338
# CONFIG_IP_ROUTE_MULTIPATH is not set
339339
# CONFIG_IP_ROUTE_VERBOSE is not set
340340
# CONFIG_IP_PNP is not set
@@ -1150,7 +1150,7 @@ CONFIG_PARTITION_ADVANCED=y
11501150
# CONFIG_AMIGA_PARTITION is not set
11511151
# CONFIG_ATARI_PARTITION is not set
11521152
# CONFIG_MAC_PARTITION is not set
1153-
CONFIG_MSDOS_PARTITION=y
1153+
CONFIG_MSDOS_PARTITION=n
11541154
# CONFIG_BSD_DISKLABEL is not set
11551155
# CONFIG_MINIX_SUBPARTITION is not set
11561156
# CONFIG_SOLARIS_X86_PARTITION is not set

0 commit comments

Comments
 (0)