i have followed the instructions and try to build ChinaDNS ipk package for my Openwrt router,
but failed, could you kindly give me some suggestions? thank you
labasky@labasky-Lenovo-B590:~/temp/OpenWrt-SDK-ramips-mt7620_gcc-5.3.0_musl-1.1.15.Linux-x86_64$ pushd package
~/temp/OpenWrt-SDK-ramips-mt7620_gcc-5.3.0_musl-1.1.15.Linux-x86_64/package ~/temp/OpenWrt-SDK-ramips-mt7620_gcc-5.3.0_musl-1.1.15.Linux-x86_64
labasky@labasky-Lenovo-B590:~/temp/OpenWrt-SDK-ramips-mt7620_gcc-5.3.0_musl-1.1.15.Linux-x86_64/package$ git clone https://github.com/clowwindy/ChinaDNS.git
Cloning into 'ChinaDNS'...
remote: Counting objects: 833, done.
remote: Total 833 (delta 0), reused 0 (delta 0), pack-reused 833
Receiving objects: 100% (833/833), 180.38 KiB | 67.00 KiB/s, done.
Resolving deltas: 100% (428/428), done.
Checking connectivity... done.
labasky@labasky-Lenovo-B590:~/temp/OpenWrt-SDK-ramips-mt7620_gcc-5.3.0_musl-1.1.15.Linux-x86_64/package$ popd
~/temp/OpenWrt-SDK-ramips-mt7620_gcc-5.3.0_musl-1.1.15.Linux-x86_64
labasky@labasky-Lenovo-B590:~/temp/OpenWrt-SDK-ramips-mt7620_gcc-5.3.0_musl-1.1.15.Linux-x86_64$ make menuconfig
Collecting package info: done
*** End of the configuration.
*** Execute 'make' to start the build or try 'make help'.
labasky@labasky-Lenovo-B590:~/temp/OpenWrt-SDK-ramips-mt7620_gcc-5.3.0_musl-1.1.15.Linux-x86_64$ make -j
#
# configuration written to .config
#
make[1] world
make[2] package/compile
make[3] -C package/ChinaDNS/openwrt compile
make -r world: build failed. Please re-run make with -j1 V=s to see what's going on
/home/labasky/temp/OpenWrt-SDK-ramips-mt7620_gcc-5.3.0_musl-1.1.15.Linux-x86_64/include/toplevel.mk:185: recipe for target 'world' failed
make: *** [world] Error 1
labasky@labasky-Lenovo-B590:~/temp/OpenWrt-SDK-ramips-mt7620_gcc-5.3.0_musl-1.1.15.Linux-x86_64$
我都照作了 可是出現了錯誤訊息 沒辦法產生ipk的套件 可以指點我一下嗎?
i have followed the instructions and try to build ChinaDNS ipk package for my Openwrt router, but failed, could you kindly give me some suggestions? thank you