projects
/
openwrt
/
staging
/
ynezz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
985ee9f
)
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)
SVN-Revision: 9755
package/base-files/Makefile
patch
|
blob
|
history
diff --git
a/package/base-files/Makefile
b/package/base-files/Makefile
index 091ce0f0169102db8f58109c9c0fd9ec30ec7c52..1ef64ac9c1e8e5be3c5d3145261e1531ad2d1490 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