projects
/
openwrt
/
staging
/
ansuel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed5e0b9
)
Disable firmware creation for the moment
author
Florian Fainelli
<florian@openwrt.org>
Fri, 30 Mar 2007 21:57:48 +0000
(21:57 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Fri, 30 Mar 2007 21:57:48 +0000
(21:57 +0000)
SVN-Revision: 6766
target/linux/rdc-2.6/image/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/rdc-2.6/image/Makefile
b/target/linux/rdc-2.6/image/Makefile
index f8398baadb98c2e1109c14ed564c0799c05b81b1..dc54bc5b6bd842e378ac4707932012a2b12205ec 100644
(file)
--- a/
target/linux/rdc-2.6/image/Makefile
+++ b/
target/linux/rdc-2.6/image/Makefile
@@
-12,8
+12,9
@@
define Image/Prepare
endef
define Image/Build
- touch $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(1).img
- $(STAGING_DIR)/bin/airlink -b 0 -j $(KDIR)/bzImage $(KDIR)/root.$(1) $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(1).img
+ # FIXME
+ #touch $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(1).img
+ #$(STAGING_DIR)/bin/airlink -b 0 -j $(KDIR)/bzImage $(KDIR)/root.$(1) $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(1).img
endef
$(eval $(call BuildImage))