aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/rules.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-07-10 17:28:44 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-07-10 17:28:44 +0000
commit669aac5d08a1b45d680e288f3611eab8aa95d7ad (patch)
tree78678728e34f86345a5b62fbb5f94ab7e6582238 /target/linux/rules.mk
parent66d65bff91c99a32107debf2e5f80d4f858256ce (diff)
downloadupstream-669aac5d08a1b45d680e288f3611eab8aa95d7ad.tar.gz
upstream-669aac5d08a1b45d680e288f3611eab8aa95d7ad.tar.bz2
upstream-669aac5d08a1b45d680e288f3611eab8aa95d7ad.zip
ar7: add firmware blob to adsl driver ipkg, update led driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1400 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/rules.mk')
-rw-r--r--target/linux/rules.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/rules.mk b/target/linux/rules.mk
index 75a96b4e65..82ac46d58f 100644
--- a/target/linux/rules.mk
+++ b/target/linux/rules.mk
@@ -29,6 +29,7 @@ $$(PKG_$(1)): $(LINUX_DIR)/.modules_done
$(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
cp $(3) $$(I_$(1))/lib/modules/$(LINUX_VERSION)
+ $(6)
$(IPKG_BUILD) $$(I_$(1)) $(PACKAGE_DIR)
endef