Step 2 : Clone OpenWrt source code =================================== .. tab-set:: .. tab-item:: Clone OpenWrt source code * In this program, you are going to learn .. panels:: :container: container pb-4 :column: col-lg-12 p-2 :card: shadow * How to ? .. panels:: :container: container pb-4 :column: col-lg-12 p-2 :card: shadow Topics in this section, * :ref:`Clone OpenWrt source code ` .. _openwrt_rpi_4b_step2_0: .. tab-set:: .. tab-item:: clone the openwrt source code * Make sure current directory is $HOME .. code-block:: c $ cd $HOME * Download openwrt source code from the below link. * `openwrt source code `_ * alternatively download using git clone command .. code-block:: c $ git clone https://github.com/openwrt/openwrt.git * Navigate to below path. .. code-block:: c $ cd openwrt/