From ece39203cb46d66ebb62fc23a7845ab49f8443a2 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 25 Aug 2005 12:12:51 +0000 Subject: [PATCH] fix dependency problem SVN-Revision: 1753 --- openwrt/target/linux/package/openwrt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openwrt/target/linux/package/openwrt/Makefile b/openwrt/target/linux/package/openwrt/Makefile index 4e9b73a39d..adbd7865d6 100644 --- a/openwrt/target/linux/package/openwrt/Makefile +++ b/openwrt/target/linux/package/openwrt/Makefile @@ -29,7 +29,7 @@ $(IPKG_OPENWRT): $(PKG_BUILD_DIR)/jffs2root $(RSTRIP) $(IDIR_OPENWRT) $(IPKG_BUILD) $(IDIR_OPENWRT) $(PACKAGE_DIR) -install: $(IPKG_OPENWRT) +install: compile $(IPKG) install $(IPKG_OPENWRT) compile: install-dev $(IPKG_OPENWRT) -- 2.30.2