%general-entities; ]> Linux-&linux-version; Linux Installation of the kernel Since bcm47xx is fixed hardware, a default kernel config can be obtained, which can be used as a starting point to enable most bcm43xx onboard hardware, omitting optional support for a PCI bus, USB support and the bcm47xx watchdog timer. To obtain the standard config file: wget &linux-bcm47xx-config-url; -O .config make ARCH=${CLFS_ARCH} CROSS_COMPILE=${CLFS_TARGET}- menuconfig make ARCH=${CLFS_ARCH} CROSS_COMPILE=${CLFS_TARGET}- vmlinux.bin modules make ARCH=${CLFS_ARCH} CROSS_COMPILE=${CLFS_TARGET}- \ INSTALL_MOD_PATH=${CLFS} modules_install cp arch/${CLFS_ARCH}/boot/vmlinux.bin ${CLFS}/boot/clfskernel-&linux-version;