mips74k-ar71xx-lede-patch
mips74k-ar71xx-lede-patch copied to clipboard
apply 'path_LEDE.sh' failed
Applying patch 009-detach-rtl8366-smi-dependency.patch patching file target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt Hunk #1 succeeded at 338 (offset 10 lines). Applying patch 010-no-l2-cache-runtime-check.patch patching file ./target/linux/ar71xx/patches-4.4/221-no-l2-cache-runtime-check.patch Applying patch 011-add-DNDEBUG-default.patch patching file config/Config-devel.in Applying patch 012-fix-upstream-feed.patch patching file include/version.mk Applying patch 012-update-kernel-version.patch patching file include/kernel-version.mk Hunk #1 FAILED at 3. 1 out of 1 hunk FAILED -- saving rejects to file include/kernel-version.mk.rej
Does it matter?
I am getting the same error...
I modify your September script and it works well (only path 066-... not work). Checkout for kernel 4.4.87, actually is kernel 4.4.102 and not work.
git clone https://github.com/lede-project/source.git lede
git clone -b lede-17.01 https://github.com/gwlim/mips74k-lede-patch.git temp;mv temp/patch/066-wireguard-update.patch temp/broken; mv temp/* lede/; rm -rf temp
cd lede
git checkout ab305e147ed7f950e8b34d0de23797c8dbb6a27f
./patch_LEDE.sh
make menuconfig
You could simply delete the 012 kernel version patch and it should work...
See https://github.com/gwlim/mips74k-ar71xx-lede-patch/pull/25