diff options
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 |