Moved Patch; Fixes #406
Signed-off-by: Tim Niemeyer <tim.niemeyer@mastersword.de>
This commit is contained in:
parent
b30074f16d
commit
c07415d049
2 changed files with 4 additions and 5 deletions
|
@ -3,7 +3,10 @@ machine=wr1043nd
|
||||||
target=$builddir/$machine
|
target=$builddir/$machine
|
||||||
|
|
||||||
board_prepare() {
|
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() {
|
board_prebuild() {
|
||||||
|
|
|
@ -16,10 +16,6 @@ prepare() {
|
||||||
|
|
||||||
$target/scripts/feeds install -a
|
$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
|
board_prepare
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue