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

2017-04-05 Thread Matthias Fritzsche
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

[LEDE-DEV] [PATCH] package/kernel: conistent wireless.wiki.kernel.org

2017-04-05 Thread Matthias Fritzsche
Change all the URLs to wireless.wiki.kernel.org to have the same protocol, domain and path. Signed-off-by: Matthias Fritzsche --- package/kernel/mac80211/Makefile | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package/kernel/mac80211/Makefile b/package/kernel

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

2017-05-16 Thread Matthias Fritzsche
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

[LEDE-DEV] [PATCH] include/u-boot.mk: rename to HOST_CPPFLAGS

2017-06-13 Thread Matthias Fritzsche
* On other places the variable is written with an underscore. * With one $ sign it treats it as variable. With the former four signs it tried to execute a command with this name. Signed-off-by: Matthias Fritzsche --- include/u-boot.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion