Moved Patch; Fixes #406

Signed-off-by: Tim Niemeyer <tim.niemeyer@mastersword.de>
This commit is contained in:
Tim Niemeyer 2012-10-01 19:06:19 +02:00
parent b30074f16d
commit c07415d049
2 changed files with 4 additions and 5 deletions

View File

@ -3,7 +3,10 @@ machine=wr1043nd
target=$builddir/$machine
board_prepare() {
echo "nothing todo" > /dev/null
# Das ist für die mangelnde entropie Werte für den Zufallsgenerator
# Siehe http://ticket.freifunk-ol.de/issues/406
# https://dev.openwrt.org/changeset/33559
cat build_patches/backport_the_upstream_entropy_changes.patch | patch -p2 -d $target
}
board_prebuild() {

View File

@ -16,10 +16,6 @@ prepare() {
$target/scripts/feeds install -a
# https://dev.openwrt.org/changeset/33559
cat build_patches/backport_the_upstream_entropy_changes.patch | patch -p2 -d $target
board_prepare
}