projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
613ab75
)
[package] base-files: fix revision number in 'etc/banner'
author
Gabor Juhos
<juhosg@openwrt.org>
Fri, 14 Dec 2007 20:07:32 +0000
(20:07 +0000)
committer
Gabor Juhos
<juhosg@openwrt.org>
Fri, 14 Dec 2007 20:07:32 +0000
(20:07 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9755
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/base-files/Makefile
patch
|
blob
|
history
diff --git
a/package/base-files/Makefile
b/package/base-files/Makefile
index
091ce0f
..
1ef64ac
100644
(file)
--- a/
package/base-files/Makefile
+++ b/
package/base-files/Makefile
@@
-134,7
+134,7
@@
define Package/base-files$(TARGET)/install
$(CP) $(PLATFORM_SUBDIR)/base-files/* $(1)/; \
fi \
)
- $(SED) 's,$$$$R,
r
$(REVISION),g' $(1)/etc/banner
+ $(SED) 's,$$$$R,$(REVISION),g' $(1)/etc/banner
$(SED) 's,$$$$S,$(BOARD),g' -e 's,$$$$A,$(ARCH),g' $(1)/etc/ipkg.conf
mkdir -p $(1)/dev
mkdir -p $(1)/etc/crontabs