Fixes the unavail entropy on wr1043

Signed-off-by: Tim Niemeyer <tim.niemeyer@mastersword.de>
This commit is contained in:
Tim Niemeyer 2012-09-30 13:22:50 +02:00
parent bf9c42a24c
commit b30074f16d
2 changed files with 1392 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -16,6 +16,10 @@ 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
}