diff options
author | Eric Andersen <andersen@codepoet.org> | 2006-03-25 19:09:09 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2006-03-25 19:09:09 +0000 |
commit | ba46d4d7caf5ec6c89fbbde4bb19a86a272c4611 (patch) | |
tree | ad16141328c9251d4ce5461e63bb831c9806a140 /target/device/AMD/DBAu1500/linux.mk | |
parent | 7aa8096f080eb0bf8db862741e57a21285ab4c61 (diff) | |
download | buildroot-novena-ba46d4d7caf5ec6c89fbbde4bb19a86a272c4611.tar.gz buildroot-novena-ba46d4d7caf5ec6c89fbbde4bb19a86a272c4611.zip |
update to linux 2.4.16 and current uClibc.
Diffstat (limited to 'target/device/AMD/DBAu1500/linux.mk')
-rw-r--r-- | target/device/AMD/DBAu1500/linux.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/device/AMD/DBAu1500/linux.mk b/target/device/AMD/DBAu1500/linux.mk index 4ca8e1adb..337ca3650 100644 --- a/target/device/AMD/DBAu1500/linux.mk +++ b/target/device/AMD/DBAu1500/linux.mk @@ -22,9 +22,9 @@ ifneq ($(filter $(TARGETS),linux),) # Base version of Linux kernel that we need to download -DOWNLOAD_LINUX_VERSION=2.4.29 +DOWNLOAD_LINUX_VERSION=2.6.16 # Version of Linux kernel AFTER applying all patches -LINUX_VERSION=2.4.29-erik +LINUX_VERSION=2.6.16-erik # File name for the Linux kernel binary |