openwrt-stuff / lede-mod

LEDE build script that applies some custom patches
15 stars 12 forks source link

what does "Please link the folder to the root of openwrt/lede source tree " mean? #2

Closed jack338c closed 7 years ago

jack338c commented 7 years ago

Hi Could you tell me what the details for apply openwrt-mod?

just git clone to source folder? or copy all files of openwrt-mod to source folder?

thank you

maz-1 commented 7 years ago

git clone or copy should be ok, but I would rather store this repository in a seperated dir and make a symbolic link to the root of lede source tree to keep a clean directory structure.

maz-1 commented 7 years ago

By the way, as the repository is not updated for a long time, you may have to fix a lot of conflicts. Feel free to open pull requests.

jack338c commented 7 years ago

@maz-1 thanks for your response I do use store this repository in a seperated dir and make a symbolic link to the root of lede source tree but it have a lot of conflicts when I did make menuconfig , just like you said. I give up finnally Now I will try again and tell you later thank you ! Jack

maz-1 commented 7 years ago

Now try to apply patches on lede-17.01 branch.

jack338c commented 7 years ago

ok I got it thank you Maz

jack338c commented 6 years ago

Hi,maz How are you doing ? according your instructions,Now I can apply patches on lede-17.01 branch. here are my steps: ..soft link ..excute patch.sh .../scripts/feeds update -a && ./scripts/feeds install -a ..select router and packages ...make -j 3 but something is wrong while compiling mentohust Here is the logs,please pull me out of there,I have done lots of google searchs,but did not make it yet

./configure: line 4923: syntax error near unexpected token external' ./configure: line 4923:AM_GNU_GETTEXT(external)' Makefile:71: recipe for target '/home/jack/lede1701/build_dir/target-mips_24kc_musl-1.1.16/mentohust-4.0-alpha2/.configured_yyynynynyyy' failed make[2]: [/home/jack/lede1701/build_dir/target-mips_24kc_musl-1.1.16/mentohust-4.0-alpha2/.configured_yyynynynyyy] Error 2 make[2]: Leaving directory '/home/jack/lede1701/feeds/extra/net/mentohust' package/Makefile:105: recipe for target 'package/feeds/extra/mentohust/compile' failed make[1]: [package/feeds/extra/mentohust/compile] Error 2 make[1]: Leaving directory '/home/jack/lede1701' /home/jack/lede1701/include/toplevel.mk:198: recipe for target 'package/mentohust/compile' failed make: *** [package/mentohust/compile] Error 2

Copying file po/remove-potcdate.sin

Thank you