summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2007-03-30 21:57:48 +0000
committerFlorian Fainelli <florian@openwrt.org>2007-03-30 21:57:48 +0000
commit47fce96471c6e4dd3ecdddb1e25bdc5f763142bb (patch)
tree00b22134df3c25a06d1f854a2b58065d26e864e3 /target
parented5e0b94318fb089db246b10da745abfabeb51bf (diff)
downloadmaster-31e0f0ae-47fce96471c6e4dd3ecdddb1e25bdc5f763142bb.tar.gz
master-31e0f0ae-47fce96471c6e4dd3ecdddb1e25bdc5f763142bb.tar.bz2
master-31e0f0ae-47fce96471c6e4dd3ecdddb1e25bdc5f763142bb.zip
Disable firmware creation for the moment
SVN-Revision: 6766
Diffstat (limited to 'target')
-rw-r--r--target/linux/rdc-2.6/image/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/target/linux/rdc-2.6/image/Makefile b/target/linux/rdc-2.6/image/Makefile
index f8398baadb..dc54bc5b6b 100644
--- 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))