summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKatze Miau <miaukatzemiau@priveasy.de>2011-11-30 15:41:15 (GMT)
committerKatze Miau <miaukatzemiau@priveasy.de>2011-11-30 15:41:15 (GMT)
commit088fde5210fbb063a6d35c1792aa2d3937f88956 (patch)
tree1fe6740048b85e133fe2dc0f82bbd6ca4cd510bd
parent4e18152b4d7a17e85389fdbb609afa98617d1673 (diff)
add ffj feeds to makefile
currently the /feeds.conf has to be supplied by user until it is hosted properly somewhere
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 051ff5c..c4c09b6 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,6 @@ export NUMPROC
ifeq ($(OS),Linux)
NUMPROC := $(shell grep -c ^processor /proc/cpuinfo)
-
else ifeq ($(OS),Darwin)
NUMPROC := $(shell sysctl hw.ncpu | awk '{print $$2}')
endif
@@ -23,7 +22,9 @@ openwrt/backfire/.repo_access:
mkdir -p openwrt dl
cd openwrt && svn co svn://svn.openwrt.org/openwrt/branches/backfire
ln -s ../../dl $(@D)/
+ cat $(@D)/feeds.conf.default feeds.conf > $(@D)/feeds.conf
cd $(@D) && ./scripts/feeds update
+ cd $(@D) && ./scripts/feeds install -a -p ffj
cd $(@D) && $(MAKE) package/symlinks
touch $@
contact: Jan Huwald // Impressum