Table of Contents

Install PirateBox without a custom image

If you have a device, that has no shipped auto-installation, you can still install PirateBox with manual instructions.

Requirements

Steps to be done

  echo "src/gz piratebox http://stable.openwrt.piratebox.de/all/packages" >> /etc/opkg.conf
  sed 's|option check_signature 1||g' -i /etc/opkg.conf
  
  opkg update
  opkg install extendRoot
  /etc/init.d/ext init
  source /etc/profile
  opkg -d ext install extendRoot-piratebox
  opkg -d ext install extendRoot-minidlna
  opkg -d ext install piratebox-mod-imageboard
reboot

Post Installation

After you finished the setup, you can run the normal post-installation steps.