projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix udhcp release patch
[openwrt.git]
/
openwrt
/
package
/
sdk
/
Makefile
diff --git
a/openwrt/package/sdk/Makefile
b/openwrt/package/sdk/Makefile
index
7644a4a
..
6146ec9
100644
(file)
--- a/
openwrt/package/sdk/Makefile
+++ b/
openwrt/package/sdk/Makefile
@@
-74,7
+74,9
@@
$(BIN_DIR)/$(IB_NAME).tar.bz2:
source:
prepare:
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:
install:
clean:
This page took
0.02183 seconds
and
4
git commands to generate.