1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-06-25 08:44:32 +03:00

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
This commit is contained in:
juhosg 2012-11-14 14:18:33 +00:00
parent 3ebd08390e
commit c222bbfd4e
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#/bin/sh
#
#
# Copyright (C) 2011 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.

View File

@ -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)"