fix ar7 image installation (patch by sw, fixes #2197)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8393 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Felix Fietkau 2007-08-10 22:37:28 +00:00
parent 91c754df3a
commit 42ba244541
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ endef
define Image/Build
dd if=$(KDIR)/loader.bin $(call align/$(1)) > $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(1).bin
cat $(BUILD_DIR)/linux-$(KERNEL)-$(BOARD)/root.$(1) >> $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(1).bin
cat $(KDIR)/root.$(1) >> $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(1).bin
$(call prepare_generic_squashfs,$(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(1).bin)
$(call Image/Build/CyberTAN,$(1),AG1B,AG1B,$(1))
$(call Image/Build/CyberTAN,$(1),WA21,WA21,$(1))