BPI-R4 PRO-4E OPENWRT-V24.10.0-Master-Devel BSP, be compiled on Ubuntu-20.04 x64,update to github
1 Like
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
3 Likes
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 -;