How to build OpenWRT Linux for HAP-Z1ES/HAP-S1 1. Unpack openwrt_trunk_35385.tar.gz. tar xzvf openwrt_trunk_35385.tar.gz 2. Decompress openwrt_trunk.patch.gz and apply it. gunzip openwrt_trunk.patch.gz patch -p 1 < openwrt_trunk.patch 3. Unpack openwrt_packages_35385.tar.gz. tar xzvf openwrt_packages_35385.tar.gz 4. Decompress openwrt_packages.patch.gz and apply it. gunzip openwrt_packages.patch.gz patch -p 1 < openwrt_packages.patch 5. Decompress linux-3.0.35.patch.gz and place it on the patch directory. gunzip linux-3.0.35.patch.gz mkdir target/linux/anap1g_p2/patches mv linux-3.0.35.patch target/linux/anap1g_p2/patches/ 6. Run "make menuconfig" and select "Sony ANAP Player" at "Target System". 7. Run "make V=s".