summaryrefslogtreecommitdiff
path: root/target/sdk
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2008-08-22 02:52:19 +0000
committerNicolas Thill <nico@openwrt.org>2008-08-22 02:52:19 +0000
commit42cf7602f43d1a65ab2a9931550eb587d6045fa2 (patch)
tree78e4a5c1476adda05d44346d697e8e67ed0547d9 /target/sdk
parent8d28e6dc687ce6847e794b87b265c46266dade0e (diff)
downloadmtk-20170518-42cf7602f43d1a65ab2a9931550eb587d6045fa2.zip
mtk-20170518-42cf7602f43d1a65ab2a9931550eb587d6045fa2.tar.gz
mtk-20170518-42cf7602f43d1a65ab2a9931550eb587d6045fa2.tar.bz2
add feeds config file to SDK
SVN-Revision: 12365
Diffstat (limited to 'target/sdk')
-rw-r--r--target/sdk/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/sdk/Makefile b/target/sdk/Makefile
index de00da8..a435056 100644
--- a/target/sdk/Makefile
+++ b/target/sdk/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2006 OpenWrt.org
+# Copyright (C) 2006-2008 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -32,6 +32,7 @@ $(BIN_DIR)/$(SDK_NAME).tar.bz2: clean
$(SDK_BUILD_DIR)/target/linux/*/files \
$(SDK_BUILD_DIR)/target/linux/*/patches
$(CP) \
+ $(TOPDIR)/feeds.conf.default \
$(TOPDIR)/rules.mk \
$(TOPDIR)/.config \
./files/Makefile \