summaryrefslogtreecommitdiffstats
path: root/package/ser
diff options
context:
space:
mode:
authorwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-05-02 18:24:31 +0000
committerwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-05-02 18:24:31 +0000
commit700a6a110474259158d94bc474b093c4e87745f7 (patch)
tree830c4da15e0b6287fe880a51b38dba863753163e /package/ser
parente068de8bedc06d86420f4a4605f8688d58d43d0d (diff)
add nathelper modul, okay nbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@788 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ser')
-rw-r--r--package/ser/Makefile2
1 files changed, 1 insertions, 1 deletions
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))