BPI-R4 PRO-4E OPENWRT-V24.10.0-Master-Devel BSP, be compiled on Ubuntu-20.04 x64,update to github
Please use clone of original openwrt and put your changes as separate commits on top so that we can see your changes instead of one huge “initial” commit
That would indeed be very helpful. Using git by making commits That is the general idea of git
hi frank-w,
we can’t do it. the BSP is based on MTK’s MP4.1 mt76 opensource wifi driver. it include a lot of mtk vendor’s patch and sourcecode.
the below Opnewrt’s code base:
git clone --branch openwrt-24.10 https://git.openwrt.org/openwrt/openwrt.git openwrt cd openwrt; git checkout 3a481ae21bdc504f7f0325151ee0cb4f25dfd2cd; cd -;
If BPI would take the time to use commits to change the code from the base, it would help the community a lot to contribute to stable firmware.
The benefit for BPI of the contributions of the community would be worth substantially more than this increased time.
It would be a win-win situation.
Also, internally you would benefit from using commits.
If this openwrt commit is the base commit you could clone / fork at this point,put mtk patches as separate commit and then your changes…that makes it really clean
GitHub is a git version-controlled repository. What you uploaded is not version-controlled, it’s just a bunch of crap that could have been a .zip file. Start integrating, instead of needlessly duplicating work.