I've got a little problem which makes me confused.
I create a custom OpenWrt image, i follow all build instructions and i can create a running image for a raspberry pi 2 model b. I use the git sources from branch 23-05.
I can make modifications and i can flash the new ext4 image onto my sd card. I boot the raspberry and everthing works fine.
So, i use the created SquashFS image, i flash it to the sd card, the raspberry boots and it do all firstboot actions. Everything works fine.
So, now my problem. I do some modifications at custom files and i use make to rebuild the image. I use the new created squashfs image for my sd card.
I boot the raspberry with the newly flashed disk, but the firstboot actions are not done and the old configuration is not overwriten.
I can reflash with the squashfs image, but the raspberry device holds the files and does not change the configuration.
Has anyone any ideas what i am doing wrong?
Greetings, Tom