diff options
-rw-r--r-- | scripts/om-fwupgradecfg-gen.sh (renamed from scripts/om2p-fwupgradecfg-gen.sh) | 2 | ||||
-rw-r--r-- | target/linux/ar71xx/image/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/om2p-fwupgradecfg-gen.sh b/scripts/om-fwupgradecfg-gen.sh index c323c90..baa0a7c 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 764e245..d3d483d 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)" |