Skip to content

Build erstellen

Christian edited this page Jan 4, 2022 · 5 revisions
git fetch upstream
git checkout "fnx/host/<H>"
git merge "v19.07.<N>"

# git mergetool
# git commit

./scripts/feeds update -a
./scripts/feeds install -a

cp -avf .myconfig .config
make defconfig

make menuconfig # Update version!
./scripts/diffconfig.sh > .myconfig

time make -j$(nproc)

git commit -m "Build v19.07.<N>-fnx+<H><R>" .myconfig
git tag "v19.07.<N>-fnx+<H><R>"
git push && git push --tags
# Edit release at GitHub.
Clone this wiki locally