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 | e16546fc1fc356ea405ccc0e7fcf20fc10826d9d (patch) | |
tree | cfddca55958090e3274d025fc3f12507233ff9d2 /target/linux | |
parent | 25d790021bcdff57ea54016622e17804f0a92d61 (diff) | |
download | upstream-e16546fc1fc356ea405ccc0e7fcf20fc10826d9d.tar.gz upstream-e16546fc1fc356ea405ccc0e7fcf20fc10826d9d.tar.bz2 upstream-e16546fc1fc356ea405ccc0e7fcf20fc10826d9d.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34200 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-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)" |