(1)
Jaki to wiem :-) ale jak ściągnąć dokładnie ten?
Wpisując: git clone -b chaos_calmer https://github.com/openwrt/chaos_calmer
ściągą całe źródło.
(proszę pamiętaj o mim poziomie znajomości tego systemu/tematu).
(2)
Mam jeszcze pytanie odnośnie twojej sugestii z aktualizacją do LEDE.
Dlaczego na stronie eko.one.pl nie ma w katalogu LEDE wsadu do 63xx?
Na stronie openert jest system ale bez luci, a na nim bardzo mi zależy.
(3)
Wczoraj powalczyłem z tematem i nie wygląda już to tak kolorowo ...
Tak jak napisałeś ściągnąłem źródło z https://github.com/openwrt/chaos_calmer
Kompilacje robię na wirtualnej maszynie na świeżym Ubuntu 17.
I pierwszy problem pojawił się przy:
...
Build dependency: Please install the openssl library (with development headers)
Build dependency: Please install Python 2.x
Build dependency: Please install Git (git-core) >= 1.6.5
/home/wic/chaos_calmer/include/prereq.mk:12: recipe for target 'prereq' failed
Prerequisite check failed. Use FORCE=1 to override.
/home/wic/chaos_calmer/include/toplevel.mk:140: recipe for target 'staging_dir/host/.prereq-build' failed
make: *** [staging_dir/host/.prereq-build] Error 1
Poradziłem sobie z tym po przez intall/upgrade tych pakietów.
Tylko w przypadku "Git (git-core) >= 1.6.5" musiałem to rozwiązać patchem "git-version-check-fix.patch".
Zmieniając wersje na starsze nie pomagało.
Szukając po necie wersja(1.6.5) była tylko na system 32 bitowy - rok 2009 (tak to zrozumiałem).
Odpaliłem menuconfig i wybrałem: Target System:(Broadcom BCM63xx), Target Profile:(Huawei EhoLife HG553) następnie:
no i problem
...
Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at ./bin/automake.tmp line 3938.
Makefile:50: recipe for target '/home/wic/chaos_calmer/build_dir/host/automake-1.15/.configured' failed
make[3]: *** [/home/wic/chaos_calmer/build_dir/host/automake-1.15/.configured] Error 255
make[3]: Leaving directory '/home/wic/chaos_calmer/tools/automake'
tools/Makefile:122: recipe for target 'tools/automake/compile' failed
make[2]: *** [tools/automake/compile] Error 2
make[2]: Leaving directory '/home/wic/chaos_calmer'
tools/Makefile:121: recipe for target '/home/wic/chaos_calmer/staging_dir/target-mips_mips32_uClibc-0.9.33.2/stamp/.tools_install_yyyyynynynyyyyyyyyynyyyyyyyyynyyyyynnyyynnyynnnyy' failed
make[1]: *** [/home/wic/chaos_calmer/staging_dir/target-mips_mips32_uClibc-0.9.33.2/stamp/.tools_install_yyyyynynynyyyyyyyyynyyyyyyyyynyyyyynnyyynnyynnnyy] Error 2
make[1]: Leaving directory '/home/wic/chaos_calmer'
/home/wic/chaos_calmer/include/toplevel.mk:181: recipe for target 'world' failed
make: *** [world] Error 2
i tu się poddałem.
Nie wiem dalej co robić.