Commit f08c53f
committed
post-image.sh: Source .config to ensure we always get BR2_DEFCONFIG
When building from distclean it seems make isn't sourcing the .config
file properly in time for post-image.sh. So BR2_EXTERNAL was unset,
thus leading to an unknown platform => netbox-.img.
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>1 parent de08767 commit f08c53f
1 file changed
+6
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
3 | 6 | | |
4 | 7 | | |
5 | 8 | | |
| |||
10 | 13 | | |
11 | 14 | | |
12 | 15 | | |
13 | | - | |
| 16 | + | |
14 | 17 | | |
15 | 18 | | |
16 | 19 | | |
| |||
26 | 29 | | |
27 | 30 | | |
28 | 31 | | |
29 | | - | |
| 32 | + | |
0 commit comments