feeds: add openwrt-routing feed and install only needed packages

This also refreshes all bsp/*/.config files.

Signed-off-by: Tim Niemeyer <tim.niemeyer@mastersword.de>
This commit is contained in:
Tim Niemeyer 2013-10-20 16:59:42 +02:00
parent 5775ea25bc
commit 3d6e8277e2
9 changed files with 55 additions and 10054 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +1,4 @@
src-svn packages svn://svn.openwrt.org/openwrt/packages@35298
#src-svn batman http://downloads.open-mesh.org/svn/openwrt-feed@22
src-git routing https://github.com/openwrt-routing/packages.git^e0fb8f3ac6a373054bfdbd5b1a44c5903d9813ac
src-git fastd git://git.metameute.de/lff/pkg_fastd;v10
src-git packagesol git://freifunk-ol.de/ffol/packages.git;0.3.999d

View File

@ -18,7 +18,10 @@ prepare() {
$target/scripts/feeds update
$target/scripts/feeds install -a
$target/scripts/feeds install -p packagesol nodewatcher
$target/scripts/feeds install -p fastd fastd libuecc
$target/scripts/feeds install -p routing alfred kmod-batman-adv kmod-batgat
$target/scripts/feeds install -p packages bridge ethtool gpioctl-sysfs horst libugpio mii-tool wavemon kmod-gpiotoggling
#fix for building toolchain on texinfo>=5
cp -a build_patches/toolchain $target