diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-02 18:24:31 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-02 18:24:31 +0000 |
commit | 9fe029c2cc572cbe8669a100246effcc050116ee (patch) | |
tree | 12e6ab7bf7aab6677247d533af816f558cc212b5 /openwrt/package | |
parent | 9651e741ab17645e75d82bb0fef3a2a0441eb544 (diff) |
add nathelper modul, okay nbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@788 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package')
-rw-r--r-- | openwrt/package/ser/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |