dir300/fonera: update to new openwrt

This commit deactivates some special treatments for low memory devices, we
need to first evaluate the current openwrt to check what is needed and what
not.

Signed-off-by: Tim Niemeyer <tim.niemeyer@mastersword.de>
This commit is contained in:
Tim Niemeyer 2013-11-21 20:47:27 +01:00
parent 04fe9627f7
commit 777f9788d8
4 changed files with 563 additions and 711 deletions

View File

@ -3,10 +3,11 @@ machine=dir300
target=$builddir/$machine
board_prepare() {
cat ./bsp/$machine/000-squashfs-image-params.patch | patch -p0 -d $target
#cat ./bsp/$machine/000-squashfs-image-params.patch | patch -p0 -d $target
cat build_patches/dont_overwrite_wan_config.patch | patch -p0 -d $target
/bin/rm $target/target/linux/atheros/base-files/etc/uci-defaults/network
#cat build_patches/dont_overwrite_wan_config.patch | patch -p0 -d $target
#/bin/rm $target/target/linux/atheros/base-files/etc/uci-defaults/network
echo "nothing todo" > /dev/null
}
board_prebuild() {

View File

@ -3,10 +3,11 @@ machine=fonera
target=$builddir/$machine
board_prepare() {
cat ./bsp/$machine/000-squashfs-image-params.patch | patch -p0 -d $target
cat build_patches/dont_overwrite_wan_config.patch | patch -p0 -d $target
/bin/rm $target/target/linux/atheros/base-files/etc/uci-defaults/network
#cat ./bsp/$machine/000-squashfs-image-params.patch | patch -p0 -d $target
#cat build_patches/dont_overwrite_wan_config.patch | patch -p0 -d $target
#/bin/rm $target/target/linux/atheros/base-files/etc/uci-defaults/network
echo "nothing todo" > /dev/null
}
board_prebuild() {

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff