diff --git a/devices/openwrt-one/default.nix b/devices/openwrt-one/default.nix
index 586adf2..d606516 100644
--- a/devices/openwrt-one/default.nix
+++ b/devices/openwrt-one/default.nix
@@ -14,18 +14,14 @@
     Limitations
     ===========
 
-      Only tested over TFTP so far.
-    
-      This boots and seems to mount to rootfs but seems to fail to init:
-
-[   18.732227] Run /bin/init as init process
-[   18.736233]   with arguments:
-[   18.739188]     /bin/init
-[   18.741802]   with environment:
-[   18.744934]     HOME=/
-[   18.747281]     TERM=linux
-[   18.788942] Kernel panic - not syncing: Requested init /bin/init failed (error -2).
-
+      * Only tested over TFTP so far.
+      * 2.5G ethernet port does not work yet
+        mtk_soc_eth 15100000.ethernet eth0: validation of 2500base-x with support 00,00000000,00000000,000062e8 and advertisement 00,00000000,00000000,000062c0 failed: -EINVAL
+      * nvme support not added yet
+      * I don't think the front LEDs work yet
+      * wifi connection suffers 20%+ packet loss
+      * adding `he_bss_color="128"` causes `Invalid argument` for hostap
+      * have to manually `s6-svc -u run/service/...dhcpc` to get an IPv4 address
   '';
 
   system = {