xbianonpi / xbian

XBMC on Raspberry Pi, Bleeding Edge
https://xbian.org
GNU General Public License v3.0
294 stars 44 forks source link

Xbian Kernel Compilation Instructions Error #593

Closed robbieb43 closed 10 years ago

robbieb43 commented 10 years ago

Hi

When I reach the step to #Download kernel config and apply patches in the guide here:

https://github.com/xbianonpi/xbian/wiki/Compiling-the-Linux-kernel-&-Raspberry-Pi-firmware

I get:

HTTP request sent, awaiting response... 301 Moved Permanently Location: https://raw.githubusercontent.com/xbianonpi/xbian-patches/master/kernel/.config [following] --2014-08-10 09:46:30-- https://raw.githubusercontent.com/xbianonpi/xbian-patches/master/kernel/.config Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 23.235.43.133 Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|23.235.43.133|:443... connected. HTTP request sent, awaiting response... 404 Not Found 2014-08-10 09:46:36 ERROR 404: Not Found.

Rob

mk01 commented 10 years ago

@robbieb43

obsolete page - deleted.

all coding/patching/compilation and binary packages assembly is now handled by universal building script (package independent) https://github.com/xbianonpi/xbian

and all package relevant sources/configs/patches are now part of the respective package repository. in your case https://github.com/xbianonpi/xbian-package-kernel

robbieb43 commented 10 years ago

Thanks Matus

Rob

Sent from my iPod

On 19 Aug 2014, at 02:03, Matus Kral notifications@github.com wrote:

@robbieb43

obsolete page - deleted.

all coding/patching/compilation and binary packages assembly is now handled by universal building script (package independent).

and all package relevant sources/configs/patches are now part of the respective package repository. in your case https://github.com/xbianonpi/xbian-package-kernel

— Reply to this email directly or view it on GitHub.

mk01 commented 10 years ago

welcome