-
Постов
2 475 -
Зарегистрирован
-
Посещение
-
Победитель дней
53
Тип контента
Профили
Форумы
Галерея
Загрузки
Блоги
События
Весь контент TheBB
-
Архив установки уже ни при чем. Запустили ещё раз принудительную переиндексацию пакетов из-за битых индексов. ~ # opkg update Downloading http://bin.entware.net/mipselsf-k3.4/Packages.gz Updated list of available packages in /opt/var/opkg-lists/entware Downloading http://bin.entware.net/mipselsf-k3.4/keenetic/Packages.gz Updated list of available packages in /opt/var/opkg-lists/keendev ~ # ~ # opkg install mc Installing mc (4.8.27-3) to root... Downloading http://bin.entware.net/mipselsf-k3.4/mc_4.8.27-3_mipsel-3.4.ipk Installing zlib (1.2.13-1) to root... Downloading http://bin.entware.net/mipselsf-k3.4/zlib_1.2.13-1_mipsel-3.4.ipk Installing glib2 (2.74.0-1) to root... Downloading http://bin.entware.net/mipselsf-k3.4/glib2_2.74.0-1_mipsel-3.4.ipk Configuring zlib. Configuring glib2. Configuring mc. ~ #
-
`opkg update` ~ # opkg list 25volt - 1.0.5-1 - 25volt - A lightweight tool for monitoring APC Smart-UPS and Powercom WOW UPSs. 3proxy - 0.9.4-1 - 3proxy is universal proxy server. It can be used to provide internal users with fully controllable access to external resources or to provide external users with access to internal resources. ---8<--- cut --->8--- xmlrpc-c-server - 1.51.07-3 - XML-RPC library - server xmlstarlet - 1.6.1-2 - XMLStarlet is a set of command line utilities (tools) which can be used to transform, query, validate, and edit XML documents and files using simple set of shell commands in similar way it is done for plain text files using UNIX grep, sed, awk, diff, patch, join, etc commands. xpdf - 4.04-1 - Xpdf project includes a PDF text extractor, PDF-to-PostScript converter, and various other utilities. / #
-
))) где-то одно работает, где-то другое... на основном устройстве - один вариант, на подконтрольном - другой... выбираем, что больше нравится и/или работает )))
- 257 ответов
-
- 1
-
-
- web-сервер
- nginx
- (и ещё 5 )
-
~ # opkg list unbound* unbound-anchor - 1.16.1-1 - This package contains the Unbound anchor utility. unbound-checkconf - 1.16.1-1 - This package contains the Unbound DNS configuration checker utility. unbound-control - 1.16.1-1 - This package contains the Unbound control utility. unbound-control-setup - 1.16.1-1 - This package contains the Unbound control setup utility. unbound-daemon - 1.16.1-1 - This package contains the Unbound daemon including 'libevent', 'libmnl', and 'libpthread' to better handle large networks with heavy query loads. Options are available under libraries/network/libunbound to custom trim Unbound for smaller targets. unbound-host - 1.16.1-1 - This package contains the Unbound DNS lookup utility. ~ #
-
systemd - https://github.com/oznu/homebridge-config-ui-x/blob/master/src/bin/platforms/linux.ts#L92 (и много где ещё) ))) path_to_bin - https://github.com/oznu/homebridge-config-ui-x/blob/master/src/bin/platforms/linux.ts#L192 (тоже полно) ))) systemd+avahi - https://github.com/oznu/homebridge-config-ui-x/blob/master/src/bin/hb-service.ts#L934 продолжать можно долго... Или, чтоб получить такую картитку (ОС Entware): нужно "ковырять" зависимость https://github.com/oznu/homebridge-config-ui-x/blob/master/package.json#L84 руками (или "выпиливать" и собирать отдельным пакетом), а в нём тоже пути править надо...
-
Так в wiki и написано, что нужно для нативной сборки: gcc, python. Список dev-пакетов ограничен следующими: ~ # opkg list | grep '\-dev ' libncurses-dev - 6.3-1a - Development files for the ncurses library libxml2-dev - 2.9.14-1 - A library for manipulating XML and HTML resources. This package contains the headers and xml2-config binary. perl-dev - 5.28.1-7 - Perl development files python3-dev - 3.10.5-1 - Python 3.10 development files ruby-dev - 3.1.2-1 - Header files for compiling extension modules for the Ruby 3.1 zlib-dev - 1.2.12-1 - zlib is a lossless data-compression library. This package includes the development support files. ~ #
-
"А ларчик просто открывался" ... добавлением индекса Пересобрано, перезалито... Обновить пакет. ~ # hb-service -U /opt/share/homebridge --user root install ℹ Installing Homebridge Service ℹ Creating default config.json: /opt/share/homebridge/config.json Manage Homebridge by going to one of the following in your browser: * http://localhost:8581 * http://IP.ADD.RE.SS:8581 * http://[IPv6::IPv6:IPv6:IPv6:IPv6]:8581 ✔ Homebridge Setup Complete ~ # ~ # /opt/etc/init.d/S98homebridge restart Restarting homebridge... Stopping homebridge... Starting homebridge... ~ # ~ # hb-service status ℹ Testing hb-service is running on port 8581... ✔ Homebridge UI Running ~ #