From: florian Date: Fri, 30 Mar 2007 21:57:48 +0000 (+0000) Subject: Disable firmware creation for the moment X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=92d5f8813fd489b665d5012900de7adbae6ed505;p=openwrt.git Disable firmware creation for the moment git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6766 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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))