Skip to content
Snippets Groups Projects
Commit 8baa79ad authored by Jan Kraus's avatar Jan Kraus Committed by Tim Niemeyer
Browse files

Removed unused board_* functions


Signed-off-by: default avatarJan Kraus <mayosemmel@gmail.com>
Reviewed-by: default avatarSteffen Pankratz <kratz00@gmx.de>
Reviewed-by: default avatarTim Niemeyer <tim@tn-x.org>
parent 51d512e2
No related branches found
No related tags found
No related merge requests found
......@@ -20,11 +20,3 @@ images=("openwrt-ar71xx-generic-ubnt-nano-m-squashfs-sysupgrade.bin"
"openwrt-ar71xx-generic-tl-mr3020-v1-squashfs-sysupgrade.bin"
"openwrt-ar71xx-generic-ubnt-bullet-m-squashfs-sysupgrade.bin"
)
board_prepare() {
echo "nothing todo" > /dev/null
}
board_prebuild() {
echo "nothing todo" > /dev/null
}
......@@ -7,11 +7,3 @@ images=(
"openwrt-ar71xx-generic-tl-wdr4300-v1-squashfs-sysupgrade.bin"
"openwrt-ar71xx-generic-tl-wdr4310-v1-squashfs-sysupgrade.bin"
)
board_prepare() {
echo "nothing todo" > /dev/null
}
board_prebuild() {
echo "nothing todo" > /dev/null
}
......@@ -5,11 +5,3 @@ target=$builddir/$machine
images=(
"openwrt-mpc85xx-generic-tl-wdr4900-v1-squashfs-sysupgrade.bin"
)
board_prepare() {
echo "nothing todo" > /dev/null
}
board_prebuild() {
echo "nothing todo" > /dev/null
}
......@@ -166,8 +166,6 @@ prepare() {
#saves ~200MB for each build
test -d ./src/dl || mkdir ./src/dl
ln -s ../../src/dl "$target"/dl
board_prepare
}
prebuild() {
......@@ -179,8 +177,6 @@ prebuild() {
cp -r ./bsp/"$machine"/root_file_system/* "$target"/files/
cp ./bsp/"$machine"/.config "$target"/.config
board_prebuild
while IFS= read -r -d '' template
do
echo "Translating $template .."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment