netmodule: Add symlink to freescale/common
This symlink is created in yocto but is required to build uboot properly. In order to avoid mixing freescale common and netmodule common, it is better and costs nothing to have it permanent here. BugzID: 70346
This commit is contained in:
parent
ec54da360d
commit
3e868e8600
|
|
@ -23,8 +23,6 @@
|
|||
*.patch
|
||||
*.cfgtmp
|
||||
|
||||
# Links
|
||||
/board/netmodule/common
|
||||
|
||||
# External tools
|
||||
/imx-mkimage.git/
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
../freescale/common
|
||||
Loading…
Reference in New Issue