Re: [LEDE-DEV] [PATCH] ar71xx: change image version for ubiquiti devices

2017-05-16 Thread txt.file
I have changed the patch to only change the version name. Ubiquiti is currently at AirMAX firmware version 6.0.4. So version 6.0.0 for us is IMHO a good/current version number. I also checked if 0.0.0 would have worked. It resulted in an error on the device I had. txt.file -- This message is sig

Re: [LEDE-DEV] [PATCH] ar71xx: change image version for ubiquiti devices

2017-05-02 Thread Felix Fietkau
On 2017-05-02 10:18, txt.file wrote: > Felix Fietkau: >>> - -B $(UBNT_BOARD) -v >>> $(UBNT_TYPE).$(UBNT_CHIP).v6.0.0-OpenWrt-$(REVISION) \ >>> + -B $(UBNT_BOARD) -v >>> $(UBNT_TYPE).$(UBNT_CHIP).v0.0.0-$(VERSION_DIST)-$(REVISION) \ >> The Ubiquiti firmware web interface parses

Re: [LEDE-DEV] [PATCH] ar71xx: change image version for ubiquiti devices

2017-05-02 Thread txt.file
Not yet. Is now on my TODO for this week. txt.file Felix Fietkau: > On 2017-04-05 23:44, Matthias Fritzsche wrote: >> changes the image version from hardcoded OpenWrt to >> $VERSION_DIST. AirOS shows a notification with the image version >> during a firmware upgrade. >> >> fixes #582 >> >> Signed

Re: [LEDE-DEV] [PATCH] ar71xx: change image version for ubiquiti devices

2017-04-26 Thread Felix Fietkau
On 2017-04-05 23:44, Matthias Fritzsche wrote: > changes the image version from hardcoded OpenWrt to > $VERSION_DIST. AirOS shows a notification with the image version > during a firmware upgrade. > > fixes #582 > > Signed-off-by: Matthias Fritzsche > --- > target/linux/ar71xx/image/ubnt.mk | 6

Re: [LEDE-DEV] [PATCH] ar71xx: change image version for ubiquiti devices

2017-03-15 Thread Mathias Kresin
03.03.2017 16:51, txt.file: changes the image version from hardcoded OpenWrt to $VERSION_DIST. AirOS shows a notification with the image version during a firmware upgrade. fixes #582 Signed-off-by: Matthias Fritzsche --- target/linux/ar71xx/image/ubnt.mk | 6 +++--- 1 file changed, 3 insertio

Re: [LEDE-DEV] [PATCH] ar71xx: change image version for ubiquiti devices

2017-03-14 Thread txt.file
Good point. But if we change it to v7.0.0 now we have the same problem sooner or later. On TP-Link devices i have often seen v0.0.0-… or similar. Bill Moffitt: > I don't know if it makes any difference, but insofar as there is an > AirOS 6.0 now > (https://community.ubnt.com/t5/airMAX-Updates-Blog

Re: [LEDE-DEV] [PATCH] ar71xx: change image version for ubiquiti devices

2017-03-03 Thread Bill Moffitt
I don't know if it makes any difference, but insofar as there is an AirOS 6.0 now (https://community.ubnt.com/t5/airMAX-Updates-Blog/airOS-6-0-Has-Been-Released/ba-p/1769476) should we change the strong to something like "v7.0.0-" etc.? On 3/3/2017 7:51 AM, txt.file wrote: changes the image

Re: [LEDE-DEV] [PATCH] ar71xx: change image version for ubiquiti devices

2017-03-03 Thread txt.file
changes the image version from hardcoded OpenWrt to $VERSION_DIST. AirOS shows a notification with the image version during a firmware upgrade. fixes #582 Signed-off-by: Matthias Fritzsche --- target/linux/ar71xx/image/ubnt.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --