make the buildroot-ng sdk compatible with the old packages

git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4158 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Felix Fietkau
2006-07-18 20:17:05 +00:00
parent e316e724d1
commit 03116cc0b2
5 changed files with 104 additions and 4 deletions

View File

@@ -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 $$@