fix mdev.conf, add idl4k.cfgreset script

This commit is contained in:
Jaroslav Kysela
2015-08-04 19:42:35 +02:00
parent 8be34f5ace
commit 1e7d16c213
4 changed files with 31 additions and 10 deletions

View File

@@ -89,7 +89,7 @@ endef
all: kernel-axe-modules kernel
.PHONY: release
release: kernel-axe-modules out/idl4k.scr out/idl4k.recovery
release: kernel-axe-modules out/idl4k.scr out/idl4k.cfgreset out/idl4k.recovery
-ls -la out
.PHONY: dist
@@ -146,6 +146,11 @@ fs-list:
# uboot
#
out/idl4k.cfgreset: patches/uboot-cfgreset.script
$(TOOLPATH)/mkimage -T script -C none \
-n 'Reset satip-axe fw configuration' \
-d patches/uboot-cfgreset.script out/idl4k.cfgreset
out/idl4k.recovery: patches/uboot-recovery.script
$(TOOLPATH)/mkimage -T script -C none \
-n 'Restore original idl4k fw' \