Then it hasent been generated.

Try :

Do a make dirclean

Change this :

Modify target/linux/ar71xx/image/Makefile:

+$(eval $(call MultiProfile,UBNT,UBNTAIRROUTER UBNTRS UBNTRSPRO
UBNTLSSR71 UBNTBULLETM UBNTROCKETM UBNTNANOM UBNTUNIFI
UBNTUNIFIOUTDOOR UBNTUNIFIOUTDOORPLUS UAPPRO))
 $(eval $(call MultiProfile,WNDR3700,WNDR3700V1 WNDR3700V2 WNDR3800
WNDRMAC WNDRMACV2))
 $(eval $(call MultiProfile,WNR612V2,REALWNR612V2 N150R))
 $(eval $(call MultiProfile,WP543,WP543_2M WP543_4M WP543_8M WP543_16M))

do a make kernel_menuconfig
exit without doing anything
cd build_dir
find | grep m25p80.c
should show up something indrivers/mtd/devices/
add the patch in
+++ m25p80.c    2014-04-05 00:27:58.000000000 +0000
@@ -677,6 +677,8 @@
     { "en25q32b", INFO(0x1c3016, 0, 64 * 1024,  64, 0) },
     { "en25p64", INFO(0x1c2017, 0, 64 * 1024, 128, 0) },
     { "en25q64", INFO(0x1c3017, 0, 64 * 1024, 128, SECT_4K) },
+    { "en25qh128", INFO(0x1c7018, 0, 64 * 1024, 256, 0) },

     /* Everspin */
     { "mr25h256", CAT25_INFO(  32 * 1024, 1, 256, 2) },


and then do a make again.
It should generate it fine.

On 13/06/14 11:31, Outback Dingo wrote:
ive applied the patches but its not building that specific image


On Fri, Jun 13, 2014 at 8:30 PM, and...@polkaspots.com <and...@polkaspots.com <mailto:and...@polkaspots.com>> wrote:

    Ah that’s wrong, you need to have one called
    openwrt-ar71xx-generic-ubnt-unifi-outdoor-plus-squashfs-factory.bin not
    openwrt-ar71xx-generic-ubnt-unifi-outdoor-squashfs-factory.bin,
    the firmware check is different.



    On 13/06/14 11:29, Outback Dingo wrote:
    somethings odd here.... would you have an image i can test ??

    tftp> bin
    tftp> timeout 120
    tftp> put
    openwrt-ar71xx-generic-ubnt-unifi-outdoor-squashfs-factory.bin
    Error code 2: Firmware check failed
    Sent 6356992 bytes in 9.7 seconds



    On Fri, Jun 13, 2014 at 8:27 PM, and...@polkaspots.com
    <mailto:and...@polkaspots.com> <and...@polkaspots.com
    <mailto:and...@polkaspots.com>> wrote:

        Hi there,

        I have one as well and managed to put the firmware on using
        his patch.
        Now i'm just trying to wrap my head around how quilt works.

        Will update you as soon as I have something.
        By the way, is this the correct way to reply to this
        patchworks digest?





_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to