User Tools

Site Tools


hardware:routerstationpro

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
hardware:routerstationpro [2011/04/26 00:35] Michele Porellihardware:routerstationpro [2012/09/04 16:18] (current) – external edit 127.0.0.1
Line 8: Line 8:
   * Subtarget is: Generic   * Subtarget is: Generic
   * Target Profile is: Ubiquiti RouterStation Pro   * Target Profile is: Ubiquiti RouterStation Pro
 +  * (if you are using usb drive instead of sd card) Enter in "Kernel Configuration" and edit the device in "Default kernel command line" from sda1 to sdb1
   * (optional) make openwrt/menuconfig   * (optional) make openwrt/menuconfig
   * (optional) make openwrt/kernel_menuconfig   * (optional) make openwrt/kernel_menuconfig
Line 20: Line 21:
 mkswap /dev/sdb2</code> mkswap /dev/sdb2</code>
 ==== Copy rootfs on your SD card or USB disk ==== ==== Copy rootfs on your SD card or USB disk ====
-  * (if you have not automount) mkdir -p /mnt/debwrt ; mount /dev/sdb1 /media/DEBWRT_ROOT+  * (if you have not automount) mkdir -p /media/DEBWRT_ROOT ; mount /dev/sdb1 /media/DEBWRT_ROOT
   * make debian/rootfs/install (Be careful! An rm -Rf on /media/DEBWRT_ROOT is done first!)   * make debian/rootfs/install (Be careful! An rm -Rf on /media/DEBWRT_ROOT is done first!)
 ==== Flash firmware (kernel) ==== ==== Flash firmware (kernel) ====
Line 38: Line 39:
   * Target Profile is: Ubiquiti RouterStation Pro   * Target Profile is: Ubiquiti RouterStation Pro
   * make   * make
-==== Re-enable LAN ports ==== +
-  * Install swconfig then: +
-<code>swconfig dev eth1 set reset 1 +
-swconfig dev eth1 set enable_vlan 1 +
-swconfig dev eth1 vlan 0 set ports '0 1 2 3 4' +
-swconfig dev eth1 set apply 1</code>+
 ==== Flash firmware ==== ==== Flash firmware ====
   * Connect your computer to the WAN port   * Connect your computer to the WAN port
Line 54: Line 50:
 tftp> binary tftp> binary
 tftp> put openwrt-...-factory.bin</code> tftp> put openwrt-...-factory.bin</code>
 +
 +==== Re-enable LAN ports ====
 +  * Install swconfig then:
 +<code>swconfig dev eth1 set reset 1
 +swconfig dev eth1 set enable_vlan 1
 +swconfig dev eth1 vlan 0 set ports '0 1 2 3 4'
 +swconfig dev eth1 set apply 1</code>
 +
 +==== Install wireless cards ====
 +  * [[https://forum.openwrt.org/viewtopic.php?id=24682|How-To]]
  
  
hardware/routerstationpro.1303770926.txt · Last modified: 2012/09/04 16:08 (external edit)