Skip to content

Commit

Permalink
Define a writeable CONFDIR for iproute.
Browse files Browse the repository at this point in the history
Currently, the CONFDIR defaults to /etc/iproute2, which is on a read-only
filesystem. We plan to write some files at runtime to this directory, so we need
to point it at a read-write filesystem.

Note that nothing in Android actually uses (populates) the current CONFDIR
(/etc/iproute2). It doesn't even exist on the default system image. In other
words, this change doesn't break anything.

Change-Id: I69deb1a64d5d6647470823405bf0cc55b24b22de
Signed-off-by: Michael Bestas <[email protected]>
JIRA: CYAN-6759
  • Loading branch information
Sreeram Ramachandran authored and PRJosh committed Oct 12, 2015
1 parent eff4b7b commit 41e7b77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions busybox-full.config
Original file line number Diff line number Diff line change
Expand Up @@ -801,6 +801,7 @@ CONFIG_IP=y
CONFIG_FEATURE_IP_ADDRESS=y
CONFIG_FEATURE_IP_LINK=y
CONFIG_FEATURE_IP_ROUTE=y
CONFIG_FEATURE_IP_ROUTE_DIR="/data/misc/net"
# CONFIG_FEATURE_IP_TUNNEL is not set
CONFIG_FEATURE_IP_RULE=y
# CONFIG_FEATURE_IP_SHORT_FORMS is not set
Expand Down

0 comments on commit 41e7b77

Please sign in to comment.