mips74k-ar71xx-lede-patch icon indicating copy to clipboard operation
mips74k-ar71xx-lede-patch copied to clipboard

apply 'path_LEDE.sh' failed

Open Ticalaryield opened this issue 7 years ago • 3 comments

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?

Ticalaryield avatar Oct 28 '17 08:10 Ticalaryield

I am getting the same error...

protocold avatar Nov 23 '17 13:11 protocold

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

jgvega avatar Dec 08 '17 16:12 jgvega

You could simply delete the 012 kernel version patch and it should work...

See https://github.com/gwlim/mips74k-ar71xx-lede-patch/pull/25

juppin avatar Mar 19 '18 06:03 juppin