bump version to 2022.02.9

add miyoo_defconfig
This commit is contained in:
tiopex
2023-01-31 13:11:45 +01:00
parent 1fa746c353
commit dcdaa3599c
8423 changed files with 184305 additions and 91107 deletions

View File

@@ -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