Giter Club home page Giter Club logo

openwrt-package's People

Contributors

beginner-go avatar jjm2473 avatar lienol avatar lxhao61 avatar qinyuhang avatar zhangguanzhang avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

openwrt-package's Issues

反馈几个问题,望大神修复。

借此处可以反馈,反馈几个问题,望大神修复:
1、源19.07中softethervpn插件(softether稳定版,非softethervpn5插件)无法编译,报错情况见我云编译链接:https://github.com/lxhao61/Actions-Lienol-OpenWrt/runs/4603237472?check_suite_focus=true (测试过其它其它硬件架构,都一样问题。)

2、源main编译硬路由器,缺如下交换机模块无法使用:
image

3、源21.01中luci-app-turboacc插件缺kmod-shortcut-fe-drv依赖,编译了此插件也无法启用。编译前报错如下:
WARNING: Makefile 'package/feeds/other/luci-app-turboacc/Makefile' has a dependency on 'kmod-shortcut-fe-drv', which does not exist。

luci-app-ssr-mudb-server 不遵守配置文件目录

$ opkg search /etc/config/ssr_mudb_server.json
luci-app-ssr-mudb-server - 11-1

这个应用在 /etc/config/ 里搞了个json 文件,导致后续安装其他应用的时候 uci 遍历 /etc/config 的时候报错

uci: Parse error (invalid character in name field) at line 1, byte 37

openwrt-packages 里的go1.18版本有点高了

官方把go升级到1.18,syncthing并没有进行升级,引用的0.24版的quic还没有对go1.18进行适配,会报:syncthing cannot use "quic-go doesn't build on Go 1.18 yet.

syncthing从1.19开始支持go1.18,这是官方插件的问题,这里提下是希望能把go的版本还是还原到1.17

Softethervpn

请问下这个softethervpn里面为openvpn client生成配置模板,生产的模板里面缺少Openvpn的扩展证书和秘钥,连接的时候总是提示,但是好像能连上使用,请问需要怎么解决呢?

缺失luci-app-turboacc

拉取21.02并更新安装feeds库后,在Luci中找不到luci-app-turboacc,但是查找文件确实存在的记录显示已经安装

Installing package 'luci-app-turboacc' from other
image

/home/user/openwrt/package/feeds/other/luci-app-turboacc
/home/user/openwrt/feeds/other/lean/luci-app-turboacc
image

verysync 2.10.5版下载问题

PKG_NAME:=verysync
PKG_VERSION:=v2.10.5

makefile里的下载地址已经没有2.10.5了,下载的是个空的gz文件,编译会报错;现在最新的是2.13.2

在线编译失败, 报错: include/config/auto.conf: No such file or directory

使用Lienol/openwrt/main分支编译
硬件平台及核心版本信息:

target-mipsel_24kc_musl/linux-ramips_mt7621/linux-5.10.103

报错信息:

Entering directory '/workdir/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7621/linux-5.10.103'
Makefile:645: include/config/auto.conf: No such file or directory
Makefile:689: include/config/auto.conf.cmd: No such file or directory
  SYNC    include/config/auto.conf.cmd
net/Kconfig:486:warning: multi-line strings not supported

*
Error in reading or end of file.
* Restart config...
*
*
* Core Netfilter Configuration
*
Netfilter ingress support (NETFILTER_INGRESS) [Y/n/?] y
Netfilter NFNETLINK interface (NETFILTER_NETLINK) [M/y/?] m
Netfilter NFACCT over NFNETLINK interface (NETFILTER_NETLINK_ACCT) [N/m/y/?] n
Netfilter NFQUEUE over NFNETLINK interface (NETFILTER_NETLINK_QUEUE) [N/m/y/?] n
Netfilter LOG over NFNETLINK interface (NETFILTER_NETLINK_LOG) [N/m/y/?] n
Netfilter OSF over NFNETLINK interface (NETFILTER_NETLINK_OSF) [N/m/y/?] n
Netfilter connection tracking support (NF_CONNTRACK) [M/n/y/?] m
Netdev packet logging (NF_LOG_NETDEV) [N/m/y/?] n
Connection mark tracking support (NF_CONNTRACK_MARK) [Y/?] y
Connection tracking zones (NF_CONNTRACK_ZONES) [Y/n/?] y
Supply CT list in procfs (OBSOLETE) (NF_CONNTRACK_PROCFS) [Y/n/?] y
Connection tracking events (NF_CONNTRACK_EVENTS) [Y/n/?] y
  Register multiple callbacks to ct events (NF_CONNTRACK_CHAIN_EVENTS) [N/y/?] (NEW) 
make[7]: *** [syncconfig] Error 1
scripts/kconfig/Makefile:71: recipe for target 'syncconfig' failed
make[6]: *** [syncconfig] Error 2
Makefile:603: recipe for target 'syncconfig' failed
make[5]: *** [include/config/auto.conf.cmd] Error 2
Makefile:711: recipe for target 'include/config/auto.conf.cmd' failed
make[4]: *** [/workdir/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7621/linux-5.10.103/.modules] Error 2
make[5]: Leaving directory '/workdir/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7621/linux-5.10.103'
make[3]: *** [compile] Error 2
Makefile:22: recipe for target '/workdir/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7621/linux-5.10.103/.modules' failed
make[4]: Leaving directory '/workdir/openwrt/target/linux/ramips'
Makefile:11: recipe for target 'compile' failed
make[3]: Leaving directory '/workdir/openwrt/target/linux'
time: target/linux/compile#1.12#0.28#1.35
    ERROR: target/linux failed to build.
