diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-02 13:38:54 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-02 13:38:54 +0100 |
commit | 2a2320b4292d4e370cc95aea61525ebd7dc11337 (patch) | |
tree | cfead1b61fb8009e104293b9c4914f97b86590e0 /package/base-files/Makefile | |
parent | 521e7247df6ba4e2cf4a487dd44385305972c9ee (diff) |
add an example interfaces file, make tmpfs configurable via menu
Diffstat (limited to 'package/base-files/Makefile')
-rw-r--r-- | package/base-files/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 369d8f485..f20b650c3 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:= 42 +PKG_RELEASE:= 43 PKG_SECTION:= base PKG_DESCR:= basic files and scripts @@ -74,6 +74,7 @@ endif > $(IDIR_BASE_FILES)/etc/adkversion test -z $(ADK_TARGET_SYSTEM) || \ echo $(ADK_TARGET_SYSTEM) > $(IDIR_BASE_FILES)/etc/adktarget + echo $(ADK_RUNTIME_TMPFS_SIZE) > $(IDIR_BASE_FILES)/etc/tmpfs ifneq (${ADK_PACKAGE_CONFIG_IN_ETC},) gzip -9c ${TOPDIR}/.config >$(IDIR_BASE_FILES)/etc/adkconfig.gz chmod 600 $(IDIR_BASE_FILES)/etc/adkconfig.gz |