aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/image/tiny.mk
diff options
context:
space:
mode:
authorINAGAKI Hiroshi <musashino.open@gmail.com>2018-10-07 20:37:42 +0900
committerMathias Kresin <dev@kresin.me>2018-10-07 15:44:19 +0200
commitd745eac636f017d8a6ac2091746c985fcd8d2851 (patch)
tree1e548af06c6331e8eadad0a03f55109caa286342 /target/linux/ath79/image/tiny.mk
parentadbd9d1f1f07f77b0f511027c1cfea87cefe47be (diff)
downloadupstream-d745eac636f017d8a6ac2091746c985fcd8d2851.tar.gz
upstream-d745eac636f017d8a6ac2091746c985fcd8d2851.tar.bz2
upstream-d745eac636f017d8a6ac2091746c985fcd8d2851.zip
ath79: add hwver parameter to buffalo-tag
In order to be able to set the value of "hardware version" other than "3", I added the "hwver" parameter. Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
Diffstat (limited to 'target/linux/ath79/image/tiny.mk')
-rw-r--r--target/linux/ath79/image/tiny.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ath79/image/tiny.mk b/target/linux/ath79/image/tiny.mk
index 531a7f30c2..bc738c2f77 100644
--- a/target/linux/ath79/image/tiny.mk
+++ b/target/linux/ath79/image/tiny.mk
@@ -25,7 +25,7 @@ define Device/buffalo_whr-g301n
IMAGE_SIZE := 3712k
IMAGES += factory.bin tftp.bin
IMAGE/default := append-kernel | pad-to $$$$(BLOCKSIZE) | append-rootfs | pad-rootfs | check-size $$$$(IMAGE_SIZE)
- IMAGE/factory.bin := $$(IMAGE/default) | buffalo-enc WHR-G301N 1.99 | buffalo-tag WHR-G301N
+ IMAGE/factory.bin := $$(IMAGE/default) | buffalo-enc WHR-G301N 1.99 | buffalo-tag WHR-G301N 3
IMAGE/tftp.bin := $$(IMAGE/default) | buffalo-tftp-header
SUPPORTED_DEVICES += whr-g301n
endef