Ver Fonte

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 <[email protected]>
Signed-off-by: Gabor Juhos <[email protected]>

SVN-Revision: 34200
Gabor Juhos há 13 anos atrás
pai
commit
7da001d068
2 ficheiros alterados com 2 adições e 2 exclusões
  1. 1 1
      scripts/om-fwupgradecfg-gen.sh
  2. 1 1
      target/linux/ar71xx/image/Makefile

+ 1 - 1
scripts/om2p-fwupgradecfg-gen.sh → 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.

+ 1 - 1
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)"