X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/d4acdafcf724057bc9b718170c54b420f46c40b4..328be4d64bd754da028d5db90f71248e22e06f21:/openwrt/package/sdk/Makefile diff --git a/openwrt/package/sdk/Makefile b/openwrt/package/sdk/Makefile index dba08cabf..6146ec97b 100644 --- a/openwrt/package/sdk/Makefile +++ b/openwrt/package/sdk/Makefile @@ -47,8 +47,8 @@ $(BIN_DIR)/$(IB_NAME).tar.bz2: mkdir -p $(IB_BUILD_DIR)/include mkdir -p $(IB_BUILD_DIR)/packages (cd $(PACKAGE_DIR); \ - cp busybox_* kmod-brcm-* kmod-wlcompat* dnsmasq_* iptables_* dropbear_* kmod-diag_* \ - wireless-tools_* zlib* bridge_* ppp_* ppp-pppoe* kmod-ppp* openwrt-utils* $(IB_BUILD_DIR)/packages/; \ + cp ipkg_* busybox_* kmod-brcm-* kmod-wlcompat* dnsmasq_* iptables_* dropbear_* kmod-diag_* \ + wireless-tools_* zlib* bridge_* ppp_* ppp*pppoe* kmod-ppp* openwrt-utils* $(IB_BUILD_DIR)/packages/; \ ) egrep '^[^(include|prepare|compile|install)]' < $(TOPDIR)/target/jffs2/Makefile > $(IB_BUILD_DIR)/include/jffs2.mk egrep '^[^(include|prepare|compile|install)]' < $(TOPDIR)/target/squashfs-lzma/Makefile > $(IB_BUILD_DIR)/include/squashfs-lzma.mk @@ -74,7 +74,9 @@ $(BIN_DIR)/$(IB_NAME).tar.bz2: source: prepare: -compile: $(BIN_DIR)/$(SDK_NAME).tar.bz2 $(BIN_DIR)/$(IB_NAME).tar.bz2 +compile: $(BIN_DIR)/$(SDK_NAME).tar.bz2 +# FIXME: image builder disabled for now. need to find a way to make it work cleanly with the new kernel structure +# $(BIN_DIR)/$(IB_NAME).tar.bz2 install: clean: