add feeds config file to SDK
SVN-Revision: 12365
This commit is contained in:
parent
8d28e6dc68
commit
42cf7602f4
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# 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/*/files \
|
||||||
$(SDK_BUILD_DIR)/target/linux/*/patches
|
$(SDK_BUILD_DIR)/target/linux/*/patches
|
||||||
$(CP) \
|
$(CP) \
|
||||||
|
$(TOPDIR)/feeds.conf.default \
|
||||||
$(TOPDIR)/rules.mk \
|
$(TOPDIR)/rules.mk \
|
||||||
$(TOPDIR)/.config \
|
$(TOPDIR)/.config \
|
||||||
./files/Makefile \
|
./files/Makefile \
|
||||||
|
|
Loading…
Reference in a new issue