mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-06-11 00:37:26 -04:00
build: replace uses of OpenWrt with $(VERSION_DIST)
This makes the distribution name more configurable. Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
@@ -39,7 +39,7 @@ endef
|
||||
|
||||
define Build/fullimage
|
||||
mkimage -A mips -O linux -C lzma -T filesystem -a 0x00 \
|
||||
-e 0x00 -n 'OpenWrt RootFS' \
|
||||
-e 0x00 -n '$(VERSION_DIST) RootFS' \
|
||||
-d $(IMAGE_ROOTFS) $(IMAGE_ROOTFS).new
|
||||
|
||||
cat $(IMAGE_KERNEL) $(IMAGE_ROOTFS).new > $@.tmp
|
||||
|
||||
Reference in New Issue
Block a user