mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-21 05:52:26 +01:00
realtek: image: make xikestor-nosimg a common recipe
Make xikestor-nosimg a common recipe in the Makefile to allow usage for other subtargets too, not only rtl930x. Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com> Link: https://github.com/openwrt/openwrt/pull/21922 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
7f74364672
commit
659719d8ca
2 changed files with 5 additions and 5 deletions
|
|
@ -108,6 +108,11 @@ define Build/linksys-image
|
|||
mv $@.new $@
|
||||
endef
|
||||
|
||||
define Build/xikestor-nosimg
|
||||
$(STAGING_DIR_HOST)/bin/nosimg-enc -i $@ -o $@.new
|
||||
mv $@.new $@
|
||||
endef
|
||||
|
||||
define Build/zynsig
|
||||
$(STAGING_DIR_HOST)/bin/zynsig -i $@ \
|
||||
-o $@.new
|
||||
|
|
|
|||
|
|
@ -2,11 +2,6 @@
|
|||
|
||||
include ./common.mk
|
||||
|
||||
define Build/xikestor-nosimg
|
||||
$(STAGING_DIR_HOST)/bin/nosimg-enc -i $@ -o $@.new
|
||||
mv $@.new $@
|
||||
endef
|
||||
|
||||
define Device/hasivo_s1100w-8xgt-se
|
||||
SOC := rtl9303
|
||||
DEVICE_VENDOR := Hasivo
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue