Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
openwrt:manual [2014/11/16 18:58] matthias created |
openwrt:manual [2016/05/31 16:27] (current) theexpertnoob [Install PirateBox without a custom image] |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Install PirateBox without a custom image ====== | ====== 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. | If you have a device, that has no shipped auto-installation, you can still install PirateBox with manual instructions. | ||
+ | * [[openwrt:manual:zsun|Manual Instructions for Zsun]] (Chaos Calmer and PirateBox 1.1 beta) | ||
===== Requirements ===== | ===== Requirements ===== | ||
* You need a device with an USB or SDCard slot. | * You need a device with an USB or SDCard slot. | ||
- | * Your device needs to be compatible to AttitudeAdjustment release from OpenWrt. The current trunk and BarrierBreaker release is **not supported** | + | * Your device needs to be compatible to AttitudeAdjustment release from OpenWrt. The current trunk and BarrierBreaker release is **not supported**, because we can't guarantee it as working. |
* Flash your device with OpenWrt refering to [[http://wiki.openwrt.org|OpenWrt wiki]]. | * Flash your device with OpenWrt refering to [[http://wiki.openwrt.org|OpenWrt wiki]]. | ||
* Make Internet-access available on your device. | * Make Internet-access available on your device. | ||
Line 15: | Line 15: | ||
echo "src/gz piratebox http://stable.openwrt.piratebox.de/all/packages" >> /etc/opkg.conf | echo "src/gz piratebox http://stable.openwrt.piratebox.de/all/packages" >> /etc/opkg.conf | ||
+ | |||
+ | * On ChaosCalmer, you need to disable signature checking for the repository, because we don't have signed repositories yet. Edith /etc/opkg.conf and remove the line ''option check_signature 1'' or run. | ||
+ | |||
+ | sed 's|option check_signature 1||g' -i /etc/opkg.conf | ||
+ | | ||
* Update packages: | * Update packages: | ||
opkg update | opkg update | ||
- | | + | |
* Install the extendRoot package: | * Install the extendRoot package: | ||
opkg install extendRoot | opkg install extendRoot | ||
- | * **Optional:** If you have a different installation destination, like a SDCard, edit '''/etc/ext.conf''' , and change the USB device option. | + | * **Optional:** If you have a different installation destination, like a SDCard, edit '''/etc/ext.config''' , and change the USB device option. |
+ | * **Optional:** If you are challenging your luck with using BreakingBarrier or ChaosCalmer OpenWrt version, you might need to do a reboot after this step. | ||
* Initialize extendRoot: | * Initialize extendRoot: | ||
Line 41: | Line 47: | ||
opkg -d ext install extendRoot-minidlna | opkg -d ext install extendRoot-minidlna | ||
opkg -d ext install piratebox-mod-imageboard | opkg -d ext install piratebox-mod-imageboard | ||
- | | + | |
* As a final step, you can reboot the device: | * As a final step, you can reboot the device: | ||