Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openwrt/buildscripts.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2015-07-16 15:32:54 +0300
committerJo-Philipp Wich <jow@openwrt.org>2015-07-16 15:32:54 +0300
commit7a534f98e995595d2a8c302d0a0ec622807ebdfb (patch)
tree73750ffb33aa0231f5311f2b81a6979af7074ec6
parent94455fc75390683fcc9612a26f05095c7eee7f16 (diff)
functions.sh: uncomment base feed when preparing SDK
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
-rwxr-xr-xshared/functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/functions.sh b/shared/functions.sh
index 6d819a3..0c46ed0 100755
--- a/shared/functions.sh
+++ b/shared/functions.sh
@@ -191,7 +191,7 @@ install_sdk_feeds() {
if [ ! -s "feeds.conf" ]; then
if ! grep -sq " base " "feeds.conf.default"; then
- sed -e '/oldpackages/ { p; s!oldpackages!base!; s!packages.git!openwrt.git! }' \
+ sed -e '/oldpackages/ { p; s!oldpackages!base!; s!packages.git!openwrt.git!; s!^#!! }' \
feeds.conf.default > feeds.conf
else
cp feeds.conf.default feeds.conf