apt-get install isc-dhcp-server
Open the file: /etc/default/isc-dhcp-server
/etc/default/isc-dhcp-server
Add this:
INTERFACES="usb0"
Open the file: /etc/dhcp/dhcpd.conf
/etc/dhcp/dhcpd.conf
subnet 192.168.10.0 netmask 255.255.255.0 { range 192.168.10.10 192.168.10.250; }
Open the file: /etc/network/interfaces
/etc/network/interfaces
allow-hotplug usb0 auto usb0 iface usb0 inet static address 192.168.10.1 netmask 255.255.255.0
Download Kernel image: https://github.com/clockworkpi/Kernel/blob/master/uImage to the first partition of the micro SD card.