Create a branch for testing the OpenWrt Trunk with devices like wr841nd

This commit is contained in:
floh1111 2012-02-06 17:13:35 +00:00
parent d4999daefd
commit b8e5b29c11
1 changed files with 6 additions and 0 deletions

View File

@ -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";
;;