diff options
author | Nicolas Thill <nico@openwrt.org> | 2008-08-22 02:52:19 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2008-08-22 02:52:19 +0000 |
commit | 088779813dd731fafb11858bc2330c47a22829b1 (patch) | |
tree | b2a53d20d331017a9770150ca9376ad50e6a238b /target | |
parent | 963d459fef40ea7d26475a17ee54c16ac6cd7468 (diff) | |
download | upstream-088779813dd731fafb11858bc2330c47a22829b1.tar.gz upstream-088779813dd731fafb11858bc2330c47a22829b1.tar.bz2 upstream-088779813dd731fafb11858bc2330c47a22829b1.zip |
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')
-rw-r--r-- | target/sdk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/sdk/Makefile b/target/sdk/Makefile index de00da825b..a4350564eb 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 \ |