mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-14 20:31:54 +00:00
Fix typo
This commit is contained in:
parent
5f08b288eb
commit
efbf69c091
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ UBOOT_MAKE_FLAGS = \
|
|||
|
||||
define Build/Prepare
|
||||
$(call Build/Prepare/Default)
|
||||
$(CP) uEnv-$(UENV).txt ${PKG_BUILD_DIR}/uEnv.txt
|
||||
$(CP) uEnv-$(UENV).txt $(PKG_BUILD_DIR)/uEnv.txt
|
||||
endef
|
||||
|
||||
define Build/InstallDev
|
||||
|
|
Loading…
Reference in a new issue