aredn/patches/002-firmware-check-fix.patch

23 lines
997 B
Diff

Index: openwrt/target/linux/ar71xx/image/generic-ubnt.mk
===================================================================
--- openwrt.orig/target/linux/ar71xx/image/generic-ubnt.mk
+++ openwrt/target/linux/ar71xx/image/generic-ubnt.mk
@@ -4,7 +4,7 @@ DEVICE_VARS += UBNT_BOARD UBNT_CHIP UBNT
# routerboard creates partitions out of the ubnt header
define Build/mkubntimage
-$(STAGING_DIR_HOST)/bin/mkfwimage \
- -B $(UBNT_BOARD) -v $(UBNT_TYPE).$(UBNT_CHIP).v6.0.0-$(VERSION_DIST)-$(REVISION) \
+ -B $(UBNT_BOARD) -v $(UBNT_TYPE).$(UBNT_CHIP).v6.0.0-31296.170704.204 \
-k $(IMAGE_KERNEL) \
-r $@ \
-o $@
@@ -17,7 +17,7 @@ define Build/mkubntimage-split
dd if=$@ of=$@.old1 bs=1024k count=1; \
dd if=$@ of=$@.old2 bs=1024k skip=1; \
$(STAGING_DIR_HOST)/bin/mkfwimage \
- -B $(UBNT_BOARD) -v $(UBNT_TYPE).$(UBNT_CHIP).v6.0.0-$(VERSION_DIST)-$(REVISION) \
+ -B $(UBNT_BOARD) -v $(UBNT_TYPE).$(UBNT_CHIP).v6.0.0-31296.170704.204 \
-k $@.old1 \
-r $@.old2 \
-o $@; \