Step 4 : Compile OpenWrt source code ===================================== .. tab-set:: .. tab-item:: Compile 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:`compile OpenWrt source code ` .. _openwrt_rpi_3b_step4_0: .. tab-set:: .. tab-item:: compile OpenWrt source code * Go to the openwrt directory and run make to compile the source code. .. code-block:: c $ cd $HOME/openwrt $ make * Once the build is done the image will be present in the following directory. .. code-block:: c $ cd $HOME/openwrt/bin/targets/bcm27xx/bcm2711 test:bcm2711$ ls -l -rw-r--r-- 1 test test 16428303 Dec 7 20:42 openwrt-bcm27xx-bcm2711-rpi-3-ext4-factory.img.gz -rw-r--r-- 1 test test 16429150 Dec 7 20:42 openwrt-bcm27xx-bcm2711-rpi-3-ext4-sysupgrade.img.gz -rw-r--r-- 1 test test 14806933 Dec 7 20:42 openwrt-bcm27xx-bcm2711-rpi-3-squashfs-factory.img.gz -rw-r--r-- 1 test test 14807780 Dec 7 20:42 openwrt-bcm27xx-bcm2711-rpi-3-squashfs-sysupgrade.img.gz