seriously..... i did it even exactly as you stated and still no
joy..........

and ive been using/developing on WRT for 6+ years.... Grrrrrrr what did i
miss
-rw-r--r-- 1 dingo dingo 5636096 Jun 13 21:37
openwrt-ar71xx-generic-root.squashfs
-rw-r--r-- 1 dingo dingo 5308420 Jun 13 21:37
openwrt-ar71xx-generic-root.squashfs-64k
-rw-r--r-- 1 dingo dingo 6357404 Jun 13 21:37
openwrt-ar71xx-generic-ubnt-airrouter-squashfs-factory.bin
-rw-r--r-- 1 dingo dingo 6356996 Jun 13 21:37
openwrt-ar71xx-generic-ubnt-airrouter-squashfs-sysupgrade.bin
-rw-r--r-- 1 dingo dingo 6357404 Jun 13 21:37
openwrt-ar71xx-generic-ubnt-bullet-m-squashfs-factory.bin
-rw-r--r-- 1 dingo dingo 6356996 Jun 13 21:37
openwrt-ar71xx-generic-ubnt-bullet-m-squashfs-sysupgrade.bin
-rw-r--r-- 1 dingo dingo 6357404 Jun 13 21:37
openwrt-ar71xx-generic-ubnt-ls-sr71-squashfs-factory.bin
-rw-r--r-- 1 dingo dingo 6488064 Jun 13 21:37
openwrt-ar71xx-generic-ubnt-ls-sr71-squashfs-sysupgrade.bin
-rw-r--r-- 1 dingo dingo 6357404 Jun 13 21:37
openwrt-ar71xx-generic-ubnt-nano-m-squashfs-factory.bin
-rw-r--r-- 1 dingo dingo 6356996 Jun 13 21:37
openwrt-ar71xx-generic-ubnt-nano-m-squashfs-sysupgrade.bin
-rw-r--r-- 1 dingo dingo 6357404 Jun 13 21:37
openwrt-ar71xx-generic-ubnt-rocket-m-squashfs-factory.bin
-rw-r--r-- 1 dingo dingo 6356996 Jun 13 21:37
openwrt-ar71xx-generic-ubnt-rocket-m-squashfs-sysupgrade.bin
-rw-r--r-- 1 dingo dingo 6357404 Jun 13 21:37
openwrt-ar71xx-generic-ubnt-rspro-squashfs-factory.bin
-rw-r--r-- 1 dingo dingo 6488064 Jun 13 21:37
openwrt-ar71xx-generic-ubnt-rspro-squashfs-sysupgrade.bin
-rw-r--r-- 1 dingo dingo 6357404 Jun 13 21:37
openwrt-ar71xx-generic-ubnt-rs-squashfs-factory.bin
-rw-r--r-- 1 dingo dingo 6488064 Jun 13 21:37
openwrt-ar71xx-generic-ubnt-rs-squashfs-sysupgrade.bin
-rw-r--r-- 1 dingo dingo 6881628 Jun 13 21:37
openwrt-ar71xx-generic-ubnt-uap-pro-squashfs-factory.bin
-rw-r--r-- 1 dingo dingo 6881284 Jun 13 21:37
openwrt-ar71xx-generic-ubnt-uap-pro-squashfs-sysupgrade.bin
-rw-r--r-- 1 dingo dingo 6357404 Jun 13 21:37
openwrt-ar71xx-generic-ubnt-unifi-outdoor-squashfs-factory.bin
-rw-r--r-- 1 dingo dingo 6356996 Jun 13 21:37
openwrt-ar71xx-generic-ubnt-unifi-outdoor-squashfs-sysupgrade.bin
-rw-r--r-- 1 dingo dingo 6357404 Jun 13 21:37
openwrt-ar71xx-generic-ubnt-unifi-squashfs-factory.bin
-rw-r--r-- 1 dingo dingo 6356996 Jun 13 21:37
openwrt-ar71xx-generic-ubnt-unifi-squashfs-sysupgrade.bin
-rw-r--r-- 1 dingo dingo 1425844 Jun 13 21:37
openwrt-ar71xx-generic-uImage-gzip.bin
-rw-r--r-- 1 dingo dingo 1034289 Jun 13 21:37
openwrt-ar71xx-generic-uImage-lzma.bin




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

>  Ubiquiti all, The outdoor+ profile is not defined, so it will call the
> normal Outdoor if you select that one.
>
>
>
> On 13/06/14 11:47, Outback Dingo wrote:
>
> Your building target for Ubiquiti all ? or UniFi OutDoor ?
>
>
> On Fri, Jun 13, 2014 at 8:35 PM, and...@polkaspots.com <
> and...@polkaspots.com> wrote:
>
>>  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 in drivers/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> 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 <
>>> 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