diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-02 15:30:56 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-02 15:30:56 +0200 |
commit | 3fc7c024cf716efa0d2d70fc33412b70b870146b (patch) | |
tree | 88f96f5f0b44d0644a227933b72e3de8b35ce972 /package/base-files/Makefile | |
parent | 6b6b7abab1ffe76a87fd46623c1d026d4f25862f (diff) |
add a small udp based daemon
Diffstat (limited to 'package/base-files/Makefile')
-rw-r--r-- | package/base-files/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 46e955f54..7ca456dbb 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/mk/rootfs.mk PKG_NAME:= base-files PKG_VERSION:= 1.0 -PKG_RELEASE:= 13 +PKG_RELEASE:= 14 PKG_DESCR:= basic filesystem structure and scripts PKG_SECTION:= base @@ -64,6 +64,8 @@ endif ln -sf ../proc/mounts $(IDIR_BASE_FILES)/etc/mtab rm -rf $(IDIR_BASE_FILES)/var ln -sf tmp $(IDIR_BASE_FILES)/var + git log -1|head -1|sed -e 's#commit ##' \ + > $(IDIR_BASE_FILES)/etc/adkversion ifneq (${ADK_PACKAGE_CONFIG_IN_ETC},) gzip -9c ${TOPDIR}/.config >$(IDIR_BASE_FILES)/etc/adkconfig.gz endif |