Skip to content

Commit

Permalink
updated banner to specifically call out this is new firmware
Browse files Browse the repository at this point in the history
  • Loading branch information
greenbreakfast committed Oct 16, 2024
1 parent 68d03b4 commit af4355d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion omega2-base/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=omega2-base
PKG_VERSION:=23.05.3
PKG_RELEASE:=20240807
PKG_RELEASE:=20241015

PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)

Expand Down
10 changes: 5 additions & 5 deletions omega2-base/files/etc/uci-defaults/14_banner
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ echo "$OMEGA" > /etc/banner
# add Omega firmware version
version=$(uci get onion.@onion[0].version)
build=$(uci get onion.@onion[0].build)
echo " ----------------------------------------------------- " >> /etc/banner
echo " Ω-ware: $version $build " >> /etc/banner
echo " ----------------------------------------------------- " >> /etc/banner
echo " This is new firmware! For more info," >> /etc/banner
echo " visit https://documentation.onioniot.com" >> /etc/banner
echo " -----------------------------------------------------" >> /etc/banner
echo " Ω-ware: $version b$build" >> /etc/banner
echo " -----------------------------------------------------" >> /etc/banner

# old code to preserve bottom of old banner
#sed -e 9,14d -e 1,5d /etc/banner_tmp | cat >> /etc/banner

rm /etc/banner_tmp

0 comments on commit af4355d

Please sign in to comment.