summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-09-27 18:57:25 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-09-27 18:57:25 +0000
commit74b8e091944d9142a93e2e21cfc76b0dba916ed1 (patch)
tree8806c0dd58bc8cbbd9f04085b855f660cdb48a52
parent7538551067e9494252f7d76019e60b8fe49764ed (diff)
downloadmtk-20170518-74b8e091944d9142a93e2e21cfc76b0dba916ed1.zip
mtk-20170518-74b8e091944d9142a93e2e21cfc76b0dba916ed1.tar.gz
mtk-20170518-74b8e091944d9142a93e2e21cfc76b0dba916ed1.tar.bz2
use -f option when calling trx (osx build works now)
SVN-Revision: 4871
-rw-r--r--openwrt/target/image/brcm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/image/brcm/Makefile b/openwrt/target/image/brcm/Makefile
index a4d5058..2dc599d 100644
--- a/openwrt/target/image/brcm/Makefile
+++ b/openwrt/target/image/brcm/Makefile
@@ -48,7 +48,7 @@ define trxalign/squashfs
endef
define Image/Build
- $(STAGING_DIR)/bin/trx -o $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(1).trx $(KDIR)/loader.gz $(KDIR)/vmlinux.lzma $(call trxalign/$(1)) $(KDIR)/root.$(1)
+ $(STAGING_DIR)/bin/trx -o $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(1).trx -f $(KDIR)/loader.gz -f $(KDIR)/vmlinux.lzma $(call trxalign/$(1)) -f $(KDIR)/root.$(1)
ifneq ($(1),jffs2-128k)
$(call Image/Build/CyberTAN,$(1),wrt54g3g,W54F,1.99.5,$(patsubst jffs2-%,jffs2,$(1)))
$(call Image/Build/CyberTAN,$(1),wrt54g,W54G,4.40.1,$(patsubst jffs2-%,jffs2,$(1)))