-
Постов
2 576 -
Зарегистрирован
-
Посещение
-
Победитель дней
62
Тип контента
Профили
Форумы
Галерея
Загрузки
Блоги
События
Весь контент TheBB
-
или make package/index
- 51 ответ
-
- entware
- entware-3x
-
(и ещё 3 )
C тегом:
-
### git diff diff --git a/bird2/Makefile b/bird2/Makefile index 891f372..99ade6f 100644 --- a/bird2/Makefile +++ b/bird2/Makefile @@ -97,7 +97,13 @@ protocols, telling BIRD to show various information, telling it to show a routing table filtered by a filter, or asking BIRD to reconfigure. endef -CONFIGURE_ARGS += --disable-libssh +CONFIGURE_ARGS += \ + --disable-libssh \ + --with-iproutedir=/opt/etc/iproute2 + +CONFIGURE_VARS += \ + ac_cv_func_getentropy=no \ + ac_cv_func_getrandom=no define Package/bird2/conffiles /opt/etc/bird.conf @@ -110,8 +116,8 @@ define Package/bird2/install $(INSTALL_BIN) $(PKG_BUILD_DIR)/bird $(1)/opt/sbin/ $(INSTALL_DIR) $(1)/opt/etc $(INSTALL_DATA) ./files/bird.conf $(1)/opt/etc/ -# $(INSTALL_DIR) $(1)/etc/init.d -# $(INSTALL_BIN) ./files/bird.init $(1)/etc/init.d/bird + $(INSTALL_DIR) $(1)/opt/etc/init.d + $(INSTALL_BIN) ./files/S70bird $(1)/opt/etc/init.d/ endef define Package/bird2c/install ZKU2: ~ # ~ # cat /opt/etc/init.d/S70bird #!/bin/sh ENABLED=yes PROCS=bird ARGS="-f -c /opt/etc/bird.conf -P /opt/var/run/bird.pid" PREARGS="" DESC=$PROCS PATH=/opt/sbin:/opt/bin:/opt/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin . /opt/etc/init.d/rc.func ~ # ~ # /opt/etc/init.d/S70bird start Starting bird... done. ~ # ~ # /opt/etc/init.d/S70bird status Checking bird... alive. ~ # ~ # /opt/etc/init.d/S70bird restart Shutting down bird... done. Starting bird... done. ~ # ~ # /opt/etc/init.d/S70bird status Checking bird... alive. ~ #
-
Акция разовая! Основано на реальных событиях https://github.com/nxhack/openwrt-node-packages aarch64 - `echo "src/gz nodejs http://bin.entware.net/aarch64-k3.10/test/node-js" >> /opt/etc/opkg.conf` mips - `echo "src/gz nodejs http://bin.entware.net/mipssf-k3.4/test/node-js" >> /opt/etc/opkg.conf` mipsel - `echo "src/gz nodejs http://bin.entware.net/mipselsf-k3.4/test/node-js" >> /opt/etc/opkg.conf`
-
https://www.debian.org/News/2022/20220709
-
Не архитектуры, а зависимостей "... cannot find dependency node-utf-8-validate..." см. https://forum.keenetic.com/topic/10684-zigbee2mqtt-z2m/?do=findComment&comment=141401 то же самое, см. https://forum.keenetic.com/topic/10684-zigbee2mqtt-z2m/?do=findComment&comment=141401 Т.к. индекс пакетов отсутствует, помогаем "opkg install" руками...
-
1 патчить и пересобирать [pid 30277] openat(AT_FDCWD, "/etc/hosts", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 12 vs [pid 30914] openat(AT_FDCWD, "/opt/etc/hosts", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 12 2 прикинуться owrt`шной железякой (х/з как), тады должен тянуть из `/tmp/hosts` 3 пролюбить им моск, чтоб добавили как настраиваемую опцию. А, если не будут брать - отключим газ! делать - ткнуть фейсом об стол, пущай посмотрят на чопики под OpenWrt натыканные.
-
Т.к. пакет "entware-release" "прибит гвоздями" (см. в "opt-ndmsv2"), архитектуру мона определить так: `grep "arch" /opt/etc/entware_release | cut -f2 -d"="`. Или ваще ставить "dnsmasq" по прямой ссылке (пока не протухнет): `opkg install $(grep '[[:space:]]entware' /opt/etc/opkg.conf | cut -f3 -d' ')/test/dnsmasq-full_2.86-9999_$(grep '150' /opt/etc/opkg.conf | cut -f2 -d' ').ipk`. `/opt/tmp/*` может быть и пустым. )))
- 1 999 ответов
-
- 2
-
-
dnsmasq-full_2.86-9999_aarch64 dnsmasq-full_2.86-9999_mips dnsmasq-full_2.86-9999_mipsel (до кучи)
- 1 999 ответов
-
- 4
-
-
`sed -i -e 's,^Group nogroup,Group nobody,' /opt/etc/apache2/apache2.conf`
-
`opkg install apache-mod-php8` `echo "application/x-httpd-php php" >> /opt/etc/apache2/mime.types` ^ add: если не добавить, не будет обрабатывать php файл(ы), получите пустую страницу `echo 'LoadModule php_module "lib/apache2/libphp.so"' >> /opt/etc/apache2/apache2.conf` ^ add: если не добавить, будет скачивать php файл(ы)
