summaryrefslogtreecommitdiff
path: root/target/device
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2005-03-01 17:43:36 +0000
committerEric Andersen <andersen@codepoet.org>2005-03-01 17:43:36 +0000
commit8855700d8355773ad7ae1ea1bfebaf307d190349 (patch)
treec23a57b53febc4db5402f7ef1c294a96c2655350 /target/device
parent225bc402b0dd3b05ed600f1e65937826c8f7598a (diff)
Fix Soekris net4521 kernel config location
Diffstat (limited to 'target/device')
-rw-r--r--target/device/Soekris/net4521/linux.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/device/Soekris/net4521/linux.mk b/target/device/Soekris/net4521/linux.mk
index a081eec4c..0575d7bde 100644
--- a/target/device/Soekris/net4521/linux.mk
+++ b/target/device/Soekris/net4521/linux.mk
@@ -37,7 +37,7 @@ LINUX_BINLOC=arch/$(LINUX_KARCH)/boot/$(LINUX_FORMAT)
LINUX_DIR=$(BUILD_DIR)/linux-$(LINUX_VERSION)
LINUX_SOURCE=linux-$(DOWNLOAD_LINUX_VERSION).tar.bz2
LINUX_SITE=http://www.kernel.org/pub/linux/kernel/v2.4
-LINUX_KCONFIG=package/linux/linux.config
+LINUX_KCONFIG=target/device/Soekris/net4521/linux.config
LINUX_KERNEL=$(BUILD_DIR)/buildroot-kernel
# Used by pcmcia-cs and others
LINUX_SOURCE_DIR=$(LINUX_DIR)