summaryrefslogtreecommitdiffstats
path: root/target/linux/rules.mk
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-11-11 18:59:20 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-11-11 18:59:20 +0000
commit49be26db3b5a96efbc912becc474a7043ac26318 (patch)
treebc31e6c1c27e5666ab1c6a221ba2945219cd1fd3 /target/linux/rules.mk
parent6688a39d5faccd3a23fe0fbeb157d558ffd5ce81 (diff)
backport netfilter modules split introduced by changeset:2083 in whiterussian (fix ticket:40)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2430 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/rules.mk')
-rw-r--r--target/linux/rules.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/target/linux/rules.mk b/target/linux/rules.mk
index f7e108658..be151ea10 100644
--- a/target/linux/rules.mk
+++ b/target/linux/rules.mk
@@ -37,10 +37,12 @@ endif
$$(PKG_$(1)): $(LINUX_DIR)/.modules_done
rm -rf $$(I_$(1))
- mkdir -p $$(I_$(1))/lib/modules/$(LINUX_VERSION)
$(SCRIPT_DIR)/make-ipkg-dir.sh $$(I_$(1)) ../control/kmod-$(2).control $(LINUX_VERSION)-$(BOARD)-$(PKG_RELEASE) $(ARCH)
echo "Depends: $$(IDEPEND_$(1))" >> $$(I_$(1))/CONTROL/control
+ifneq ($(strip $(3)),)
+ mkdir -p $$(I_$(1))/lib/modules/$(LINUX_VERSION)
cp $(3) $$(I_$(1))/lib/modules/$(LINUX_VERSION)
+endif
ifneq ($(6),)
mkdir -p $$(I_$(1))/etc/modules.d
for module in $(7); do \