Skip to content

Commit

Permalink
README: add how to add missing command
Browse files Browse the repository at this point in the history
Signed-off-by: Kuninori Morimoto <[email protected]>
  • Loading branch information
morimoto committed Jan 21, 2025
1 parent f476b3e commit 5d066c2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,12 @@
* How to add fixed IP address

Add fixed IP address on "/etc/ipaddr"

* How to add missing command

- goto ${TOP}/busybox dir
- run "make menuconfig"
- select the command what you want to have
- run "make"
- goto ${TOP}
- run "make install"
9 changes: 9 additions & 0 deletions README.jp
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,12 @@
* ホスト名を変えるには

/etc/hostname を変更

* コマンドを追加したい

- ${TOP}/busybox ディレクトリに移動
- "make menuconfig" を実行
- 必要なコマンドを選択して保存
- "make" を実行
- ${TOP} に移動
- "make install" を実行

0 comments on commit 5d066c2

Please sign in to comment.