summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-06-25 21:04:37 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-06-25 21:04:37 +0200
commitb5b277f51439e52bec1ecdb1f6f1d19a3aed448a (patch)
tree124fcb970c087a739eeb10385fb97fc8287cee9d /mk
parent975f9ccb8c9a3896941e02c2bca538853adf60df (diff)
add some packages
- add make/patch/rpm and dependencies - update ar7 port a little bit
Diffstat (limited to 'mk')
-rw-r--r--mk/build.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/mk/build.mk b/mk/build.mk
index 4cdc7b6c7..c74e16045 100644
--- a/mk/build.mk
+++ b/mk/build.mk
@@ -101,8 +101,10 @@ image:
switch:
echo "Saving configuration for device: ${DEVICE}"
cp .config .config.${DEVICE}
+ mv .cfg .cfg.${DEVICE}
if [ -f .config.${DEV} ];then cp .config.${DEV} .config; \
cp .config.${DEV} .config.old; \
+ mv .cfg.${DEV} .cfg; \
echo "Setting configuration to device: ${DEV}"; \
else echo "No old device config found";mv .config .config.bak;fi