bogdanr / HLK-RM04

Hi-Link HLK-RM04
GNU General Public License v2.0
12 stars 10 forks source link

編譯缺失(make lost) #4

Open haruzheng opened 6 years ago

haruzheng commented 6 years ago

因為我英文不太行,所以以中文為主,英文的部分可能會有很多問題。 Bucause I English not OK,so mainly Chinese,in the English part may have a lot of problems.

在Make過程中會將缺的檔案下載至dl資料夾中,其中有三個檔案無法從原設定的地方下載,以下三個為檔案名稱與可取得的路徑: linux-3.10.13.tqr.xz:https://www.kernel.org/pub/linux/kernel/v3.0/linux-3.10.13.tar.xz mpc-1.0.1.tar.gz:http://mirror.opf.slu.cz/openwrt/sources/mpc-1.0.1.tar.gz opkg-618.tar.gz:http://mirror.opf.slu.cz/openwrt/sources/opkg-618.tar.gz 將以上三個檔案放入dl資料夾中將可以順利編譯成功。

In make can download loss file to dl folder,but also 3 file can't download by default url,the three file is: linux-3.10.13.tqr.xz:https://www.kernel.org/pub/linux/kernel/v3.0/linux-3.10.13.tar.xz mpc-1.0.1.tar.gz:http://mirror.opf.slu.cz/openwrt/sources/mpc-1.0.1.tar.gz opkg-618.tar.gz:http://mirror.opf.slu.cz/openwrt/sources/opkg-618.tar.gz When the files push to dl folder,It will make success.