summaryrefslogtreecommitdiffstats
path: root/defaultenv/defaultenv-2-base/network
Commit message (Collapse)AuthorAgeFilesLines
* defaultenv: Add README for new network configSascha Hauer2017-12-151-0/+3
| | | | | | | | Network configuration has changed. In case somebody looks to the old /env/network/ directoy place a README there to add a pointer how the new configuration is done. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* net: environment: remove ethx setup filesSascha Hauer2017-12-141-18/+0
| | | | | | | Network configuration is now done with nvvars, so /env/network/eth* files are no longer needed. Remove them. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* default environment: force a specific return valueJuergen Borleis2014-04-241-0/+2
| | | | | | | | | | | | | | | | | | | | | Since commit a162dfe50345d3461010759f8a0e79f7e388c140 the ifup command runs this file as a script. Due to a hush misbehave it could happen it returns an error code by accident. For example if the last instructions in this file are: if [ false ]; then echo "friesel" fi the hush returns 1 after running this script instead of 0 and in this case the ifup command fails. I know, the correct fix would be to fix the hush, because it is a generic issue...but how? Signed-off-by: Juergen Borleis <jbe@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* move defaultenv-2 to defaultenv/defaultenv-2-*Sascha Hauer2014-02-211-0/+16
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>