summaryrefslogtreecommitdiff
path: root/openwrt/include
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-07-18 20:17:05 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-07-18 20:17:05 +0000
commit739e54db938177d4793bfee8c644ea28ba406a59 (patch)
treeeaa3b7dcd58ca5a1c310d1276152b656fee7bd9c /openwrt/include
parent9c5e30b638eb9cb99aad604badfae547fdd69641 (diff)
downloadmtk-20170518-739e54db938177d4793bfee8c644ea28ba406a59.zip
mtk-20170518-739e54db938177d4793bfee8c644ea28ba406a59.tar.gz
mtk-20170518-739e54db938177d4793bfee8c644ea28ba406a59.tar.bz2
make the buildroot-ng sdk compatible with the old packages
SVN-Revision: 4158
Diffstat (limited to 'openwrt/include')
-rw-r--r--openwrt/include/package.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/include/package.mk b/openwrt/include/package.mk
index 2784cc8..ce07640 100644
--- a/openwrt/include/package.mk
+++ b/openwrt/include/package.mk
@@ -41,6 +41,7 @@ define Build/DefaultTargets
touch $$@
$(STAGING_DIR)/stampfiles/.$(PKG_NAME)-installed: $(PKG_BUILD_DIR)/.built
+ mkdir -p $(STAGING_DIR)/stampfiles
$(call Build/InstallDev)
touch $$@