summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-11-14 14:18:33 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-11-14 14:18:33 +0000
commitc222bbfd4eef14a1caf2087640876acce1ab142d (patch)
treecfddca55958090e3274d025fc3f12507233ff9d2
parent3ebd08390eaf43fbceaf387c15db4afbd4bcc0ac (diff)
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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34200 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--scripts/om-fwupgradecfg-gen.sh (renamed from scripts/om2p-fwupgradecfg-gen.sh)2
-rw-r--r--target/linux/ar71xx/image/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/om2p-fwupgradecfg-gen.sh b/scripts/om-fwupgradecfg-gen.sh
index c323c90ef..baa0a7c2e 100644
--- a/scripts/om2p-fwupgradecfg-gen.sh
+++ b/scripts/om-fwupgradecfg-gen.sh
@@ -1,5 +1,5 @@
#/bin/sh
-#
+#
# Copyright (C) 2011 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile
index 764e245f6..d3d483d88 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)"