diff options
author | Eric Andersen <andersen@codepoet.org> | 2005-03-01 17:43:36 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2005-03-01 17:43:36 +0000 |
commit | 8855700d8355773ad7ae1ea1bfebaf307d190349 (patch) | |
tree | c23a57b53febc4db5402f7ef1c294a96c2655350 /target/device/Soekris/net4521 | |
parent | 225bc402b0dd3b05ed600f1e65937826c8f7598a (diff) | |
download | buildroot-novena-8855700d8355773ad7ae1ea1bfebaf307d190349.tar.gz buildroot-novena-8855700d8355773ad7ae1ea1bfebaf307d190349.zip |
Fix Soekris net4521 kernel config location
Diffstat (limited to 'target/device/Soekris/net4521')
-rw-r--r-- | target/device/Soekris/net4521/linux.mk | 2 |
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) |