mirror of
https://dev.iopsys.eu/feed/targets.git
synced 2025-12-20 01:19:56 +08:00
Do not set CFG in 01*_network scripts. Setting CFG is not done anywhere else in OpenWrt and severely hinders debugging. Remove shebang as well because board.d scripts are sourced, not executed. When using board_detect test.json to test the scripts, all scripts would write to the test.json file, but networking scripts would still write to /etc/board.json creating "confusion of the highest order", which can take much longer time to debug than anyone would dare to admit. Signed-off-by: Andreas Gnau <andreas.gnau@iopsys.eu>