aboutsummaryrefslogtreecommitdiffstats
path: root/target/image
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
commitd85412ccc86529d4e4005fe90079b891bced4e53 (patch)
tree66816d2530e8c0745f15ed3dabc883fd4b968c61 /target/image
parent3d80723a6d9c8801f8bc53856eb8ea6913d8b9b7 (diff)
downloadmaster-187ad058-d85412ccc86529d4e4005fe90079b891bced4e53.tar.gz
master-187ad058-d85412ccc86529d4e4005fe90079b891bced4e53.tar.bz2
master-187ad058-d85412ccc86529d4e4005fe90079b891bced4e53.zip
use -f option when calling trx (osx build works now)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4871 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/image')
-rw-r--r--target/image/brcm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/image/brcm/Makefile b/target/image/brcm/Makefile
index a4d505865f..2dc599daea 100644
--- a/target/image/brcm/Makefile
+++ b/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)))