Skip to content

Commit

Permalink
updt: include version info with build
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsubhranil committed Feb 12, 2022
1 parent ffe2d3d commit ff8bbff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build_c50.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ make image PACKAGES="$PACKAGES" PROFILE="$PROFILE"
cd ..
mkdir -p images
cp openwrt-*/bin/targets/ramips/mt76x8/*.bin images/
wget -q https://downloads.openwrt.org/snapshots/targets/ramips/mt76x8/version.buildinfo -o images/version.buildinfo
1 change: 1 addition & 0 deletions build_c6u.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@ make image PACKAGES="$PACKAGES" PROFILE="$PROFILE" FILES="$FILES" CONFIG_IPV6=n
cd ..
mkdir -p images
cp openwrt-*/bin/targets/ramips/mt7621/*.bin images/
wget -q https://downloads.openwrt.org/snapshots/targets/ramips/mt7621/version.buildinfo -o images/version.buildinfo

0 comments on commit ff8bbff

Please sign in to comment.