随笔分类 -  Openwrt/LEDE

摘要:答: 往/etc/opkg/distfeeds.conf中添加需要的源即可,示例如下: $ cat /etc/opkg/distfeeds.conf ... src/gz openwrt_base http://downloads.openwrt.org/snapshots/packages/aar 阅读全文
posted @ 2020-09-02 17:55 Jello 阅读(8039) 评论(0) 推荐(0) 编辑
摘要:参考链接: https://blog.csdn.net/astrotycoon/article/details/52317288 阅读全文
posted @ 2020-08-28 14:05 Jello 阅读(434) 评论(0) 推荐(0) 编辑
摘要:openwrt中补丁命名规则如下 The patches-* subdirectories contain the kernel patches applied for every OpenWrt target. All patches should be named 'NNN-lowercase_ 阅读全文
posted @ 2020-08-28 13:54 Jello 阅读(481) 评论(0) 推荐(0) 编辑
摘要:答:定义在<openwrt源码>/include/image-commands.mk 阅读全文
posted @ 2020-08-27 17:29 Jello 阅读(270) 评论(0) 推荐(0) 编辑
摘要:答: 修改zstd包的Makefile,将tar.zst替换为tar.gz $ cat package/feeds/packages/zstd/Makefile ... PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=htt 阅读全文
posted @ 2020-08-21 13:40 Jello 阅读(1315) 评论(0) 推荐(0) 编辑
摘要:答: cat /etc/banner 阅读全文
posted @ 2020-08-18 11:28 Jello 阅读(10850) 评论(0) 推荐(0) 编辑
摘要:答: 在编译时有以下选项: -> Image configuration -> Separate feed repositories <*> Enable feed packages <*> Enable feed luci <*> Enable feed telephony <*> Enable 阅读全文
posted @ 2020-08-17 18:18 Jello 阅读(1213) 评论(0) 推荐(0) 编辑
摘要:答: 在/etc/sysctl.d/10-default.conf中 阅读全文
posted @ 2020-08-14 15:15 Jello 阅读(836) 评论(0) 推荐(0) 编辑
摘要:答: 定义在openwrt源码的rules.mk中 STAGING_DIR:=$(TOPDIR)/staging_dir/$(TARGET_DIR_NAME) 阅读全文
posted @ 2020-08-12 23:44 Jello 阅读(1389) 评论(0) 推荐(0) 编辑
摘要:答:往libubox的Makefile中加入+librt即可解决依赖关系 示例如下: $ cat <openwrt source code>/package/libs/libubox/Makefile ... define Package/libubox ... DEPENDS:=+librt en 阅读全文
posted @ 2020-08-05 15:36 Jello 阅读(1057) 评论(0) 推荐(0) 编辑
摘要:答: 使用sha256sum即可生成,示例如下 $ sha256sum jello.tar.gz 阅读全文
posted @ 2020-08-03 10:55 Jello 阅读(2333) 评论(0) 推荐(0) 编辑
摘要:答: 直接在openwrt的make menuconfig中打开CONFIG_KERNEL_DEVMEM选项即可 阅读全文
posted @ 2019-12-10 11:43 Jello 阅读(1856) 评论(0) 推荐(0) 编辑
摘要:答:通过devmem工具(在openwrt的make menuconfig中可以使能该工具) $ busybox devmem 0x123456 阅读全文
posted @ 2019-12-09 19:52 Jello 阅读(783) 评论(0) 推荐(0) 编辑
摘要:可参考示例:见'git grep host-build.mk package/{system,utils}' 阅读全文
posted @ 2019-07-25 17:10 Jello 阅读(904) 评论(0) 推荐(0) 编辑
摘要:答: 请参考官方文档 阅读全文
posted @ 2019-07-23 15:49 Jello 阅读(246) 评论(0) 推荐(0) 编辑
摘要:答: 使用uci进行配置,示例如下: uci get network.wan.ifname (笔者得到eth1) uci set network.wan.ifname=ethx (如: uci set network.wan.ifname=eth1) uci set network.wan6.ifn 阅读全文
posted @ 2019-05-27 10:38 Jello 阅读(5575) 评论(0) 推荐(0) 编辑
摘要:答: 一. 详细日志: build_dir/hostpkg/libubox-2018-07-25-c83a84af/blobmsg_json.c:21:19: fatal error: json.h: No such file or directory CMakeFiles/blobmsg_json 阅读全文
posted @ 2019-05-06 14:30 Jello 阅读(2656) 评论(0) 推荐(0) 编辑
摘要:答: zcat /proc/config.gz 阅读全文
posted @ 2019-04-30 12:19 Jello 阅读(1272) 评论(0) 推荐(0) 编辑
摘要:答: 示例如下: 阅读全文
posted @ 2019-04-29 14:29 Jello 阅读(441) 评论(0) 推荐(0) 编辑