mirror of
https://github.com/openwrt/openwrt.git
synced 2026-06-17 17:01:44 +04:00
realtek: add xikestor sks7300-img tool
Add build recipe for creating images using the sks7300-img tool that was recently added to firmware-utils. Signed-off-by: Andreas Böhler <dev@aboehler.at> Link: https://github.com/openwrt/openwrt/pull/23305 Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
committed by
Robert Marko
parent
7bbf265d3e
commit
83ee633b19
@@ -116,6 +116,15 @@ define Build/xikestor-nosimg
|
||||
mv $@.new $@
|
||||
endef
|
||||
|
||||
define Build/xikestor-sks7300-img
|
||||
$(STAGING_DIR_HOST)/bin/sks7300-img \
|
||||
-i $@ \
|
||||
-o $@.new \
|
||||
-n OpenWrt \
|
||||
-v $(VERSION_DIST)$(firstword $(subst +, , $(firstword $(subst -, ,$(REVISION)))))
|
||||
mv $@.new $@
|
||||
endef
|
||||
|
||||
define Build/zynsig
|
||||
$(STAGING_DIR_HOST)/bin/zynsig -i $@ \
|
||||
-o $@.new
|
||||
|
||||
Reference in New Issue
Block a user