From b5b277f51439e52bec1ecdb1f6f1d19a3aed448a Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 25 Jun 2009 21:04:37 +0200 Subject: add some packages - add make/patch/rpm and dependencies - update ar7 port a little bit --- mk/build.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mk/build.mk') 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 -- cgit v1.2.3