diff --git a/target/chroot/beagleboard.org-4gb-next.sh b/target/chroot/beagleboard.org-4gb-next.sh
index bb7f4a20f6ffb1a6c55c4259404cf05869645d0a..efc4d64740c5670cdc3a1dd5103525e77f82034d 100755
--- a/target/chroot/beagleboard.org-4gb-next.sh
+++ b/target/chroot/beagleboard.org-4gb-next.sh
@@ -515,6 +515,21 @@ unsecure_root () {
 	fi
 }
 
+todo () {
+	#stuff i need to package in repos.rcn-ee.net
+	#
+	cd /
+	if [ ! -f /etc/Wireless/RT2870STA/RT2870STA.dat ] ; then
+		mkdir -p /etc/Wireless/RT2870STA/
+		cd /etc/Wireless/RT2870STA/
+		wget https://raw.githubusercontent.com/rcn-ee/mt7601u/master/src/RT2870STA.dat
+		cd /
+	fi
+	if [ ! -f /etc/modules-load.d/mt7601.conf ] ; then
+		echo "mt7601Usta" > /etc/modules-load.d/mt7601.conf
+	fi
+}
+
 is_this_qemu
 
 setup_system
@@ -529,4 +544,5 @@ fi
 #install_build_pkgs
 other_source_links
 unsecure_root
+todo
 #
diff --git a/target/chroot/beagleboard.org-4gb.sh b/target/chroot/beagleboard.org-4gb.sh
index 07d58764470dca5890b5145897cf13ea8af8e62c..d2704a6bcc5948d2c1595b32bf35e6d83669d0a4 100755
--- a/target/chroot/beagleboard.org-4gb.sh
+++ b/target/chroot/beagleboard.org-4gb.sh
@@ -519,6 +519,21 @@ unsecure_root () {
 	fi
 }
 
+todo () {
+	#stuff i need to package in repos.rcn-ee.net
+	#
+	cd /
+	if [ ! -f /etc/Wireless/RT2870STA/RT2870STA.dat ] ; then
+		mkdir -p /etc/Wireless/RT2870STA/
+		cd /etc/Wireless/RT2870STA/
+		wget https://raw.githubusercontent.com/rcn-ee/mt7601u/master/src/RT2870STA.dat
+		cd /
+	fi
+	if [ ! -f /etc/modules-load.d/mt7601.conf ] ; then
+		echo "mt7601Usta" > /etc/modules-load.d/mt7601.conf
+	fi
+}
+
 is_this_qemu
 
 setup_system
@@ -533,4 +548,5 @@ fi
 install_build_pkgs
 other_source_links
 unsecure_root
+todo
 #
diff --git a/target/chroot/beagleboard.org-console.sh b/target/chroot/beagleboard.org-console.sh
index 47029d557ed3b623d928aa784ba86d6580135c54..a3085fc16d388f94661874366e5a843db4229f14 100755
--- a/target/chroot/beagleboard.org-console.sh
+++ b/target/chroot/beagleboard.org-console.sh
@@ -519,6 +519,21 @@ unsecure_root () {
 	fi
 }
 
+todo () {
+	#stuff i need to package in repos.rcn-ee.net
+	#
+	cd /
+	if [ ! -f /etc/Wireless/RT2870STA/RT2870STA.dat ] ; then
+		mkdir -p /etc/Wireless/RT2870STA/
+		cd /etc/Wireless/RT2870STA/
+		wget https://raw.githubusercontent.com/rcn-ee/mt7601u/master/src/RT2870STA.dat
+		cd /
+	fi
+	if [ ! -f /etc/modules-load.d/mt7601.conf ] ; then
+		echo "mt7601Usta" > /etc/modules-load.d/mt7601.conf
+	fi
+}
+
 is_this_qemu
 
 setup_system
@@ -533,4 +548,5 @@ fi
 #install_build_pkgs
 other_source_links
 unsecure_root
+todo
 #
diff --git a/target/chroot/beagleboard.org.sh b/target/chroot/beagleboard.org.sh
index 79afd2180feb7d0264b916037ae97c5eded6a9cb..4cc258b700693e51dbc5119680511d81b69eb222 100755
--- a/target/chroot/beagleboard.org.sh
+++ b/target/chroot/beagleboard.org.sh
@@ -519,6 +519,21 @@ unsecure_root () {
 	fi
 }
 
+todo () {
+	#stuff i need to package in repos.rcn-ee.net
+	#
+	cd /
+	if [ ! -f /etc/Wireless/RT2870STA/RT2870STA.dat ] ; then
+		mkdir -p /etc/Wireless/RT2870STA/
+		cd /etc/Wireless/RT2870STA/
+		wget https://raw.githubusercontent.com/rcn-ee/mt7601u/master/src/RT2870STA.dat
+		cd /
+	fi
+	if [ ! -f /etc/modules-load.d/mt7601.conf ] ; then
+		echo "mt7601Usta" > /etc/modules-load.d/mt7601.conf
+	fi
+}
+
 is_this_qemu
 
 setup_system
@@ -533,4 +548,5 @@ fi
 #install_build_pkgs
 other_source_links
 unsecure_root
+todo
 #