Rename patch_kernel_5.4.sh to patch_kernel_5.4-test.sh
This commit is contained in:
20
patch_kernel_5.4-test.sh
Normal file
20
patch_kernel_5.4-test.sh
Normal file
@@ -0,0 +1,20 @@
|
||||
cd friendlywrt-rk3328
|
||||
cd kernel/
|
||||
git apply ../../add_fullconenat.diff
|
||||
wget https://github.com/armbian/build/raw/master/patch/kernel/rockchip64-dev/RK3328-enable-1512mhz-opp.patch
|
||||
git apply RK3328-enable-1512mhz-opp.patch
|
||||
cd ../
|
||||
git clone https://github.com/openwrt/openwrt && cd openwrt/
|
||||
git checkout 68d9cb82143b864d70e4fb3d7cbb7068f82216a1
|
||||
#rm target/linux/generic/pending-5.4/403-mtd-hook-mtdsplit-to-Kbuild.patch
|
||||
#rm target/linux/generic/hack-5.4/700-swconfig_switch_drivers.patch
|
||||
cp -a ./target/linux/generic/files/* ../kernel/
|
||||
./scripts/patch-kernel.sh ../kernel target/linux/generic/backport-5.4
|
||||
./scripts/patch-kernel.sh ../kernel target/linux/generic/pending-5.4
|
||||
./scripts/patch-kernel.sh ../kernel target/linux/generic/hack-5.4
|
||||
cd ../
|
||||
wget https://github.com/torvalds/linux/raw/master/scripts/kconfig/merge_config.sh && chmod +x merge_config.sh
|
||||
grep -i '_NETFILTER_\|FLOW' ../.config.override > .config.override
|
||||
./merge_config.sh -m .config.override kernel/arch/arm64/configs/nanopi-r2_linux_defconfig && mv .config kernel/arch/arm64/configs/nanopi-r2_linux_defconfig
|
||||
|
||||
sed -i -r 's/# (CONFIG_.*_ERRATUM_.*?) is.*/\1=y/g' kernel/arch/arm64/configs/nanopi-r2_linux_defconfig
|
||||
Reference in New Issue
Block a user