-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* remove dhcpcd patch, bump to intermedate 2024.05, builds * builds on 6.6 with bumped hash requires patch to nrc source, which requires no submodule * Bump calypso to cmdline args * switch to rc2 * fix nrc * remove warning breaking parse script * bump version to release * final whitespace fixes * fix iroh inclusion of correct files
- Loading branch information
Showing
18 changed files
with
60 additions
and
940 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
NRC_CLI_VERSION = 1.5 | ||
NRC_CLI_SITE = $(BR2_EXTERNAL_ODY_TREE_PATH)/sources/nrc7292_sw_pkg/package/src/cli_app | ||
NRC_CLI_SITE_METHOD = local | ||
NRC_CLI_VERSION = v1.5 | ||
NRC_CLI_SITE = https://github.com/newracom/nrc7292_sw_pkg | ||
NRC_CLI_SITE_METHOD = git | ||
NRC_CLI_LICENSE = Proprietary | ||
|
||
define NRC_CLI_BUILD_CMDS | ||
$(MAKE) $(TARGET_CONFIGURE_OPTS) all -C $(@D) | ||
$(MAKE) $(TARGET_CONFIGURE_OPTS) all -C $(@D)/package/src/cli_app | ||
endef | ||
|
||
define NRC_CLI_INSTALL_TARGET_CMDS | ||
$(INSTALL) -D -m 0755 $(@D)/cli_app $(TARGET_DIR)/usr/bin | ||
$(INSTALL) -D -m 0755 $(@D)/package/src/cli_app/cli_app $(TARGET_DIR)/usr/bin | ||
endef | ||
|
||
$(eval $(generic-package)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.