-
Notifications
You must be signed in to change notification settings - Fork 3.6k
bmx7: transfer package from routing #9406
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
Conversation
ed6e214
to
586ea55
Compare
Updated bmx7 to 7.1.0 instead of using the commit hash. |
Updated, thanks! |
@@ -0,0 +1,28 @@ | |||
#!/bin/sh /etc/rc.common | |||
START=91 |
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.
Any reason why this is 91 instead of 99?
define Package/bmx7-uci-config | ||
$(call Package/bmx7/Default) | ||
DEPENDS:=bmx7 +libuci | ||
TITLE:=configuration plugin based on uci (recommended!) |
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.
Remove (recommended!)
and capitalize titles
Several FLAGS are (incorrectly) passed multiple times and hardset, this needs to be fixed (preferably upstream if possible). Sample: Examples: Since encryption is enforced you might want to disable MIPS16 instructions |
@aparcar |
@axn please look at the TARGET_CFLAGS and MAKE_ARGS issue, I can't tell what you are doing there. |
8a781c8
to
46922bd
Compare
c817f11
to
72ec635
Compare
Also updating the Makefile to the the new format used in packages.git. Future releases should use a tag instead of a commit hash. Signed-off-by: Paul Spooren <mail@aparcar.org>
Please check @diizzyy comments |
I can't solve the flag issue as I'm not familiar enough in C nor bmx7, closing this for now. |
There are missing references to the routing repository, where the package was updated, and the Makefile was refactored a little bit by the OP. |
Maintainer: @axn
Compile tested: ath79/generic
Run tested: -
Description:
Also updating the Makefile to the the new format used in packages.git.
Future releases should use a tag instead of a commit hash.
Signed-off-by: Paul Spooren mail@aparcar.org