From: Waldemar Brodkorb Date: Mon, 2 May 2005 18:24:31 +0000 (+0000) Subject: add nathelper modul, okay nbd X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c6bd41147fc0c0e34f12ee87655ef6637f1165d8;p=librecmc%2Flibrecmc.git add nathelper modul, okay nbd SVN-Revision: 788 --- diff --git a/openwrt/package/ser/Makefile b/openwrt/package/ser/Makefile index 0266365cf8..1e4a7c1785 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))