fix mdev.conf, add idl4k.cfgreset script
This commit is contained in:
7
Makefile
7
Makefile
@@ -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' \
|
||||
|
Reference in New Issue
Block a user