Differences
This shows you the differences between the selected revision and the current version of the page.
| howto:kernel_build 2007/09/19 15:59 | howto:kernel_build 2017/09/06 17:34 current | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| This procedure was develped under Ubuntu Dapper, but it is believed to work on most Linux distributions. | This procedure was develped under Ubuntu Dapper, but it is believed to work on most Linux distributions. | ||
| - | To build a new kernel, source for the kernel and build tools needs to be obtained. These sources are available from a number of places. The sources for the individual packages are available from [[ftp://ftp.dlink.com/GPL/DSMG-600_reB/]] | + | To build a new kernel, source for the kernel and build tools needs to be obtained. These sources are available from a number of places. The sources for the individual packages are available from [[ftp://ftp.dlink.com/GPL/DSM-G600_reB/]] |
| . The sources are also available at [[http://tsd.dlink.com.tw/GPL.asp]] as a single file containing all the released sources, though you need do a little navigation to get them. | . The sources are also available at [[http://tsd.dlink.com.tw/GPL.asp]] as a single file containing all the released sources, though you need do a little navigation to get them. | ||
| Line 66: | Line 66: | ||
| ifneq ($(filter $(TARGETS),kernel-headers),) | ifneq ($(filter $(TARGETS),kernel-headers),) | ||
| - | LINUX_SITE:=http://www.uclibc.org/downloads/toolchain | + | -LINUX_SITE:=http://www.uclibc.org/downloads/toolchain |
| + | +LINUX_SITE:=http://www.uclibc.org/downloads/old-releases/toolchain/ | ||
| -LINUX_SOURCE:=kernel-headers-2.4.21.tar.bz2 | -LINUX_SOURCE:=kernel-headers-2.4.21.tar.bz2 | ||
| +LINUX_SOURCE:=kernel-headers-2.4.25.tar.bz2 | +LINUX_SOURCE:=kernel-headers-2.4.25.tar.bz2 | ||
| Line 185: | Line 186: | ||
| ---- | ---- | ||
| ====== Related Forum Threads ====== | ====== Related Forum Threads ====== | ||
| - | http://forum.dsmg600.info/t46-linux-kernel.html | + | http://dns323.kood.org/forum/t46-linux-kernel.html |