Difference between revisions of "OpenWRT: Build Firmware X86 - Quagga"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
Line 1: | Line 1: | ||
+ | cd openwrt | ||
+ | make clean | ||
+ | make defconfig | ||
+ | make menuconfig | ||
+ | ==Config== | ||
+ | |||
+ | Target System > X86 | ||
+ | Network > Routing and Redirection > | ||
+ | olsrd | ||
+ | quagga | ||
+ | quagga-bgpd | ||
+ | quagga-isisd | ||
+ | quagga-libospf | ||
+ | quagga-libzebra | ||
+ | quagga-ospf6d | ||
+ | quagga-ospfd | ||
+ | quagga-ripd | ||
+ | quagga-ripngd | ||
+ | quagga-vtysh | ||
+ | quagga-watchquagga | ||
+ | quagga-zebra | ||
+ | |||
+ | ==Compile== | ||
+ | |||
+ | make world | ||
+ | make -j1 -V=sc world # alternatif untuk debugging | ||
Revision as of 10:35, 26 December 2018
cd openwrt make clean make defconfig make menuconfig
Config
Target System > X86 Network > Routing and Redirection > olsrd quagga quagga-bgpd quagga-isisd quagga-libospf quagga-libzebra quagga-ospf6d quagga-ospfd quagga-ripd quagga-ripngd quagga-vtysh quagga-watchquagga quagga-zebra
Compile
make world make -j1 -V=sc world # alternatif untuk debugging