Skip to content

Commit

Permalink
rklog: rename the level name to YODAOS_LOG_LEVEL
Browse files Browse the repository at this point in the history
  • Loading branch information
yorkie committed Dec 3, 2019
1 parent 509c146 commit 3187623
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion openwrt/package/yodaos/rklog/Config.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
menu "Configuration"

config ROKIDOS_BOARDCONFIG_LOG_LEVEL
config YODAOS_LOG_LEVEL
int "log level"
default 1
help
Expand Down
4 changes: 2 additions & 2 deletions openwrt/package/yodaos/rklog/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ endef
TARGET_CFLAGS += $(FPIC)
CMAKE_FIND_ROOT_PATH := ${CMAKE_FIND_ROOT_PATH};${STAGING_DIR}

ifdef CONFIG_ROKIDOS_BOARDCONFIG_LOG_LEVEL
CMAKE_OPTIONS += -DBOARDCONFIG_LOG_LEVEL=${CONFIG_ROKIDOS_BOARDCONFIG_LOG_LEVEL}
ifdef CONFIG_YODAOS_LOG_LEVEL
CMAKE_OPTIONS += -DBOARDCONFIG_LOG_LEVEL=${YODAOS_LOG_LEVEL}
endif

CMAKE_OPTIONS += \
Expand Down

0 comments on commit 3187623

Please sign in to comment.