I want to compile wireless drivers for Kali 1.0.6 on my Rasbery Pi
but if I couldn't find the kernel headers
/lib/modules/3.13.0/build and /lib/modules/3.13.0/source
both point to the none existent location -
/root/kali-arm-build-scripts/rpi-1.0.6a/kernel

installing the headers using apt-get doesn't work -
Code:
# apt-get install -y linux-headers-$(uname -r)
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package linux-headers-3.13.0
E: Couldn't find any package by regex 'linux-headers-3.13.0'
Any help would be appreciated