diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-14 18:39:12 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-14 18:39:12 +0200 |
commit | 29305d896b0d54c1de34204fd27de19d95e85804 (patch) | |
tree | f77d3a53ffd7e08f4eb3b432d71efb6580d3b457 /package/base-files | |
parent | 75a4099667c687fc96211e12f8d8810b94c9d172 (diff) |
misc stuff
- remove broken patch from silicon motion driver
- add mpc package for upcoming gcc 4.5.x update
- add /etc/adktarget, which can be used for native targets to identify
- add ffplay subpackage
Diffstat (limited to 'package/base-files')
-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 d47a1348e..37f8cbc6c 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:= 21 +PKG_RELEASE:= 22 PKG_SECTION:= base PKG_DESCR:= basic files and scripts @@ -73,6 +73,8 @@ endif ${ADK_RUNTIME_PASSWORD}),g" $(IDIR_BASE_FILES)/etc/shadow git log -1|head -1|sed -e 's#commit ##' \ > $(IDIR_BASE_FILES)/etc/adkversion + test -z $(ADK_TARGET) || \ + echo $(ADK_TARGET) > $(IDIR_BASE_FILES)/etc/adktarget ifneq (${ADK_PACKAGE_CONFIG_IN_ETC},) gzip -9c ${TOPDIR}/.config >$(IDIR_BASE_FILES)/etc/adkconfig.gz endif |