0 Utenti e 3 Visitatori stanno visualizzando questo topic.
In tal caso rinnovo la mia richiesta per il tree OpenWrt.
roleo se vuoi aiutarmi a capire...https://forum.lede-project.org/t/license-problem/8258/3
Per me è arabo.Comunque cerco di fare diversamente: in fondo la parte di sorgenti closed non ci serve a nulla, li elimino dal tree e pubblico tutto (a dirsi è facile).
stavo pensando in teoria a noi servirebbero solo i toolchain per compilare giusto ?
root@livebox:~# opkg install luciInstalling luci (git-17.136.58961-13aa5ff-1) to root...Downloading https://repository.ilpuntotecnico.com/files/roleo/public/agtef/brcm63xx-tch/packages/luci/luci_git-17.136.58961-13aa5ff-1_all.ipk.Installing uhttpd-mod-ubus (2015-11-08-fe01ef3f52adae9da38ef47926cd50974af5d6b7) to root...Downloading https://repository.ilpuntotecnico.com/files/roleo/public/agtef/brcm63xx-tch/packages/base/uhttpd-mod-ubus_2015-11-08-fe01ef3f52adae9da38ef47926cd50974af5d6b7_brcm63xx-tch.ipk.Installing luci-mod-admin-full (git-17.136.58961-13aa5ff-1) to root...Downloading https://repository.ilpuntotecnico.com/files/roleo/public/agtef/brcm63xx-tch/packages/luci/luci-mod-admin-full_git-17.136.58961-13aa5ff-1_brcm63xx-tch.ipk.Installing luci-base (git-17.136.58961-13aa5ff-1) to root...Downloading https://repository.ilpuntotecnico.com/files/roleo/public/agtef/brcm63xx-tch/packages/luci/luci-base_git-17.136.58961-13aa5ff-1_brcm63xx-tch.ipk.Installing libuci-lua (2015-08-27.1-1) to root...Downloading https://repository.ilpuntotecnico.com/files/roleo/public/agtef/brcm63xx-tch/packages/base/libuci-lua_2015-08-27.1-1_brcm63xx-tch.ipk.Configuring luci-base.Configuring luci-mod-admin-full.Configuring uhttpd-mod-ubus.Collected errors: * check_data_file_clashes: Package libuci-lua wants to install file /usr/lib/lua/uci.so But that file is already provided by package * lua-uci * opkg_install_cmd: Cannot install package luci.root@livebox:~#
Ho installato uhttpd, e doppo ho provato di instalalre luci :
se rompo qualcosa non posso riflashare il firmware con TFTPD ? o fare un factory reset ?
#!/bin/bash# Stop nginx and transformer/etc/init.d/nginx stop/etc/init.d/transformer stop# Backup /www into /www2 and clean the content of /wwwcp -rf /www /www2rm -rf /www/*# LUCI installationopkg updateopkg install uhttpdopkg install luci# Start uhttpd/etc/init.d/uhttpd start