export COPTS=-DSOFTLED <== 無線LANのLEDを使用 export KERNELRELEASE=2.6.8.1 <== 無指定の場合は uname -r の結果 export KERNELSOURCE=/hoge/fuga/kernel-source <== 無指定の場合は /lib/modules/`uname -r`/build export DISTDIR=/hoge/fuga/dist-dir <== 無指定の場合は / (/lib/modules/`uname -r`/net 以下にインストールされる) make make install
alias ath0 ath_pci
iface ath0 inet dhcp <== eth0ではない wireless_mode managed wlan_ng_authtype sharedkey # Enabling the WEP encryption wireless_enc on # The WEP key wireless_key xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx # The WLAN Name wireless_essid WLANSSID