scripts: rename om2p-fwupgradecfg-gen.sh to more generic om-fwupgradecfg-gen.sh
It will be used for non OM2P boards as well. Signed-off-by: Marek Lindner <lindner_marek@yahoo.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34200
This commit is contained in:
parent
ee94ed4597
commit
7da001d068
2 changed files with 2 additions and 2 deletions
|
@ -680,7 +680,7 @@ endif
|
||||||
|
|
||||||
define Image/Build/OpenMesh
|
define Image/Build/OpenMesh
|
||||||
$(call MkuImageLzma,$(2))
|
$(call MkuImageLzma,$(2))
|
||||||
-sh $(TOPDIR)/scripts/om2p-fwupgradecfg-gen.sh \
|
-sh $(TOPDIR)/scripts/om-fwupgradecfg-gen.sh \
|
||||||
"$(BUILD_DIR)/om2p-fwupgrade.cfg" \
|
"$(BUILD_DIR)/om2p-fwupgrade.cfg" \
|
||||||
"$(KDIR_TMP)/vmlinux-$(2).uImage" \
|
"$(KDIR_TMP)/vmlinux-$(2).uImage" \
|
||||||
"$(KDIR)/root.$(1)"
|
"$(KDIR)/root.$(1)"
|
||||||
|
|
Loading…
Reference in a new issue