1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-18 21:48:23 +02:00

ramips: fix buffalo image generation

SVN-Revision: 27495
This commit is contained in:
Gabor Juhos 2011-07-06 16:46:33 +00:00
parent 295da57040
commit abb1ca01a7

@ -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 \