Options:-n : List of feed names.-s : List of feed names and their URL.-r <feedname>: List packages of specified feed.-d <delimiter>: Use specified delimiter to distinguish rows (default: spaces)-f : List feedsinfeeds.conf compatible format (whenusing-s). install [options]<package>:...
紧接着,OPKG 会根据配置地址位置下载软件包列表文件 Packages.gz 到/var/opkg-list 目录下,这个文件是软件仓库中所有 软件列表及其依赖关系的清单,是使用 gzip 压缩的文件,这样在网络传输时所占用网络流 量比较小。 其后任何安装命令均需首先读取这两个文件 当安装软件之后 软件安装之后的信息会保存在目录/usr/lib...
将001.patch放入patches目录 scp 001.patch /home/lyn/Documents/lyn_work/openwrt/package/oor/patches/ oor 编译完成: 再次编译,001.patch会打到oor代码里面,问题解决make package/oor/compile V=s 拷贝ipk到路由器 scp bin/packages/mipsel_24kc/base/oor_1.3.0-6_mipsel_24kc.ipk root@192.168.1.1:/tmp...
2、 或者添加下面代码到 openwrt 或lede源码根目录feeds.conf.default文件 src-git kenzo https://github.com/kenzok8/openwrt-packages 3、 passwall依赖 src-git small https://github.com/kenzok8/small openwrt 固件编译自定义主题与软件 luci-app-vssr ---vssr老竭力 luci-app-dnsfilter --...
openwrt_packages https://mirrors.aliyun.com/openwrt/releases/23.05.3/packages/x86_64/packages...
BUILD_DIR:代码编译的根目录,通常为“build_dir/target-*”目录。 TARGET_CFLAGS:指定目标平台的 C 语言编译选项。 TARGET_LDFLAGS:指定目标平台的编译链接选项。 INSTALL_DIR:创建目录,并设置目录权限。 INSTALL_DATA:安装数据文件,即复制并设置权限为 0644。
进入openwrt项目所在的目录mkdir package/openwrt-packages cd package/openwrt-packages git clone https://github.com/OrayOS/OpenOray make menuconfig # 选择luci-app-pgyvpn make package/luci-app-pgyvpn/compile V=s 可以在bin/packages找到相应的ipk进行安装或者直接集成进自编译固件 2. 使用说明 ...
先make menuconfig将驱动配置一下。 保存后执行 make package/kernel/helloworld/compile V=99 5、编译出来的驱动模块在openwrt/bin/ramips/packages/kernel/kmod-helloworld_4.4.7-2_ramips_24kec.ipk 如何放到开发板上进行安装呢,请看下节分析O(∩_∩)O哈哈~...
如果使用的是usb网卡的话,最好是官方支持的网卡芯片(一个下午的惨痛教训)。可以在下面链接中寻找有没有你网卡的驱动包,提前下载备用。https://mirrors.tuna.tsinghua.edu.cn/openwrt/releases/22.03.3/targets/x86/64/packages/ 4. PE启动盘工具 wepe ...