X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/23386132c92b92d5af9e4a0fe8c6b4adb0419c28..c4bd8400ac4d2eb8da8905a88dc24222fa648db0:/openwrt/package/ser/Makefile diff --git a/openwrt/package/ser/Makefile b/openwrt/package/ser/Makefile index 0266365cf..1e4a7c178 100644 --- a/openwrt/package/ser/Makefile +++ b/openwrt/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))