Compiling Debian Wheezy Kernel for LinkStation LS421DE

After successfully replacing Buffalo stock firmware with Debian Wheezy, now it’s time to compile our own kernel. You need Ubuntu box to do cross compiling. Preparation Install required softwares: $ sudo apt-get install build-essential git Clone linkstation mod tools using Git: $ mkdir ~/lsmod $ cd ~/lsmod $ git clone https://github.com/tohenk/linkstation-mod.git . If you just …