3 CMCC XR30 有USB, 目前 OPENWRT snapshot 版支持 。预计下一个OPENWRT release版会支持 ...
include $(TOPDIR)/rules.mk # Name, version and release number # The name and version of your package are used to define the variable to point to the build directory of your package: $(PKG_BUILD_DIR) PKG_NAME:=helloworld PKG_VERSION:=1.0PKG_RELEASE:=1# Source settings (i.e.whereto ...
The OpenWrt community is proud to announce the second release candidate of the upcoming OpenWrt 24.10 stable series. OpenWrt 24.10.0-rc2 incorporates over 5100 commits since branching the previous OpenWrt 23.05 release and has been under development for over one year. ...
OpenWrt 23.05.3 was signed with the wrong signing keys. The keys from OpenWrt snapshot were used for OpenWrt 23.05.3, OpenWrt 23.05.2, OpenWrt 23.05.0 and the release candidates. A later OpenWrt 23.05 service release will use a different key. See up to date information here: https:/...
PKG_RELEASE:=1 //这些是make menuconfig的配置 是必须的 PKG_MAINTAINER:=John Doe <john.doe@example.com> PKG_LICENSE:=CC0-1.0 //这一部分可以直接放到src目录中去 include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/cmake.mk define Package/example1 ...
PKG_RELEASE:=1 #PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME) # 也可以直接定义编译目录名,代替默认的目录名 # 导入包定义 include $(INCLUDE_DIR)/package.mk # 包定义:定义我们的包在menuconfig中的位置 # Makefile中的define语法可以理解为函数,用于定义命令集合 ...
root@OpenWrt:~# cat /etc/openwrt_release DISTRIB_ID="OpenWrt" DISTRIB_RELEASE="14.07" DISTRIB_REVISION="r42625" DISTRIB_CODENAME="barrier_breaker" DISTRIB_TARGET="x86/generic" DISTRIB_DESCRIPTION="OpenWrt Barrier Breaker 14.07" DISTRIB_TAINTS="" ...
PKG_RELEASE:=2 #Makefile的版本号 include $(INCLUDE_DIR)/package.mk #包含上一级目录配置 # make menuconfig时在配置界面上显示的方式 define KernelPackage/i2c-gpio-custom SUBMENU:=I2C support #显示的子选项 TITLE:=Custom GPIO-based I2C device #显示的内容 ...
lxc-create -n ubuntu-arm64 -t download -- --dist ubuntu --release lunar --arch arm64 在 ...
经过过个版本的折腾,支持luat 4g模块最好的是hi-wooya基于openwrt 15.05故选用此版本。 https://github.com/hi-wooya/openwrt-hiwooya-stable 1、开发板配置 image.png 芯片mt7628系列 flash(rom)=32mb ram=256mb 相关接口如上图。 2、openwrt 版本 ...