From: Nicolas Thill Date: Fri, 22 Aug 2008 02:52:19 +0000 (+0000) Subject: add feeds config file to SDK X-Git-Tag: reboot~25742 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=42cf7602f43d1a65ab2a9931550eb587d6045fa2;p=oweals%2Fopenwrt.git add feeds config file to SDK SVN-Revision: 12365 --- 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 \