mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
Update build.sh
This commit is contained in:
parent
b2687257d0
commit
bb79f78cf1
1 changed files with 3 additions and 2 deletions
5
build.sh
5
build.sh
|
@ -142,6 +142,7 @@ rm -rf "$OMR_TARGET/${OMR_KERNEL}/source/files" "$OMR_TARGET/${OMR_KERNEL}/sourc
|
|||
#rm -rf "$OMR_TARGET/${OMR_KERNEL}/source/package/boot/uboot-mediatek"
|
||||
#rm -rf "$OMR_TARGET/${OMR_KERNEL}/source/package/boot/arm-trusted-firmware-mediatek"
|
||||
rm -rf "$OMR_TARGET/${OMR_KERNEL}/source/tools/firmware-utils"
|
||||
rm -rf "$OMR_TARGET/${OMR_KERNEL}/source/package/boot/uboot-rockchip"
|
||||
cp -rf root/* "$OMR_TARGET/${OMR_KERNEL}/source"
|
||||
|
||||
cat >> "$OMR_TARGET/${OMR_KERNEL}/source/package/base-files/files/etc/banner" <<EOF
|
||||
|
@ -662,7 +663,7 @@ fi
|
|||
scripts/feeds install -a
|
||||
cp .config.keep .config
|
||||
scripts/feeds install kmod-macremapper
|
||||
-chmod -R 777 feeds/openmptcprouter
|
||||
chmod -R 777 feeds/openmptcprouter
|
||||
echo "Done"
|
||||
|
||||
if [ ! -f "../../../$OMR_TARGET_CONFIG" ]; then
|
||||
|
@ -673,4 +674,4 @@ fi
|
|||
echo "Building $OMR_DIST for the target $OMR_TARGET with kernel ${OMR_KERNEL}"
|
||||
make defconfig
|
||||
make IGNORE_ERRORS=m "$@"
|
||||
echo "Done"
|
||||
echo "Done"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue