From c4f83c2d4e8238e6aee9363b58e38d1ab17c36f5 Mon Sep 17 00:00:00 2001 From: nbd Date: Sat, 22 Oct 2005 16:34:35 +0000 Subject: [PATCH] add svn revision to /etc/banner git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2246 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/base-files/Makefile | 6 ++++++ package/base-files/default/etc/banner | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 78e1f0a534..c1dd8c69fc 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -6,6 +6,11 @@ PKG_NAME:=base-files PKG_RELEASE:=2 PKG_BUILD_DIR:=$(BUILD_DIR)/base-files +REV:=${shell svn info | grep Revision | cut -d ' ' -f 2} +ifeq ($(REV),) +REV:=0 +endif + include $(TOPDIR)/package/rules.mk IDIR_BASE:=$(PKG_BUILD_DIR)/base-files @@ -34,6 +39,7 @@ $(PKG_BUILD_DIR)/.built: $(IPKG_BASE): $(SCRIPT_DIR)/make-ipkg-dir.sh $(IDIR_BASE) ipkg/$(PKG_NAME).control $(PKG_RELEASE) $(ARCH) cp -a ./default/* $(IDIR_BASE) + $(SED) 's,$$R,r$(REV),g' $(IDIR_BASE)/etc/banner mkdir -p $(IDIR_BASE)/jffs mkdir -p $(IDIR_BASE)/dev mkdir -p $(IDIR_BASE)/proc diff --git a/package/base-files/default/etc/banner b/package/base-files/default/etc/banner index 610c0f3b5e..02da7e8e20 100644 --- a/package/base-files/default/etc/banner +++ b/package/base-files/default/etc/banner @@ -3,5 +3,5 @@ | - || _ | -__| || | | || _|| _| |_______|| __|_____|__|__||________||__| |____| |__| W I R E L E S S F R E E D O M - - bleeding edge ;) + + bleeding edge, $R ;) -- 2.11.0