Openwrt: Difference between revisions
Jump to navigation
Jump to search
New page: =Small linux for routers= ==Write firmware== mtd write /tmp/openwrt-brcm47xx-squashfs.trx linux reboot Which version of openwrt is installed. cat /etc/banner logread read /var/log/me... |
|||
Line 4: | Line 4: | ||
reboot | reboot | ||
Which version of openwrt is installed. | ==Which version of openwrt is installed.== | ||
cat /etc/banner | cat /etc/banner | ||
==read /var/log/messages== | |||
logread | |||
==packages== | |||
update package list | |||
opkg update | |||
install openvpn | |||
opkg install http://downloads.openwrt.org/kamikaze/8.09.2/brcm-2.4/packages/zlib_1.2.3-5_mipsel.ipk | |||
opkg install http://downloads.openwrt.org/kamikaze/8.09.2/brcm-2.4/packages/libopenssl_0.9.8i-3.2_mipsel.ipk | |||
opkg install http://downloads.openwrt.org/kamikaze/8.09.2/brcm-2.4/packages/liblzo_2.03-1_mipsel.ipk | |||
opkg install http://downloads.openwrt.org/kamikaze/8.09.2/brcm-2.4/packages/openvpn_2.0.9-5.1_mipsel.ipk |
Revision as of 15:00, 15 February 2010
Small linux for routers
Write firmware
mtd write /tmp/openwrt-brcm47xx-squashfs.trx linux reboot
Which version of openwrt is installed.
cat /etc/banner
read /var/log/messages
logread
packages
update package list
opkg update
install openvpn
opkg install http://downloads.openwrt.org/kamikaze/8.09.2/brcm-2.4/packages/zlib_1.2.3-5_mipsel.ipk opkg install http://downloads.openwrt.org/kamikaze/8.09.2/brcm-2.4/packages/libopenssl_0.9.8i-3.2_mipsel.ipk opkg install http://downloads.openwrt.org/kamikaze/8.09.2/brcm-2.4/packages/liblzo_2.03-1_mipsel.ipk opkg install http://downloads.openwrt.org/kamikaze/8.09.2/brcm-2.4/packages/openvpn_2.0.9-5.1_mipsel.ipk