摘要: 修改target/linux/ramips/image/mt7621.mk 添加配置项 a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/image/mt7621.mk @@ -3269,6 +3269,15 @@ def 阅读全文
posted @ 2025-04-30 11:12 FunnyMANN 阅读(222) 评论(0) 推荐(0)
摘要: 配置文件地址 /system/usr/keylayout/Generic.kl # Copyright (C) 2010 The Android Open Source Project # # Licensed under the Apache License, Version 2.0 (the " 阅读全文
posted @ 2023-11-03 09:27 FunnyMANN 阅读(33) 评论(0) 推荐(0)
摘要: 编写Dockerfile FROM ubuntu:16.04 MAINTAINER xx xx RUN apt-get update && apt-get install -y gawk wget git-core diffstat unzip texinfo gcc-multilib build- 阅读全文
posted @ 2022-10-11 09:42 FunnyMANN 阅读(88) 评论(0) 推荐(0)
摘要: 1.生成compile_commands.json文件 compile_commands.json 文件能够有效提高一些工具(比如说ccls1, vscode2)的代码跳转、补全等功能。因此,本文将会说明如何生成 compile_commands.json 文件,特别是使用 makefile 的老工 阅读全文
posted @ 2022-10-10 12:40 FunnyMANN 阅读(629) 评论(0) 推荐(0)
摘要: 1、挂载命令 mount -t proc proc ./rootfs/proc mount -t sysfs sys ./rootfs/sys mount -o bind /dev ./rootfs/dev chroot rootfs 阅读全文
posted @ 2022-10-10 12:38 FunnyMANN 阅读(587) 评论(0) 推荐(0)
摘要: 一、网络抓包 tcpdump Usage: tcpdump [-aAbdDefhHIJKlLnNOpqStuUvxX#] [ -B size ] [ -c count ] [ -C file_size ] [ -E algo:secret ] [ -F file ] [ -G seconds ] [ 阅读全文
posted @ 2019-12-18 21:26 FunnyMANN 阅读(1582) 评论(0) 推荐(0)
摘要: 一、克隆openwrt代码 在openwrt官方git仓库中clone openwrt源码: 或者想得到固定版本的openwrt源码: 使用GIT更新源码: 更新源: 安装下载好的包: 二、新增BL-WP02G配置文件 在openwrt目录中创建BL-WP02G的dts文件: 编辑BL-WP02G. 阅读全文
posted @ 2019-05-14 22:37 FunnyMANN 阅读(698) 评论(0) 推荐(0)