diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-11-14 14:18:33 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-11-14 14:18:33 +0000 |
commit | 7da001d068c90581bd8104a184d9aa45fbc4cf48 (patch) | |
tree | 9824eb5eb8ecbbf69d00fa142ebc4e79958620b4 /target | |
parent | ee94ed4597210f083e54f32756b028f8dba57ffa (diff) | |
download | upstream-7da001d068c90581bd8104a184d9aa45fbc4cf48.tar.gz upstream-7da001d068c90581bd8104a184d9aa45fbc4cf48.tar.bz2 upstream-7da001d068c90581bd8104a184d9aa45fbc4cf48.zip |
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
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ar71xx/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index 764e245f6d..d3d483d88f 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -680,7 +680,7 @@ endif define Image/Build/OpenMesh $(call MkuImageLzma,$(2)) - -sh $(TOPDIR)/scripts/om2p-fwupgradecfg-gen.sh \ + -sh $(TOPDIR)/scripts/om-fwupgradecfg-gen.sh \ "$(BUILD_DIR)/om2p-fwupgrade.cfg" \ "$(KDIR_TMP)/vmlinux-$(2).uImage" \ "$(KDIR)/root.$(1)" |