mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-14 21:10:11 +01:00
This addresses two problems: 1. `sed 'g/export USP_BOARD_NAME/d'` would erase all the lines in the affected file, regardless of whether there was a match or not. Replace this with `sed '/foo/d'`, which correctly deletes just the affected lines. 2. Changing an `interface`/`ifname` in UCI configuration would end up appending to /root/.profile due to how the control flow was written. |
||
|---|---|---|
| .. | ||
| files/etc | ||
| Config.in | ||
| Makefile | ||