lwip: fix a compilation error
authorJin-Seong Kim <jseong82.kim@samsung.com>
Tue, 11 Apr 2017 04:26:04 +0000 (13:26 +0900)
committerHeesub Shin <heesub.shin@samsung.com>
Tue, 18 Apr 2017 03:02:14 +0000 (12:02 +0900)
This commit is to fix compilation error due to NET_ARP_TABLE_SIZE
according to lwipopts.h, CONFIG_NET_ARP_TABLESIZE is intended
configuration.

Change-Id: Id9fd2a52117c7c4b739e64c452e31d2aecb0a69e
Signed-off-by: Jin-Seong Kim <jseong82.kim@samsung.com>
os/net/lwip/configs/arp/Kconfig

index 838a632..5e19f98 100644 (file)
@@ -14,7 +14,7 @@ config NET_ARP
 
 if NET_ARP
 
-config NET_ARP_TABLE_SIZE
+config NET_ARP_TABLESIZE
        int "ARP table size"
        default 10
        ---help---