projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Ensure dropbear is installed before disabling telnet (#920)
[openwrt.git]
/
target
/
image
/
brcm
/
Makefile
diff --git
a/target/image/brcm/Makefile
b/target/image/brcm/Makefile
index
2dc599d
..
6aad558
100644
(file)
--- a/
target/image/brcm/Makefile
+++ b/
target/image/brcm/Makefile
@@
-37,6
+37,10
@@
define Image/Build/Motorola
$(STAGING_DIR)/bin/motorola-bin -$(3) $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(1).trx $(BIN_DIR)/openwrt-$(2)-$(4).bin
endef
$(STAGING_DIR)/bin/motorola-bin -$(3) $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(1).trx $(BIN_DIR)/openwrt-$(2)-$(4).bin
endef
+define Image/Build/USR
+ $(STAGING_DIR)/bin/trx2usr $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(1).trx $(BIN_DIR)/openwrt-$(2)-$(3).bin
+endef
+
define trxalign/jffs2-128k
-a 0x20000
endef
define trxalign/jffs2-128k
-a 0x20000
endef
@@
-64,6
+68,7
@@
ifeq ($(KERNEL),2.6)
endif
endif
$(call Image/Build/Motorola,$(1),wr850g,1,$(1))
endif
endif
$(call Image/Build/Motorola,$(1),wr850g,1,$(1))
+ $(call Image/Build/USR,$(1),usr5461,$(1))
endef
$(eval $(call BuildImage))
endef
$(eval $(call BuildImage))
This page took
0.032247 seconds
and
4
git commands to generate.