-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
luci-app-lorawan-basicstation: Add luci-app-lorawan-basicstation #5938
Conversation
ping @aparcar |
Please post some screenshots |
3d18c74
to
fd5af44
Compare
include $(TOPDIR)/rules.mk | ||
|
||
PKG_NAME:=luci-app-basicstation | ||
PKG_VERSION:=2.0.6 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why such versioning? Couldn't it be 1.0.0 as this is the first initial version, which could gets into this repository?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have completely removed the PKG_VERSION because it doesn't seem to be that common in LuCi packages. Do you agree with it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removing versioning is fine, as there is automatic versioning in LuCI. (most packages do not have manual versions at all)
I would rename this to something like luci-app-lorawan-basicstation Otherwise the "basic station" may sound too much like a simplified setup tool for a router. (there is already a PR for luci-mod-simple, etc.) |
LuCi Support for LoRaWAN basicstation Signed-off-by: Marcus Schref <mschref@web.de>
fd5af44
to
7b8cae3
Compare
LuCi support for Basicstation
Depends on openwrt/packages#19188
Signed-off-by: Marcus Schref mschref@web.de