#1 2008-12-17 12:15:17
[DD-WRT] 彌補內建命令的不足
受限於機器本身flash memory大小的關係, 內建命令並不完整. 在使用命令操作時, 總有些綁手綁腳的感覺. 所以安裝Optware的BusyBox, util-linux-ng來補足.
busybox - 1.10.3-1 - A userland replacement for embedded systems.
coreutils - 7.4-1 - Bunch of heavyweight *nix core utilities
util-linux - 2.12r-6 - A suite of essential utilities for any Linux system.
util-linux-ng - 2.14.1-1 - A suite of essential utilities for any Linux system, this version is a fork of util-linux.
util-linux: kernel.org
util-linux-ng: debian.org. 是util-linux分支, 含manual page, 功能說明較齊全.
以下安裝同樣適用Oleg's firmware
# ipkg-opt install busybox
# ipkg-opt install util-linux-ng
安裝套件後, 記得檢查安裝了哪些東西, 不要矇瞳無知. 可以的話, 也作份紀錄, 以供日後查閱.
# ipkg-opt files busybox
# ipkg-opt files util-linux-ng
如果您細心比對內建命令, BusyBox, util-linux-ng, 您會發覺, 同樣命令在三種不同版本下會有不同的使用參數. 使用上還需注意$PATH所指定的路徑順序.
命令的使用說明, 請參考拙作答案就在軟體內.
同步更新wiki
離線