make[2]: *** [target/linux/compile] Error 1
target/Makefile:28: recipe for target 'target/linux/compile' failed
make[2]: Leaving directory '/workdir/openwrt'
make[1]: *** [/workdir/openwrt/staging_dir/target-mipsel_24kc_musl/stamp/.target_compile] Error 2
target/Makefile:23: recipe for target '/workdir/openwrt/staging_dir/target-mipsel_24kc_musl/stamp/.target_compile' failed
make: *** [world] Error 2
make[1]: Leaving directory '/workdir/openwrt'
/workdir/openwrt/include/toplevel.mk:228: recipe for target 'world' failed
Error: Process completed with exit code 2.

发到了 #9454 无人问津, 只好再搬过来了
之前5.10.100时编译成功过,这个问题已经存在半个月左右了,最近的两次更新都没有解决。

r8125网卡不能自动协商2.5G速率!

r8125网卡不能自动协商2.5G速率

Supported ports: [ TP ]
        Supported link modes:   10baseT/Half 10baseT/Full
                                100baseT/Half 100baseT/Full
                                1000baseT/Full
                                2500baseT/Full
        Supported pause frame use: Symmetric Receive-only
        Supports auto-negotiation: Yes
        Supported FEC modes: Not reported
        Advertised link modes:  10baseT/Half 10baseT/Full
                                100baseT/Half 100baseT/Full
                                1000baseT/Full
        Advertised pause frame use: No
        Advertised auto-negotiation: Yes
        Advertised FEC modes: Not reported
        Link partner advertised link modes:  10baseT/Half 10baseT/Full
                                             100baseT/Half 100baseT/Full
                                             1000baseT/Full
                                             2500baseT/Full
        Link partner advertised pause frame use: No
        Link partner advertised auto-negotiation: Yes
        Link partner advertised FEC modes: Not reported
        Speed: 1000Mb/s
        Duplex: Full
        Auto-negotiation: on
        Port: Twisted Pair
        PHYAD: 0
        Transceiver: internal
        MDI-X: Unknown
        Supports Wake-on: pumbg
        Wake-on: g
        Current message level: 0x00000033 (51)
                               drv probe ifdown ifup
        Link detected: yes

必须输入ethtool -s eth(*) autoneg on advertise 0x80000000002f这个命令才可以

ipsec 问题

ipsec server 开启,手机等设备在外网连接后,只有tg工作正常,其他油管等app无法连接以及浏览器无法打开网页,请问是不是规则上的问题

verysync好像有问题,编译报错

2021-09-25T10:48:29.4837460Z make[3] -C package/lienol/verysync compile
2021-09-25T10:48:29.7087884Z ERROR: package/lienol/verysync failed to build.
2021-09-25T10:48:42.1414699Z make -r world: build failed. Please re-run make with -j1 V=s or V=sc for a higher verbosity level to see what's going on
2021-09-25T10:48:42.1418776Z make: *** [/workdir/openwrt/include/toplevel.mk:230: world] Error 1
2021-09-25T10:48:51.8487190Z make[1] world

编译MR8300失败

大佬 你好 我用你的源码21.02和22.03 **编译MR8300的固件,都失败了。截图是今天用22.03编译过程其中一段过程的截图。还望指教。

FireShot Capture 003 - Build OpenWrt · zow2023_lienol-code@1e93020 - github com

登陆可道云(4.49版),不显示验证码!如图

L大您好,新编了一个固件(内核5.15.70),固件中有可道云,编译过程中很顺利,编译好后发现登陆可道云(4.49版),不显示验证码!如图
1
网页显示:“Fatal error: Array and string offset access syntax with curly braces is no longer supported in /mnt/sda2/kodexplorer/app/sdks/MyCaptcha.class.php on line 33”

请教在.config文件选择了以下三个依赖会出现nginx冲突。。。

Collected errors:

  • satisfy_dependencies_for: Cannot satisfy the following dependencies for luci-app-kodexplorer:
  • nginx-ssl
  • php7-fastcgi
  • php7-mod-dom
  • opkg_install_cmd: Cannot install package luci-app-kodexplorer.
    package/Makefile:65: recipe for target 'package/install' failed
    make[2]: *** [package/install] Error 255
    make[2]: Leaving directory '/home/song/lede'
    package/Makefile:108: recipe for target '/home/song/lede/staging_dir/target-x86_64_musl/stamp/.package_install' failed
    make[1]: *** [/home/song/lede/staging_dir/target-x86_64_musl/stamp/.package_install] Error 2
    make[1]: Leaving directory '/home/song/lede'
    /home/song/lede/include/toplevel.mk:222: recipe for target 'world' failed
    make: *** [world] Error 2

ipsec l2tp黑名单不能用。

l2tp黑名单会出现这个提醒
ipsec-server/online returns SimpleForm but is dispatched via cbi,
please change admin/services/ipsec-server/online to use the form()action instead

image

Qbittorrent display issue

Compiled branch: lienol/openwrt ... branches(main)
Only luci-app-qbittorrent(qbittorrent) is selected under the nas menu
After booting , luci-app-qbittorrent doesn't show up in the openwrt menu bar
(But it can be found in the installed software)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.