mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
bump version to 2022.02.9
add miyoo_defconfig
This commit is contained in:
@@ -10,10 +10,13 @@ NOIP_SOURCE = noip-duc-linux.tar.gz
|
||||
NOIP_LICENSE = GPL-2.0+
|
||||
NOIP_LICENSE_FILES = COPYING
|
||||
|
||||
# Pass TARGET_{C,LD}FLAGS through LIBS as noip doesn't rely on implicit
|
||||
# make rules
|
||||
define NOIP_BUILD_CMDS
|
||||
$(SED) "/^#define CONFIG_FILENAME/ s/PREFIX//" $(@D)/noip2.c
|
||||
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D) CC="$(TARGET_CC)" \
|
||||
CFLAGS="$(TARGET_CFLAGS)" PREFIX=/usr CONFDIR=/etc
|
||||
LIBS="$(TARGET_CFLAGS) $(TARGET_LDFLAGS)" \
|
||||
PREFIX=/usr CONFDIR=/etc
|
||||
endef
|
||||
|
||||
define NOIP_INSTALL_TARGET_CMDS
|
||||
|
||||
Reference in New Issue
Block a user