diff options
Diffstat (limited to 'openwrt/package/sdk/Makefile')
-rw-r--r-- | openwrt/package/sdk/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/openwrt/package/sdk/Makefile b/openwrt/package/sdk/Makefile index 7644a4a600..6146ec97b7 100644 --- a/openwrt/package/sdk/Makefile +++ b/openwrt/package/sdk/Makefile @@ -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: |