소스 검색

Disable firmware creation for the moment

SVN-Revision: 6766
Florian Fainelli 19 년 전
부모
커밋
47fce96471
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 2
      target/linux/rdc-2.6/image/Makefile

+ 3 - 2
target/linux/rdc-2.6/image/Makefile

@@ -12,8 +12,9 @@ define Image/Prepare
 endef
 endef
 
 
 define Image/Build
 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
 endef
 
 
 $(eval $(call BuildImage))
 $(eval $(call BuildImage))