Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cr committed Jan 31, 2011
1 parent 8201704 commit d3963c4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions README
Expand Up @@ -20,8 +20,10 @@ TODO:
- Better error checking - Better error checking


PLEASE HELP: PLEASE HELP:
- On unsupported router models, setup will most likely fail during - I expect mkPirateBox v0.2+ to run on many or even most untested router
wireless setup. If you decide to try mkPirateBox on an untested model, models. If something goes wrong, installation will most likely fail
during wireless setup. I usually can make it easily work if you help me
out. If you decide to try mkPirateBox on an untested router model,
please send send me feedback on how it went, including please send send me feedback on how it went, including
- your router model - your router model
- output of the command - output of the command
Expand All @@ -30,8 +32,9 @@ PLEASE HELP:


REQUIREMENTS: REQUIREMENTS:
- Decently powerful router with USB2.0 port which is supported by OpenWRT. - Decently powerful router with USB2.0 port which is supported by OpenWRT.
It should have 200MHz, 32 MByte RAM and 4 MByte flash. If you want a Minimum requirements are 125 MHz, 16 MByte RAM and 4 GByte flash, but I
recommendation that should work out of the box: recommand 250 MHz, 32 MByte RAM and 8 MByte flash. The following models
meet or exceed the recommendation and should work out of the box:
- Asus WL-500gP (brcm47xx, white, end-of-life) - Asus WL-500gP (brcm47xx, white, end-of-life)
- Buffalo WZR-HP-G300NH (ar71xx, hardwired antennas) - Buffalo WZR-HP-G300NH (ar71xx, hardwired antennas)
- D-Link DIR-825 (ar71xx, white) - D-Link DIR-825 (ar71xx, white)
Expand Down
2 changes: 1 addition & 1 deletion src/data/etc/init.d/piratebox
Expand Up @@ -4,7 +4,7 @@ NAME=piratebox
START=80 START=80
STOP=20 STOP=20
EXTRA_COMMANDS="setup init update nodns" EXTRA_COMMANDS="setup init update nodns"
EXTRA_HELP=" setup Activate current USB and entwork configuration EXTRA_HELP=" setup Activate current USB and network configuration
init Mount USB, and PirateBoxify a fresh USB disk init Mount USB, and PirateBoxify a fresh USB disk
update Update PirateBox files on USB disk update Update PirateBox files on USB disk
nodns Disable local DNS redirection through dnsmasq" nodns Disable local DNS redirection through dnsmasq"
Expand Down

0 comments on commit d3963c4

Please sign in to comment.