From: Gabor Juhos Date: Wed, 6 Jul 2011 16:46:33 +0000 (+0000) Subject: ramips: fix buffalo image generation X-Git-Tag: reboot~16323 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=abb1ca01a7121b36aa04a16da5d27f2fed02f3e8;p=openwrt%2Fopenwrt.git ramips: fix buffalo image generation SVN-Revision: 27495 --- diff --git a/target/linux/ramips/image/Makefile b/target/linux/ramips/image/Makefile index 042c319af7..da5db3ee18 100644 --- a/target/linux/ramips/image/Makefile +++ b/target/linux/ramips/image/Makefile @@ -80,7 +80,7 @@ define BuildFirmware/Buffalo -o $(KDIR)/vmlinux-$(2).uImage.enc; \ buffalo-enc -p $(3) -v 1.76 \ -i $(KDIR)/root.$(1) \ - -o $(KDIR)/root.$(1).enc; \ + -o $(KDIR)/root.$(2).enc; \ buffalo-tag -b $(3) -p $(3) -a ram -v 1.76 -m 1.01 \ -l mlang8 -f 1 -r EU \ -i $(KDIR)/vmlinux-$(2).uImage.enc \