OpenWrt/General: Difference between revisions
< OpenWrt
No edit summary |
No edit summary |
||
Line 26: | Line 26: | ||
wget http://downloads.openwrt.org/snapshots/trunk/ar71xx/openwrt-ar71xx-generic-tl-mr3020-v1-squashfs-factory.bin | wget http://downloads.openwrt.org/snapshots/trunk/ar71xx/openwrt-ar71xx-generic-tl-mr3020-v1-squashfs-factory.bin | ||
sysupgrade -v openwrt-ar71xx-generic-tl-mr3020-v1-squashfs-factory.bin | sysupgrade -v openwrt-ar71xx-generic-tl-mr3020-v1-squashfs-factory.bin | ||
</pre> | |||
</blockquote> | |||
== /etc/profile add == | |||
<blockquote> | |||
<pre> | |||
alias l='ls -1Flah' | |||
alias dirsize='clear; for each in $(ls) ; do du -hs "$each" ; done' | |||
</pre> | </pre> | ||
</blockquote> | </blockquote> |
Revision as of 18:25, 12 November 2012
Block Device
(root from usb stick)
opkg update opkg install kmod-usb-uhci insmod uhci opkg install kmod-usb-ohci insmod usb-ohci opkg install kmod-usb-storage block-mount kmod-fs-ext4 kmod-nls-cp437 kmod-nls-cp850 kmod-nls-iso8859-1 kmod-nls-iso8859-15 kmod-scsi-core e2fsprogs fdisk
Clear Flash
mtd -r erase rootfs_data
Sysupgrade
wget http://downloads.openwrt.org/snapshots/trunk/ar71xx/openwrt-ar71xx-generic-tl-mr3020-v1-squashfs-factory.bin sysupgrade -v openwrt-ar71xx-generic-tl-mr3020-v1-squashfs-factory.bin
/etc/profile add
alias l='ls -1Flah' alias dirsize='clear; for each in $(ls) ; do du -hs "$each" ; done'