summaryrefslogtreecommitdiffstats
path: root/target/sdk
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-08-22 02:52:19 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-08-22 02:52:19 +0000
commit06d70073dddd75a9c4aa8851b87a64ca87376150 (patch)
treeb2a53d20d331017a9770150ca9376ad50e6a238b /target/sdk
parent567f8df77eb6e2dc68966611bc9fd33584b921cc (diff)
add feeds config file to SDK
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12365 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 de00da825..a4350564e 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 \