From 088fde5210fbb063a6d35c1792aa2d3937f88956 Mon Sep 17 00:00:00 2001 From: Katze Miau Date: Wed, 30 Nov 2011 15:41:15 +0000 Subject: add ffj feeds to makefile currently the /feeds.conf has to be supplied by user until it is hosted properly somewhere 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 $@ -- cgit v0.10.1