From 0302664a0116a1b4eff8ab932abffde85953abac Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 29 Dec 2015 20:20:19 +0100 Subject: use rw for nfsroot --- target/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'target/Makefile') diff --git a/target/Makefile b/target/Makefile index 180f5f05e..2ca5db6ad 100644 --- a/target/Makefile +++ b/target/Makefile @@ -64,6 +64,9 @@ endif ifeq ($(ADK_TARGET_ROOTFS_NFSROOT),) @$(SED) 's#^\(CONFIG_.*CMDLINE="\)\(.*\)"#\1\2 ro"#' \ $(BUILD_DIR)/.kernelconfig.board +else + @$(SED) 's#^\(CONFIG_.*CMDLINE="\)\(.*\)"#\1\2 rw"#' \ + $(BUILD_DIR)/.kernelconfig.board endif @$(SED) 's#^\(CONFIG_.*CMDLINE="\)\(.*\)"#\1\2 $(FS_CMDLINE)"#' \ $(BUILD_DIR)/.kernelconfig.board -- cgit v1.2.3