Openwrt
文章平均质量分 50
晴空万里Linux
悦己之作,方能悦人
展开
-
OpenWRT LEDE在Ubuntu22.04 编译输出记录
由于博客篇幅限制,另将编译结果记录于此~其他编译相关,编译过程中,会将代码从dl中解压到build_dir目录进行编译~snow@snow:~/openwrt/lede/mtk-openwrt-lede-4.2.1.0$ make -j1 V=smake[1]: Entering directory '/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0'make[2]: Entering directory '/home/snow/openwrt/原创 2023-07-05 16:09:26 · 1552 阅读 · 0 评论 -
OpenWRT LEDE在Ubuntu22.04 编译全过程记录
预装各类工具~/openwrt/lede $ sudo apt-get install gcc g++ build-essential asciidoc binutils bzip2 gawk gettext git libncurses5-dev libz-dev patch flex bison make autoconf texinfo unzip sharutils subversion ncurses-term zlib1g-dev ccache upx lib32gcc-s1 libc6-d原创 2023-07-05 16:10:56 · 1322 阅读 · 3 评论 -
rtty移植到MTK OpenWRT平台
rtty 移植到MTK Mipsel架构平台原创 2023-06-02 19:45:05 · 871 阅读 · 0 评论 -
在MTK7628平台编译Silicon的zigbee Host程序
问题1:fatal error: readline/readline.h: No such file or directorybook@ubuntu ~/zigbeehost/v2.7/app/build/ZigbeeGatewayHost [master]$ make COMPILER=mipsel-openwrt-linux-gcc LINKER=mipsel-openwrt-linux-gcc ARCHIVE=mipsel-openwrt-linux-ar COMPILER_FLAGS="-std=原创 2021-04-01 17:34:09 · 515 阅读 · 0 评论 -
7628平台Openwrt14.07更新opkg软件源,同时添加ssh、scp等基本功能
前言:由于Openwrt14.07在7628上不在维护,默认地址无法通过opkg更新软件修改opkg软件源,修改/etc/opkg.conf文件为以下内容dest root /dest ram /tmplists_dir ext /var/opkg-listsoption overlay_root /overlaysrc/gz barrier_breaker_packages http://archive.openwrt.org/barrier_breaker/14.07/ramips/mt原创 2021-04-01 15:48:22 · 3104 阅读 · 0 评论 -
Ubuntu18.04编译Openwrt 15.05.1 Chaos Calmer版本固件遇到的问题汇总
1.编译所用gcc版本: gcc version 5.5.0book@100ask ~$ gcc -vUsing built-in specs.COLLECT_GCC=gccCOLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapperTarget: x86_64-linux-gnuConfigured with: ../src/configure -v --with-pkgversion='Ubuntu 5.5.0-12ubunt原创 2021-04-01 11:18:47 · 1434 阅读 · 0 评论 -
软路由可以ping通内网主机,但是没法ping外网
问题:在软路由中可以和内网主机相互ping通,但是无法ping外网网址解决:network网关配置不正确/etc/config/network修改前:config interface 'loopback' option ifname 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0'config globals 'globals原创 2021-03-31 16:05:58 · 6846 阅读 · 0 评论 -
Opkg安装问题
问题1:satisfy_dependencies_for: Cannot satisfy the following dependencies for XXX问题报错如下:root@OpenWrt:/etc# opkg install kmod-i2c-coreInstalling kmod-i2c-core (3.10.49-1) to root...Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ramips/mt原创 2021-03-17 15:21:14 · 22704 阅读 · 0 评论 -
Openwrt系统移植htop-详细记录htop源码移植过程
步骤一 获取htop官方源码htop官网地址(https://htop.dev/)获取htop源码地址通过htop官网获取htop源码在Git的仓库地址htop源码在Git仓库地址:https://github.com/htop-dev/htop在本地新建htop文件夹,将htop源码clone到本地mkdir htopcd htop/git clone https://github.com/htop-dev/htopoplinux@ubuntu ~/open_原创 2021-02-24 15:50:13 · 4092 阅读 · 0 评论