LubanCatWRT项目是 野火科技 鲁班猫系列开源板卡的配套项目,以官方OpenWrt源码为基础,添加了一些优质的第三方软件包,同时着重对鲁班猫系列板卡进行适配支持和优化,以便玩家们可以更轻松,更高质量的玩转鲁班猫系列板卡。
我们在秉承着开源共享,共同进步的理念,希望广大的开发者和玩家参与到我们的项目中来,与我们互动交流,共同进步。
- Twitter:https://twitter.com/luban_cat
- Telegram:https://t.me/LubanCatWrt
- 鲁班猫DoorNet系列用户手册:https://doc.embedfire.com/openwrt/user_manal/zh/latest/index.html
- 官网: http://www.embedfire.com
- 论坛: http://www.firebbs.cn
- github主页:https://github.com/LubanCat
- gitee主页: https://gitee.com/LubanCat
- 淘宝: https://yehuosm.tmall.com
- 邮箱: [email protected]
- 电话: 0769-33894118
- 默认登录IP:192.168.1.1 密码:admin
-
使用Linux系统进行编译,推荐Ubuntu LTS
-
安装编译依赖
sudo apt-get update sudo apt-get -y install build-essential asciidoc binutils bzip2 gawk gettext \ git libncurses5-dev libz-dev patch python3 python2.7 unzip zlib1g-dev lib32gcc1 \ libc6-dev-i386 subversion flex uglifyjs git-core gcc-multilib p7zip p7zip-full \ msmtp libssl-dev texinfo libglib2.0-dev xmlto qemu-utils upx libelf-dev autoconf \ automake libtool autopoint device-tree-compiler g++-multilib antlr3 gperf wget \ curl swig rsync aria2
-
使用git拉取源码
# 进入用户目录 cd # 拉取源码 git clone https://github.com/LubanCat/LubanCatWrt.git # 进入拉取的源码目录下 cd LubanCatWrt # 更新源并在板卡默认配置文件的基础上,添加自定义配置 ./scripts/feeds update -a ./scripts/feeds install -a cat ./config/rockchip_defconfig > .config make defconfig make menuconfig # 首次编译建议使用单线程编译(-j后面是编译线程数) make -j8 download make -j10 # 非首次编译(可指定线程数,$(nproc):火力全开) make -j$(nproc)
-
生成的固件路径:bin/targets/rockchip/armv8