2021-02-10 13:52:34 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2013-05-29 01:27:29 +00:00
|
|
|
#
|
|
|
|
# Copyright (C) 2013 OpenWrt.org
|
2021-02-10 13:52:34 +00:00
|
|
|
|
2013-05-29 01:27:29 +00:00
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
include $(INCLUDE_DIR)/image.mk
|
|
|
|
|
2021-03-28 22:33:20 +00:00
|
|
|
include $(SUBTARGET).mk
|
2021-03-28 13:23:47 +00:00
|
|
|
|
2013-05-29 01:27:29 +00:00
|
|
|
$(eval $(call BuildImage))
|