I want to modify the permission of a file.
I created my own device_table.txt in location board/<product>
.
Configured BR2_ROOTFS_DEVICE_TABLE
to point to the location of the new device_table.txt.
The permission of the file is not modified.
I can see that buildroot uses a default device_table.txt: system/device_table.txt.
Do I have to do extra configurations to buildroot? What I am missing?