summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlf Samuelsson2007-09-27 01:21:43 +0200
committerUlf Samuelsson2007-09-27 01:21:43 +0200
commit43760e1943880a0004c5a83fc2b3e3fbee84dafb (patch)
treeb6d405f920b5c0c794b131a33410d9bec232b307
parentRemove graphic applications from AT91RM9200 defconfig root fs (no LCD) (diff)
downloadbuildroot-43760e1943880a0004c5a83fc2b3e3fbee84dafb.tar.gz
buildroot-43760e1943880a0004c5a83fc2b3e3fbee84dafb.tar.xz
buildroot-43760e1943880a0004c5a83fc2b3e3fbee84dafb.zip
Allow easy update of target linux config
-rw-r--r--target/linux/Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/Makefile.in b/target/linux/Makefile.in
index 91132f145..83768ada8 100644
--- a/target/linux/Makefile.in
+++ b/target/linux/Makefile.in
@@ -227,6 +227,9 @@ linux26-unpacked: $(LINUX26_DIR)/.patched
linux26-config: $(LINUX26_DIR)/.configured
+linux26-update:
+ cp -dpf $(LINUX26_DIR)/.config $(LINUX26_KCONFIG)
+
# This has been renamed so we do _NOT_ by default run this on 'make clean'
linux26clean:
rm -f $(LINUX26_KERNEL) $(LINUX26_DIR)/.configured