projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42f1e64
)
MIPS: pistachio: Enable Root FS on NFS in defconfig
author
Matt Redfearn
<
[email protected]
>
Tue, 11 Jul 2017 15:55:40 +0000
(16:55 +0100)
committer
Ralf Baechle
<
[email protected]
>
Tue, 29 Aug 2017 13:21:51 +0000
(15:21 +0200)
When the upstream kernel pistachio_defconfig is built & tested on the
ci40 platform the current lack of these options leads to essentially
false failures when the RFS fails to mount.
Signed-off-by: Matt Redfearn <
[email protected]
>
Cc: James Hartley <
[email protected]
>
Cc: Ionela Voinescu <
[email protected]
>
Cc: James Hartley <
[email protected]
>
Cc:
[email protected]
Cc:
[email protected]
Patchwork: https://patchwork.linux-mips.org/patch/16763/
Signed-off-by: Ralf Baechle <
[email protected]
>
arch/mips/configs/pistachio_defconfig
patch
|
blob
|
history
diff --git
a/arch/mips/configs/pistachio_defconfig
b/arch/mips/configs/pistachio_defconfig
index 7d32fbbca96269dd37d22d672ee2a6a6783dfc32..3aa17c5ffed07f400f44f158d4fd871b03ef0ff7 100644
(file)
--- a/
arch/mips/configs/pistachio_defconfig
+++ b/
arch/mips/configs/pistachio_defconfig
@@
-47,6
+47,8
@@
CONFIG_IP_ADVANCED_ROUTER=y
CONFIG_IP_MULTIPLE_TABLES=y
CONFIG_IP_ROUTE_MULTIPATH=y
CONFIG_IP_ROUTE_VERBOSE=y
+CONFIG_IP_PNP=y
+CONFIG_IP_PNP_DHCP=y
CONFIG_IP_MROUTE=y
CONFIG_IP_PIMSM_V1=y
CONFIG_IP_PIMSM_V2=y
@@
-292,7
+294,8
@@
CONFIG_SQUASHFS_LZO=y
CONFIG_PSTORE=y
CONFIG_PSTORE_CONSOLE=y
CONFIG_PSTORE_RAM=y
-# CONFIG_NETWORK_FILESYSTEMS is not set
+CONFIG_NFS_FS=y
+CONFIG_ROOT_NFS=y
CONFIG_NLS_DEFAULT="utf8"
CONFIG_NLS_CODEPAGE_437=m
CONFIG_NLS_ASCII=m