summaryrefslogtreecommitdiff
path: root/package/base-files
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-11-22 12:00:37 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-11-22 12:00:37 +0100
commit93766456424ace2eb274f78aee96e9f2b6079567 (patch)
tree547ee043fafa87e7e22d5fd52ed71394aa977857 /package/base-files
parentf7b7b1adcd70951592804a13f4aa79bafb6b023e (diff)
use ADK_HW for target hardware profile information
Diffstat (limited to 'package/base-files')
-rw-r--r--package/base-files/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile
index a346dd41f..7786cdf83 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:= 31
+PKG_RELEASE:= 32
PKG_SECTION:= base
PKG_DESCR:= basic files and scripts
@@ -70,8 +70,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
+ test -z $(ADK_HW) || \
+ echo $(ADK_HW) > $(IDIR_BASE_FILES)/etc/adktarget
ifneq (${ADK_PACKAGE_CONFIG_IN_ETC},)
gzip -9c ${TOPDIR}/.config >$(IDIR_BASE_FILES)/etc/adkconfig.gz
chmod 600 $(IDIR_BASE_FILES)/etc/adkconfig.gz