From b8e5b29c110fbc1647d1a9e0f26a5a8565177106 Mon Sep 17 00:00:00 2001 From: floh1111 Date: Mon, 6 Feb 2012 17:13:35 +0000 Subject: [PATCH] Create a branch for testing the OpenWrt Trunk with devices like wr841nd --- build_script.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build_script.sh b/build_script.sh index 47ec774..67e2b12 100755 --- a/build_script.sh +++ b/build_script.sh @@ -81,6 +81,12 @@ configure_build() { svn export ./root_file_system/default ./build_dir/files/ --force svn export ./root_file_system/wr741nd ./build_dir/files/ --force ;; + "wr841nd") +# svn export ./build_configuration/Atheros_AR71xx_AR7240_AR913x/.config_wr741nd ./build_dir/.config --force +# svn export ./root_file_system/default ./build_dir/files/ --force +# svn export ./root_file_system/wr741nd ./build_dir/files/ --force + echo "Nothing implemented for wr841nd"; + ;; *) echo "ERROR"; ;;