aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2006-06-23 00:49:42 +0000
committerMike Baker <mbm@openwrt.org>2006-06-23 00:49:42 +0000
commit4cd3d1fab11e52b41de7963228f3877c8f0162f6 (patch)
treebb0a9ad724136f12f5be07e91b2a51cd2395eff6 /package
parent72e02bf7ae497cf476944b914d3425fb3d307974 (diff)
downloadmaster-187ad058-4cd3d1fab11e52b41de7963228f3877c8f0162f6.tar.gz
master-187ad058-4cd3d1fab11e52b41de7963228f3877c8f0162f6.tar.bz2
master-187ad058-4cd3d1fab11e52b41de7963228f3877c8f0162f6.zip
.pkginfo cleanup #2
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4053 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/base-files/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile
index 7db0d0503c..f81c681c26 100644
--- a/package/base-files/Makefile
+++ b/package/base-files/Makefile
@@ -18,6 +18,9 @@ ifneq ($(DUMP),1)
TARGET:=-$(BOARD)-$(KERNEL)
UCLIBC_VERSION:=${shell cat $(STAGING_DIR)/uclibc_version}
LIBGCC_VERSION:=${shell cat $(STAGING_DIR)/gcc_version}
+else
+UCLIBC_VERSION:=<UCLIBC_VERSION>
+LIBGCC_VERSION:=<LIBGCC_VERSION>
endif
CONFIG_PACKAGE_base-files$(TARGET):=$(CONFIG_PACKAGE_base-files)