diff options
author | Eric Andersen <andersen@codepoet.org> | 2006-06-23 16:43:52 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2006-06-23 16:43:52 +0000 |
commit | 5787443321b5a307f51305499fcbb834b5f44ade (patch) | |
tree | e9d0957885f064f6b7b9541ecd2a155e30dc5c73 /target/device | |
parent | 610595feca943743a476f6cce1b838b2dc878381 (diff) | |
download | buildroot-novena-5787443321b5a307f51305499fcbb834b5f44ade.tar.gz buildroot-novena-5787443321b5a307f51305499fcbb834b5f44ade.zip |
sync target kernel version with reality
Diffstat (limited to 'target/device')
-rw-r--r-- | target/device/AMD/DBAu1500/linux.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/device/AMD/DBAu1500/linux.mk b/target/device/AMD/DBAu1500/linux.mk index c9a34d417..4c12b3a65 100644 --- a/target/device/AMD/DBAu1500/linux.mk +++ b/target/device/AMD/DBAu1500/linux.mk @@ -24,7 +24,7 @@ ifneq ($(filter $(TARGETS),linux),) # Base version of Linux kernel that we need to download DOWNLOAD_LINUX_VERSION=2.6.16 # Version of Linux kernel AFTER applying all patches -LINUX_VERSION=2.6.16.4-erik +LINUX_VERSION=2.6.16.20-erik # File name for the Linux kernel binary |