X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/59cf9955ada396f84414e779e62d9742b7451d66..8ecfceee5e12ce55a549f2b30463ffd8db3501bd:/package/openwrt/Makefile diff --git a/package/openwrt/Makefile b/package/openwrt/Makefile index 1580c13a9..850c8729a 100644 --- a/package/openwrt/Makefile +++ b/package/openwrt/Makefile @@ -62,14 +62,14 @@ $(PKG_IPK): $(PKG_IPK_DIR)/sbin/mtd $(PKG_IPK_DIR)/sbin/jffs2root $(PKG_IPK_DIR) $(IPKG_BUILD) $(PKG_IPK_DIR) $(PACKAGE_DIR) $(IPKG_STATE_DIR)/info/$(PKG_NAME).list: $(PKG_IPK) - $(IPKG) install $(PKG_IPK) + $(IPKG) install $< source: $(DL_DIR)/$(LINKSYS_WLCONF_TGZ) prepare: $(LINKSYS_WLCONF_DIR)/.unpacked -compile: prepare libnvram-compile libshared-compile $(PKG_IPK) +compile: prepare libnvram-compile libshared-compile $(PKG_IPK) $(PKG_WLCOMPAT) install: libnvram-install libshared-install \ $(TARGET_DIR)/usr/sbin/wlconf \ - $(IPKG_STATE_DIR)/info/$(PKG_NAME).list + $(IPKG_STATE_DIR)/info/$(PKG_NAME).list \ clean: libshared-clean libnvram-clean rm -rf $(PKG_BUILD_DIR)