# dragino2 **Repository Path**: teasiu/dragino2 ## Basic Information - **Project Name**: dragino2 - **Description**: No description available - **Primary Language**: Shell - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-17 - **Last Updated**: 2022-09-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 1. Run "./scripts/feeds update -a" to obtain all the latest package definitions defined in feeds.conf / feeds.conf.default 2. Run "./scripts/feeds install -a" to install symlinks for all obtained packages into package/feeds/ 3. Run "make menuconfig" to select your preferred configuration for the toolchain, target system & firmware packages. 4. Run "make" to build your firmware. This will download all sources, build the cross-compile toolchain and then cross-compile the Linux kernel & all chosen applications for your target system. git clone -b openwrt-19.07 https://gitee.com/teasiu/openwrt.git git checkout -v19.07.4.1 git tag -a v19.07.4.1 -m "调整自己的新标签" git push origin openwrt-19.07 --tag v19.07.4.1