2008-04-01から1ヶ月間の記事一覧

WZR-RS-G54にAsteriskを入れてみる

kamikaze_trunk Broadcom Kernel 2.4 net/asterisk14 [M]

WZR-RS-G54にOpenWRTを書き込んでみる

tftp $ tftp 192.168.1.xxx > binary > trace > rexmt 1 > timeout 60 > put openwrt-brcm-2.4-squashfs.trx

OpenWRTのtrunkをビルドしてみる

build $ svn checkout https://svn.openwrt.org/openwrt/trunk kamikaze_trunk $ cd kamikaze_trunk $ ./scripts/feeds update $ make defconfig $ make package/symlinks $ make menuconfig $ make world

OpenWRTをビルドしてみる

build $ svn checkout https://svn.openwrt.org/openwrt/tags/kamikaze_7.09 kamikaze_7.09 $ cd kamikaze_7.09 $ svn checkout https://svn.openwrt.org/openwrt/packages/ feeds/packages/ $ make defconfig $ make package/symlinks $ make menuconfig $ …