X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/6de3aca2c159b5142f0d38c3ad67846c43e71eed..a7664bf192678ea5f7712a47a421f1ec34519283:/package/ser/Makefile?ds=inline diff --git a/package/ser/Makefile b/package/ser/Makefile index 0266365cf..1e4a7c178 100644 --- a/package/ser/Makefile +++ b/package/ser/Makefile @@ -14,7 +14,7 @@ PKG_CAT:=zcat PKG_IPK:=$(PACKAGE_DIR)/$(PKG_NAME)_$(PKG_VERSION)-$(PKG_RELEASE)_$(ARCH).ipk PKG_IPK_DIR:=$(PKG_BUILD_DIR)/ipkg -SER_MODULES := sl tm rr maxfwd usrloc registrar dbtext textops +SER_MODULES := sl tm rr maxfwd usrloc registrar dbtext textops nathelper SER_MODULE_FILES := $(foreach module,$(SER_MODULES),modules/$(module)/$(module).so) SER_MODULES := $(patsubst %,modules/%,$(SER_MODULES))