packages
packages copied to clipboard
Community maintained packages for OpenWrt.
``` make[2]: Entering directory '/workdir/openwrt/feeds/packages/net/siit' rm -f /workdir/openwrt/build_dir/target-aarch64_generic_musl/linux-rockchip_armv8/siit-1.2/.built touch /workdir/openwrt/build_dir/target-aarch64_generic_musl/linux-rockchip_armv8/siit-1.2/.built_check make -C /workdir/openwrt/build_dir/target-aarch64_generic_musl/linux-rockchip_armv8/linux-5.19.1 KCFLAGS="-fmacro-prefix-map=/workdir/openwrt/build_dir/target-aarch64_generic_musl=target-aarch64_generic_musl" HOSTCFLAGS="-O2 -I/workdir/openwrt/staging_dir/host/include -I/workdir/openwrt/staging_dir/hostpkg/include -I/workdir/openwrt/staging_dir/target-aarch64_generic_musl/host/include -Wall -Wmissing-prototypes -Wstrict-prototypes" CROSS_COMPILE="aarch64-openwrt-linux-musl-" ARCH="arm64" KBUILD_HAVE_NLS=no KBUILD_BUILD_USER="" KBUILD_BUILD_HOST="" KBUILD_BUILD_TIMESTAMP="Sat Aug 13 02:45:02...
dockerd 的 Makefile里有文件 `/etc/config/dockerd` `/etc/docker/daemon.json` `/etc/init.d/dockerd` https://github.com/coolsnowwolf/packages/blob/d6af0a64cf83e5094a88456769a36a2e0ede732e/utils/dockerd/Makefile#L116-L131 但是 `luci-app-docker` 依赖 dockerd,它也有文件这三个文件 ``` https://github.com/coolsnowwolf/luci/tree/master/applications/luci-app-docker/root/etc/config/dockerd https://github.com/coolsnowwolf/luci/tree/master/applications/luci-app-docker/root/etc/init.d/dockerd https://github.com/coolsnowwolf/luci/tree/master/applications/luci-app-docker/root/etc/docker/daemon.json ``` 会导致在安装的时候报错这三个文件冲突: ``` ConfigCollected errors: * check_data_file_clashes: Package luci-app-docker wants to install file /root/op/openwrt-imagebuilder-rockchip-armv8.Linux-x86_64/build_dir/target-aarch64_generic_musl/root-rockchip/etc/config/dockerd But...
https://github.com/immortalwrt/packages/blob/master/net/ntpd/files/ntpdate.init#L7 现在比较新的分支的 openwrt 的/etc/init.d/ 里的脚本会被上层调用,里面的shell 基本是写成 变量和函数,这里调用 uci 之类的系统命令的话,会在 imageBuilder make image 的时候报错 ``` Enabling ntpdate ./etc/init.d/ntpdate: line 7: uci: command not found ``` 目前我是 hack 文件 ``` if [...
个人认为,绝大部分用户并不是很需要docker,而且这玩意儿空间占用较大
我的环境是两条pppoe的线路进来。负载均衡本身没问题,但是做端口映射的时候只有一个wan口的ip映射正常,使用telnet的时候两个wan口的ip都能telnet通,但是应用使用的时候不正常,我猜应该是wan2回去的包走了某个规则,导致从wan1出去,导致telnet 能通,但是不能正常使用,但是具体引起的地方我找不到,有人遇到过这个问题吗?
Maintainer: me / @ (find it by checking history of the package Makefile) Compile tested: (put here arch, model, OpenWrt version) aarch64_cortex-a53 Run tested: (put here arch, model, OpenWrt version,...