summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Hieber <r.hieber@pengutronix.de>2018-11-15 10:51:03 +0100
committerRoland Hieber <r.hieber@pengutronix.de>2018-11-18 22:32:30 +0100
commit7694bdcd1afa99d1ca45581edd34ff21496df3cc (patch)
tree7bbf590347e2a624d2dd7a44f73756e76cbb7bce
parentd35463e8b55ef1838a29205bc0ce816e274c02fa (diff)
downloadDistroKit-7694bdcd1afa99d1ca45581edd34ff21496df3cc.tar.gz
DistroKit-7694bdcd1afa99d1ca45581edd34ff21496df3cc.tar.xz
rpi: kernel: BOOTP is obsolete and not needed when DHCP is enabled
Signed-off-by: Roland Hieber <r.hieber@pengutronix.de>
-rw-r--r--configs/platform-rpi/kernelconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/platform-rpi/kernelconfig b/configs/platform-rpi/kernelconfig
index 8569da4..d51571f 100644
--- a/configs/platform-rpi/kernelconfig
+++ b/configs/platform-rpi/kernelconfig
@@ -609,7 +609,7 @@ CONFIG_INET=y
# CONFIG_IP_ADVANCED_ROUTER is not set
CONFIG_IP_PNP=y
CONFIG_IP_PNP_DHCP=y
-CONFIG_IP_PNP_BOOTP=y
+# CONFIG_IP_PNP_BOOTP is not set
# CONFIG_IP_PNP_RARP is not set
# CONFIG_NET_IPIP is not set
# CONFIG_NET_IPGRE_DEMUX is not set